- Empty your BTC wallet for safety reasons and transfer it to a newly created BTC HD Wallet. If you know your HD master private key or the 12 words of the old wallet, go to step 5
- Backup: save the encrypted wallet (Safety -> Back up wallet) and move the backup file to your computer (e.g. via file transfer, Dropbox, e-mail...).
- Decrypt: open the bash, move to your data directory and use
as stated above, which will ask for the encryption password.$ openssl enc -d -aes-256-cbc -md md5 -a -in bitcoin-wallet-backup > bitcoin_decrypted
- Install bitcoinj: