bitcore
bitcore copied to clipboard
A full stack for bitcoin and blockchain-based applications
https://github.com/bitpay/bitcore/blob/7dd58ea888105ca2d0ab95e0bad3c68a923640d7/packages/bitcore-lib/lib/transaction/transaction.js#L992 * If there's no fee set and no change address, * estimate the fee based on size. line 1004: // if no change output is set, fees should equal...
Assuming for example that from contains 1 doge, send 0.5 to to, expect from to end up at 0.5 (minus fees). All parameters are valid. Does not work. Rest of...
Why is the btc genesis block totally missing? It cannot be found by searching for the hash. https://bitpay.com/insight/BTC/mainnet/block/000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f https://www.blockchain.com/explorer/blocks/btc/000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f If you search for the bitcoin address 1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa the balance is...
Hi, I have downloaded bitcore packages and use yarn to add 'mocha' for bitcore-lib. Here is the package.json: { "name": "bitcore-lib", "version": "10.0.5", "description": "A pure and powerful JavaScript Bitcoin...
Hi , am trying to Sign a PSBT that was give from a specific site to complete the purchase process , only thing that I was able to do Is...
Do you have any plans to implement multithreaded sync for BTC-like networks? it takes too long to sync from scratch
Hey, I was wondering if you have some usage guide for the [Bitcore Lib Doge](https://github.com/bitpay/bitcore/blob/master/packages/bitcore-lib-doge) I want to get the latest unmined dogecoin block, but I can't seem to find...
https://api-eth.bitcore.io/api/ETH/mainnet/tx/0x15596e27229957d80e763a5b7340fa6c6b9ce7bea2fccefa3c63c88513ce9d44 value: 373265727105449900 real value: 0.373265727105449914 https://etherscan.io/tx/0x15596e27229957d80e763a5b7340fa6c6b9ce7bea2fccefa3c63c88513ce9d44 actually you are using Number for tx.value, but this doesn't provide required precision! this is a huge bug! last digits may be important....
curl -v localhost:3000/api/BTC/mainnet/address/12c6DSiU4Rq3P4ZxziKxzrL5LmMBrzjrJX/txs this endpoint only show me utxo data, I need to get transaction list data ( like block timestamp , transaction type send or receive , error or...
Title: White Paper - How to Make Full Use of Bitcoin Hashrate: Using Bitcoin Mining Power for Enterprise Cloud Computing Abstract: This paper aims to propose a novel idea of...