You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.
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
bob.dat
carl.dat
This is what the .dat files looks like: {"network":"livenet","xPrivKey":"...","xPubKey":"...","requestPrivKey":"...","requestPubKey":"...","copayerId":"...","publicKeyRing":[{"xPubKey":"...","requestPubKey":"..."}],"walletId":"...","walletName":"...","m":2,"n":3,"walletPrivKey":"...","personalEncryptingKey":"...","sharedEncryptingKey":"...","copayerName":"...","entropySource":"...","derivationStrategy":"BIP44","account":0,"addressType":"P2SH"}
How do we fully recover the wallet on a new installation of Bitcore-Wallet-Service?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
bob.dat
carl.dat
This is what the .dat files looks like:
{"network":"livenet","xPrivKey":"...","xPubKey":"...","requestPrivKey":"...","requestPubKey":"...","copayerId":"...","publicKeyRing":[{"xPubKey":"...","requestPubKey":"..."}],"walletId":"...","walletName":"...","m":2,"n":3,"walletPrivKey":"...","personalEncryptingKey":"...","sharedEncryptingKey":"...","copayerName":"...","entropySource":"...","derivationStrategy":"BIP44","account":0,"addressType":"P2SH"}
How do we fully recover the wallet on a new installation of Bitcore-Wallet-Service?
The text was updated successfully, but these errors were encountered: