Earlier quoted context omitted.
BB866C127626A893F2AF4E5C829757C0C567F3A2 - Send me some for testing
I've just sent you 5
Show HN: A Browser-based Blockchain
71–80 of 149 posts
Re: Show HN: A Browser-based Blockchain
#72This 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…
Re: Show HN: A Browser-based Blockchain
#73Re: Show HN: A Browser-based Blockchain
#74Re: Show HN: A Browser-based Blockchain
#75This 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…
Re: Show HN: A Browser-based Blockchain
#76Just ask here if you need some test coins. I already mined a first block.
This is incredibly easy to get up and running with.
Re: Show HN: A Browser-based Blockchain
#77Interestingly, 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?
Re: Show HN: A Browser-based Blockchain
#78This seems really interesting! For someone without too much knowledge about blockchain and digital currencies: How does this compare to Bitcoin and Ethereum?
It is written in Javascript, communicates over WebRTC + WebSockets and therefore you can connect to the network from your browser without an intermediary. Additionally it is designed for light-clients (such as low-end devices) and transaction speed.
My thoughts: most regular users don't really care about privacy at the level that BTC promises. If people really cared that much about privacy, then social media platforms like FB wouldn't be where most people are today.
Combine what I've said above with the easy on-boarding facility that Nimiq provides and I think this solution carries the day. This might be the 'style' with which most first time cryptocurrency users (emphasis on miners) get started with cryptocurrency. With mass adoption, computing and securing the network might be easier (read cheaper) than is the case with BTC as it stands.
I really like what you've done.
Re: Show HN: A Browser-based Blockchain
#79Earlier quoted context omitted.
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
#80Just ask here if you need some test coins. I already mined a first block.
Thanks!