Export and Import android wallet
- Backup keys on the old legacy wallet. - See also "Backup PandaWallet keys" on YouTube 
 
- Transfer backup to desktop. 
- Install openssl - On Windows install through https://chocolatey.org/install - cinst -y openssl
- Restart terminal 
 - Or through here : https://indy.fulgan.com/SSL/ 
- On Ubuntu / Debian through - sudo apt-get install -y openssl
 
- Decrypt your backup - You can ignore the warning *** WARNING : deprecated key derivation used. Using -iter or -pbkdf2 would be better. 
- On Windows - openssl enc -d -aes-256-cbc -a -md md5 -in "C:\path\to\pandacoin-wallet-keys-2021-04-02" -out "C:\path\to\decrypted-pandacoin-wallet"
 

- On Ubuntu / Debian - openssl enc -d -aes-256-cbc -a -md md5 -in /path/to/pandacoin-wallet-keys-2021-04-02 -out /path/to/decrypted-pandacoin-wallet
- Enter your password 
- Install and launch desktop client https://gitlab.com/pandacoin/pandacoin/-/releases 
- Open Debug window 
- Click Console 
- Enter the following: - On Windows - importwallet "C:\path\to\decrypted-pandacoin-wallet"
- On Ubuntu / Debian - importwallet "/path/to/decrypted-pandacoin-wallet"
 

After successful import, make sure to delete the decrypted file again. It is in plaintext and could be opened by anyone that has access to your computer.
Last updated
Was this helpful?
