bitcore
bitcore copied to clipboard
A full stack for bitcoin and blockchain-based applications
So it's possible to: ``` bitcore.util.buffer.hexToBuffer('').toString('hex'); ``` that produce an empty string as expected, instead od an assertion error. This commit makes https://github.com/bitpay/bitcore/pull/3181 unnecessary.
at at process._tickCallback (internal/process/next_tick.js:189:7) Shutting down 479 {"message":"Stopping Event Service","level":"info"} {"message":"Stopping Storage Service","level":"info"}
src: ----- bitcore-lib/lib/networks.js issue ------- uses function remove() to delete existing network ("testnet" for example), then add a new custom network with the same name ("testnet"), expecting the function get("testnet")...
In previous versions this method existed, is there any reason why it was removed? The implementation should be a simple: ```javascript function hexToBuffer(value) { $.checkArgumentType(value, 'string', 'value'); return Buffer.from(value, 'hex');...
Деньги не пришли на сайт
I using https://api.bitcore.io/api/BTC/testnet/tx/send to send my transaction raw. My raw tx is : 02000000012d47aab5b951152ee4d7e140cd8e5d3d113feeb4c36d1787fabc30aaf9e9e9d7000000006a47304402207569478d3151e0ba3d0fd1c3863bc9895d79fe6082390199ec81c5a673f4ac00022074211dcb575d9c57f9a23933abd0f052610de06e7d9ddc9462bcf116f1bb843e012103cc5bc52a31a6a2741ac640177f4a750529fd2e8ffe4b677784d88a9fda14a433ffffffff0110270000000000001976a914aaed5773c420dc40bed3119c2db266503bb296c088ac00000000 Error After Send: Cannot read property 'Symbol(Symbol.iterator)' of undefined
I currently have bitcore-wallet-service running and am connected to the messageBroker at `ws://localhost:3380/socket.io`. I see new block notifications coming in but none for receiving address transaction notifications. Is there a...
I try to run the docker image (that I created with the included dockerfile) but nothing happens when I run it. I was hoping that someone could tell me a...
I am trying to run insight server but the `npm run node` fails. error `Unhandled Rejection at: Error: Chain BTC doesn't have a ChainStateProvider registered` bitcore.config.json ``` { "bitcoreNode": {...