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

We created the wallet on another server using Bitcore-wallet-client's createWallet("wallet name", "copayer name", 2, 3, {network: 'livenet'}, ...) and two joinWallet(secret, "copayer name", {}, ...). We have 3 files: alice.dat...

I need to recover my copay wallet. My phone reset itself and I do not remember the recovery words. The password I thought I used is not working either. What...

(Posted on [Bitcore Forum](https://forum.bitcore.io/t/error-undefined-assertion-when-querying-v1-txhistory/1491) as well for help). We just upgraded our app code to Copay 3.1.3 with our own BWS v1.15 instance on the back-end. The wallet gets created...

``` info Client Err: 401 /v2/wallets/?includeExtendedInfo=1&twoStep=0&r=27922 {"code":"NOT_AUTHORIZED","message":"Copayer not found"} ::ffff:192.168.11.28 2017-08-22T04:00:34.061Z "GET /bws/api/v2/wallets/?includeExtendedInfo=1&twoStep=0&r=27922" 401 55 4.133 "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_3 like Mac OS X) AppleWebKit/603.3.8 (KHTML, like Gecko)...

Keep a buffer of addresses ready to be served to the client.

enhancement

https://github.com/bitpay/bitcore-wallet-service/blob/master/lib/storage.js#L200

No matter what I try, no post data is received on BWS. Tried multiple servers, fresh installs of BWS even fail. I'm clueless, been at this multiple weeks. Anyone have...

I'm working on a testnet. Tried to run following command: ``` wallet -h http://35.202.224.227:3232/bws/api send mmPepE3AR7DE6YGQfksGrGDj6rQhkAqF9L 15000 ``` But got an error: ``` [Error: Invalid unit] ``` I tried few...

In addition to tagLowFees which adds a 'lowFees' attribute to transactions, please add tagFeeDust which will add a 'isFeeDust' attribute to transactions. tagFeeDust would do the following: 1. Determine the...

https://github.com/bitpay/bitcore-wallet-service/blob/d416284fc3311bc45d41fadad00fb693bb31eb70/lib/server.js#L2962 So this is going through the transactions with outputs available in the current wallet that have 0 confirmations and checking if the feePerKb of the transaction containing that output...