Matthew Zipkin

Results 708 comments of Matthew Zipkin

@chjj see https://github.com/bitcoin-core/secp256k1/issues/409 might just need to pull latest secp256k1

@bogdyak this repo is deprecated. What are you trying to do?

@chjj @mslipper I am able to get Bob to build and run in dev mode on Windows by reverting this commit: https://github.com/bcoin-org/bcrypto/commit/f8f5cb73cf44e21ae8ef3df36c832ef313cb7fcb or in other words, using cmake instead of...

Oh to be clear - hsd and bcrypto build fine on windows as-is master branches and latest releases. But there is something wrong with building for *Electron* on windows.

I don't even know if this guide is still accurate. I think we removed the webpack config file at some point. Are you interested in looking in to that any...

> There are other guides for this matter available on the website like this https://bcoin.io/guides/webapp.html But I am specifically talking about the full node in browser functionality. That guide has...

Related: https://github.com/bcoin-org/bcrypto/issues/14

Thanks for the revisions, @joemphilips. I look forward to your `TODO`'s. I still think the simple self-hosted multisig wallet method would be more appropriate to describe _before_ the more advanced...

Thanks for the contribution @JustVic. Unfortunately our bounty program has been expired for a long time, I didn't realize there were still issues marked as offering a bounty. The bcoin...

` --wallet-http-port=8832` try using port 8834 there and in your `bwallet-cli` command. Node and wallet need to be on different ports