Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import Copay wallet as cold wallet #102

Open
ad-m opened this issue Sep 15, 2018 · 0 comments
Open

Import Copay wallet as cold wallet #102

ad-m opened this issue Sep 15, 2018 · 0 comments

Comments

@ad-m
Copy link

ad-m commented Sep 15, 2018

I am looking for cold web-wallet to manage transaction of my Copay wallet in time. I want to get web-API to receive information about my wallet without handling full bitcoind node.

I exported my Copay wallet without private key (perfect for cold wallet). I got following JSON:

{"iv":"(...)","v":1,"iter":10000,"ks":128,"ts":64,"mode":"ccm","adata":"","cipher":"aes","salt":"(...)","ct":"(...)"}

According to https://github.com/bitpay/copay/wiki I decrypted my wallet at https://bitwiseshiftleft.github.io/sjcl/demo/ . I received following result:

{
  "coin": "btc",
  "network": "livenet",
  "xPubKey": "(...)",
  "requestPrivKey": "(...)",
  "requestPubKey": "(...)",
  "publicKeyRing": [
    {
      "xPubKey": "(...)",
      "requestPubKey": "(...)",
      "copayerName": "me"
    }
  ],
  "walletId": "(...)",
  "walletName": "(...)",
  "m": 1,
  "n": 1,
  "walletPrivKey": "(...)",
  "personalEncryptingKey": "(...)",
  "sharedEncryptingKey": "(...)",
  "copayerName": "me",
  "entropySource": "(...)",
  "derivationStrategy": "BIP44",
  "account": 0,
  "compliantDerivation": true,
  "addressType": "P2PKH",
  "addressBook": [
    
  ]
}

Is there any way to import that structures to BTC.com Bitcoin Wallet ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@ad-m and others