kajoseph

Results 38 comments of kajoseph

Seems like your npm modules are not installed correctly. Insight is the only submodule that requires you to run `npm install` from the submodule (insight) directory instead of at the...

Something like this would fix the sync issue, but child txs would not be marked appropriately. I'm considering having this fn merely set the replaced tx as such and then...

Thanks for the suggestions and concern. We're actively looking into and addressing this

You are connected to 8342 (congrats!) but you still have a configuration in bitcore.config.json for 8332. Remove that config object (or set `disabled: true`) and it'll remove the "connected"..."not connected"..."connected"...

Please try with Node v12. We haven't added support for v16 yet

@escottalexander I believe you mean bitcore-p2p-doge. Bitcore-lib-doge is still in use.

Your code is correct. If you want to clean it up a bit, you actually don't need to re-assign tx as all of those will modify tx in place. As...

The sign function can take an array of private keys to sign all utxos, or you can call tx.sign multiple times. If you're only trying to use `elliptic`, then you'll...