8
4
I have some bitcoin stored in the bitcoin wallet android app
I want to transfer my inherited Bitcoin Cash (BCC) to an exchange. The android app doesn't care about BCC.
I tried to decode a backup of my wallet to use the private key in Bitcoin ABC desktop app.
openssl enc -d -aes-256-cbc -a -in wallet_backup_file
But gibberish comes out.
Update looks like the decryption worked because I see the first text as org.bitcoin.production. The problem is that it is encoded in a protobuf format: Problems decrypting my bitcoin-wallet on android
Importing the same backup file on the bitcoin app works , and after some time I can see my funds.
How can I claim my bitcoin cash and transfer them to an exchange ?
I managed to get my private keys by using the suggested tool https://github.com/lloeki/bitcoinj-wallet-dump after the openssl decryption. I am currently still waiting for the blockchain syncing (with -prune=30000 option). I will update with the full answer after it's done syncing
– Ovidiu Buligan – 2017-08-11T17:12:55.600Would you be able to make a mini tutorial for those of us not particularly technical? – tbenz9 – 2017-08-22T03:55:18.577
@tbenz9 I will try https://coinomi.freshdesk.com/support/solutions/articles/29000013719-how-to-get-bitcoin-cash-from-many-wallet-software-services-with-coinomi (because syncing the whole blokchain is painfully slow)
– Ovidiu Buligan – 2017-08-22T15:22:33.963