William Wolf
William Wolf
@DelvarWorld make it a repo!
Looks good
Looks good to me.
Great catch, looks good.
I'm working on a (crude) way to do this in Chrome specifically (with an eye towards Chromebooks) here: https://github.com/throughnothing/BitcoinSPVCrx It uses [chrome-net](https://github.com/feross/chrome-net) to replace node's `net` when built for the...
@braydonf I am happy to work on adding in some 'detection' code directly into `peer.js` in `bitcore-p2p` so that it can run in (supported) browsers out of the box, but...
My project can now (crudely, and very naively/simply) fully sync and validate the blockchain headers in Chrome using bitcore/bitcore-p2p :)
@maraoz thanks! I wouldn't mind putting it on bitcore.io/#projects eventually, but I don't think its ready for that just yet. Once I think it is, I'll let you know.
To be clear, my demonstration won't work on a web page in Chrome, as the sockets API (that I'm using at least) is only available to Chrome apps/extensions. To do...