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

[2017-08-09T17:05:03.923Z] info: Bitcoin Daemon Ready [2017-08-09T17:05:03.924Z] info: Starting web [2017-08-09T17:05:04.008Z] info: Starting insight-api [2017-08-09T17:05:04.010Z] info: Starting insight-ui [2017-08-09T17:05:04.010Z] info: Starting bitcore-wallet-service info Using message broker server at http://localhost:3380 info Using...

Hi. Running bitcore full node by itself works. After install insight-api and bws ``` [2017-07-26T01:44:30.205Z] error: Failed to start services [2017-07-26T01:44:30.205Z] error: Error: Unknown network ``` Full stack: ``` [2017-07-26T01:44:25.149Z]...

From Copay: ``` Updating Transaction History Syncing TXs. Got:0 Skip:5 EndingTxid: null Continue: undefined Finished Sync: New / soft confirmed Txs: 0 Tx History synced. Total Txs: 0 Tx History...

### DIsclaimer, I closed the old issue because the original description was not concise enough. ### UPDATE: disabling cache in 'getTxHistory' in server.js of the bitcore-wallet-service resolves this issue! So...

When a wallet receives a transaction, I can see one entry in the bcmonitor.log, "Incoming tx for wallet XXXXXXX", but then there are always two entries for push notifications and...

Trying to send all available funds to a single output seems to result in uneconomical fee calculations. By looping backward (1000sat steps) and check at what point the BWS allows...

bitcoind is the current blockheight, but when use "/api/sync", I can not get the latest blockheight . I restart bitcored , sync seems right, but will not sync after a...

It seems that two transactions have been made using the same address as an entry, this second transaction was made without having confirmed the first transaction, was initially marked as...

I have a wallet service, in which I have to make several payments, initially just create the wallet the payments worked at a good speed, but now every time a...

i have problem, when i check the balance of the wallet, always gives different balances. The value totalConfirmedAmount is distinct to totalAmount. Example :{"totalAmount":1219758423,"lockedAmount":835413,"totalConfirmedAmount":2915588,"lockedConfirmedAmount ":835413,"availableAmount":1218923010,"availableConfirmedAmount"29155888, The value totalConfirmedAmount In some...