Live data from Hacker News

Show HN: A Browser-based Blockchain

nimiq.com

61–70 of 149 posts

Re: Show HN: A Browser-based Blockchain

#61
post #54

I have a soft spot for removing barriers and making things accessible so this really resonates with me. With a single click of a button I'm connected to the network and have started mining. Pretty awesome! I also love how the P2P is visualized in a straight-forward way. I definitely think this will help demystify blockchain technology. You immediately realize that you're part of a decentralized network and that block…

"demystify blockchain technology" is a perfect description for our intention! thanks!

Re: Show HN: A Browser-based Blockchain

#63
post #58

Interestingly, I'm getting a significantly higher hash rate in Chrome than in Firefox (12,000 vs. 600). This is despite the fact that Firefox has a higher priority on my OS (High vs. Normal) and they're both using the same amount of CPU. What hash rates are you seeing on your machine/browser?

I think it's a WebRTC problem. Chrome has no errors, but Firefox has: > ICE failed, add a TURN server and see about:webrtc for more details

This is related to your local network. You will only be able to use Websockets for connections (which most nodes do not support) and not WebRTC. Go and fix your network, you likely have some UDP or NAT configuration issue (or a terrible ISP).

Re: Show HN: A Browser-based Blockchain

#68
This is a neat. However, there is nothing explaining fundamental operation I can find except the source code itself, and it seems to me that it suffers from pretty serious scale limitations. I.e its ability to deliver on the value proposition in its current form is low.

Also, your proof of work is Sha256 which means that the moment this thing goes live and there is any value attached it won't work. You have to switch to a memory hard proof of work to even begin doing this.

Finally, most of what you are trying to accomplish can already be done using SPV onto existing digital currency networks. Pushing the entire network into the browser doesn't really help. The cynic in me wants to say this is an ICO pump for people who don't know any better.

Post reply on HN