Matthew Zipkin
                                            Matthew Zipkin
                                        
                                    I was able to build bcoin and run all tests on OSX with node v16.4.0 You shouldn't have to `install` anything since we include all node_modules in the git repository...
bcoin no longer uses `R...` addresses for regtest. Regtest and testnet address are the same format now, like bitcoin core. It's been this way for a while, are you seeing...
https://github.com/bcoin-org/bcoin/commit/39684df6051b599da9ed1383cb7e3f8605806a74
ah I see! Well if you'd like to make a PR to update the docs, this is the repo: https://github.com/bcoin-org/bcoin-org.github.io
This is a great writeup. SPV leaks more privacy, but still has other benefits over Neutrino. SPV uses less bandwidth, memory and disk space. There may be bcoin users for...
Yeah BIP37. If blocks are 2-3 MB, sparse wallets would definitely be consuming more bandwidth (download a full block from at least one peer just to discover a single 200...
What's a good place to chat? I'll send you a DM on the bcoin slack for starters...
What do you propose the installation process would be? git clone, and then copy from `lib/` to `node_modules` where nodjes expects the packages to be? As far as I know...
These docs are not clear? https://github.com/bcoin-org/bcoin/blob/master/docs/getting-started.md What can we do to make them more clear? (Pull requests are very welcome! thank you!) What is wrong with the implementation? Details or...
@martindale concept ACK! I made [a similar commit here](https://github.com/pinheadmz/bcoin/commit/3643635e2047250cc5b6a726d875ef8650934588) to illustrate some of the bcoin conventions we'd need from this PR: - Options to `SPVNode` should be copied to `FullNode`...