Matthew Zipkin
Matthew Zipkin
All wallet events are emitted by the `WalletDB` object. More here: https://bcoin.io/guides/events
Ah yeah our JSDocs are broken. That bcoin.io guide has lots of links to the code. The wallet events are also documented in the API docs: https://bcoin.io/api-docs/#wallet-sockets but we desperately...
> bcoin-cli --api-key=api-key this is not a command. What are you trying to do? what is laravel8? Is it related to bcoin at all?
If you just want to set an API key there are several ways to do so, bcoin must be configured before launch: https://github.com/bcoin-org/bcoin/blob/master/docs/configuration.md
> Thanks, I believe I am to create a config file myself because I couldn't find one. correct. Bcoin does not generate that for you.
Heh, I just added this to the docs: https://github.com/bcoin-org/bcoin-org.github.io/pull/150
see my comment here: https://github.com/bcoin-org/bcoin/issues/1046#issuecomment-1061912074 executing `npm install` in bcoin is incorrect usage, the node_modules are committed and all you need to run is `npm rebuild`. Can you clean the...
Good question. Not really. There are a few active maintainers but sadly we aren't actively improving bcoin. The most recent feature was bech32m support which is required to send BTC...
Ok so since #631 has come up again, I gave this PR another review and I think it is a good solution to a long-standing issue. I rebased on master...
Yeah thats correct sorry. And more specifically, `smart: false` excludes locked coins: https://github.com/bcoin-org/bcoin/blob/7bc32515467d6a48d1b6473d1224d689efe907fa/lib/wallet/wallet.js#L1124-L1128