bitcore-lib-cash icon indicating copy to clipboard operation
bitcore-lib-cash copied to clipboard

Results 8 bitcore-lib-cash issues
Sort by recently updated
recently updated
newest added

const transaction = new bch.Transaction() .from(utxo) .fee(1000) .to('usercashaddress', 6000) .to('mycashaddress', 1000) .sign(privateKey); i want to output

Use the binary interpretation of kilobyte (1024 bytes) and return the correct amount of satoshis. With default parameters and a transaction size of 1024 bytes I expect a fee of...

Specifically, is it compatible with post-november transaction ordering rules?

``` const bitcoreCash = require('bitcore-lib-cash'); ... const xpriv = code.toHDPrivateKey(); const hdPrivateKey = new bitcoreCash.HDPrivateKey(xpriv); //-> error here ... ``` I have an error when I call the HDPrivateKey function,...

Hello, When I create a bitcore node for Bitcoin Cash with insight-api (I clone both bitcoe-lib-cash and insight-api the cash branch from github), everything runs fine until I configure insight-api...

I get the error `Address has mismatched network type.` Here is the sample code: ``` var bitcore = require('bitcore-lib-cash'); // This will fail. Livenet legacy address: new bitcore.Address("161p4i14KBcTB8q368q4NeUr61nFJcWUDo"); // This...

Is this project updated for the May 15th fork? If so, what are the instructions for patching an older version to be compliant?