bitcore-wallet-service icon indicating copy to clipboard operation
bitcore-wallet-service copied to clipboard

A multisig, HD Bitcoin and Bitcoin Cash wallet service. Used by Copay.

Results 77 bitcore-wallet-service issues
Sort by recently updated
recently updated
newest added

- update BWS to use cashaddr internally - support old BWC clients, (address and txp creation with legacy `copay` address for ok verification), by adding params to the now deprecated...

How to calculate the trasnction fee with the following array btc: [{ name: 'urgent', nbBlocks: 2, multiplier: 1.5, defaultValue: 150000, }, { name: 'priority', nbBlocks: 2, defaultValue: 100000 }, {...

Which file contain the RPC call for sending the bitcoin between 2 addresses ?

I noticed that the /tx_history endpoint stopped adding new events after having generated many addresses in my copay wallet. The balance and utxo endpoints were fine. Those showed the new...

Hi guys, Thanks for your awesome project. I've implemented client library in Golang - https://github.com/pavel-kiselyov/bws-go It's not 100% compatible (e.g. some API methods are not yet implemented, message encryption is...

Could you please describe more details how to use notifications to callback once the transaction status updated? I tried to transfer out/in from/to HD wallet but get no notification even...

I'm using bws for bitcoin cash. It was working fine before, now when I try to generate an address for a wallet I just created it gives this error. ```...

I'm running my own BWS. A wallet works fine until after generating the first address and receiving testnet coins. When I try to open wallet and check balance I get...

I created a wallet, but I don't join this more than once. The wallet response `{"code":"WALLET_FULL","message":"Wallet full"} `

How do I run bitcore wallet service with Bitcoin Cash? I can't find any documentation.