0
I have a bitcoin testnet account in copay wallet. I want to import its private key in bitcoind. So, I exported the private key, but they were encrypted. I got a
Test-Copaybackup.aes.json
file. Therefore, I can't use importwallet rpc in bitcoin-cli, since it requires an unlocked wallet or an unencrypted wallet. What else I do?
I've run this command and entered the decryption password. But it shows "error reading input file". Is aes version is different? I couldn't find the aes version used by copay from anywhere. – Prayag k – 2018-03-23T03:54:22.243
when I removed the -a flag, error changed to "bad magic number" – Prayag k – 2018-03-23T05:22:02.790