bitcore icon indicating copy to clipboard operation
bitcore copied to clipboard

A full stack for bitcoin and blockchain-based applications

Results 204 bitcore issues
Sort by recently updated
recently updated
newest added

This includes updates to CWC, BWC and BWS to support Matic and ERC20s on Matic.

Bitpay wallet backup restore confirmed my Assets loading. Legacy used via insight. Had Android when did most of m transactions and now . Wallet shows no data on it.. Searched...

This PR changes the default ETH testnet from Kovan to Goerli since the former is deprecated.This is likely dependent on changes to front end. @lanchana ?

**NOTE: This PR will bump the minimum required node version from 8 to 10 for the use of worker threads.** This PR: - Adds multi-threaded and multi-client syncing - Introduces...

After a while, I run Bitcore and that delete the Mongodb Collections and resync from zero. Unfortunately, it doesn't give any logs. how can fix it ? Mongo version :...

Hi, I added bitcore-node version 8.19.0 as a package.json dependency but when i try to compile my project i got these errors: node_modules/bitcore-node/src/routes/api/block.ts:13:22 - error TS2345: Argument of type 'string...

https://github.com/bitpay/bitcore/blob/master/packages/bitcore-lib/docs/examples.md#create-a-transaction https://github.com/bitpay/bitcore/blob/master/packages/bitcore-lib/docs/examples.md#spend-from-a-2-of-2-multisig-p2sh-address var privateKey = new bitcore.PrivateKey('L1uyy5qTuGrVXrmrsvHWHgVzW9kKdrp27wBC7Vs6nZDTF2BRUVwy'); var utxo = { "txId" : "115e8f72f39fad874cfab0deed11a80f24f967a84079fb56ddf53ea02e308986", "outputIndex" : 0, "address" : "17XBj6iFEsf8kzDMGQk5ghZipxX49VXuaV", "script" : "76a91447862fe165e6121af80d5dde1ecb478ed170565b88ac", "satoshis" : 50000 }; var transaction =...

As described in this issue: https://github.com/bitpay/bitcore/issues/3358 This PR fixes the derivation issues when trying to create a key with a string-typed derivation path such as `m/0'/1/2/3`