Export and Import android wallet

  1. Export and import Android wallet

    If you've been using the Android Pandacoin wallet and want to bring those keys onto the desktop client β€” for staking, mining, or just long-term storage β€” here's the full flow.

    circle-exclamation

    Overview

    1. Back up your keys from the Android wallet.

    2. Transfer the backup file to your desktop.

    3. Install OpenSSL on the desktop.

    4. Decrypt the backup with OpenSSL.

    5. Import the decrypted file into the desktop client.

    6. Delete the decrypted file.

    Step 1 β€” back up keys on the Android wallet

    From the Android app, export your wallet keys. You'll end up with a file like pandacoin-wallet-keys-2021-04-02 β€” an AES-encrypted text file.

    πŸ“Ί Video walkthrough: Backup PandaWallet keys on YouTubearrow-up-right.

    Step 2 β€” transfer the backup to your desktop

    Move the backup file from your phone to your computer β€” USB cable, cloud drive, whatever you prefer. You'll refer to its path later, so put it somewhere you can find.

    Step 3 β€” install OpenSSL

    You need the openssl command-line tool to decrypt the backup.

    Step 4 β€” decrypt the backup

    Run the right command for your OS, replacing the paths with where your backup actually lives and where you want the decrypted file to go:

    Enter your Android wallet password when prompted.

    OpenSSL decrypting the Android backup.
    circle-info

    You may see a warning like "deprecated key derivation used. Using -iter or -pbkdf2 would be better." β€” ignore it. The Android wallet used the older scheme, and the command above matches what it produced.

    Step 5 β€” import into the desktop client

    1. Install and launch the desktop client if you haven't already, and let it fully sync.

    2. Go to Help β†’ Debug Window.

    3. Click the Console tab.

    4. Run the import command:

    The client will scan the blockchain for transactions on your imported addresses. This can take several minutes.

    Running importwallet in the debug console.
    circle-exclamation

    Step 6 β€” delete the decrypted file

    triangle-exclamation

    After importing

    • Verify the balance in the desktop wallet. If it's still rescanning, give it time.

    • Back up your desktop wallet β€” it now holds the imported keys as well. See Backup Pandacoin wallet.

    • Stop using the Android wallet for those addresses. Sending from both sides could confuse things.

    Troubleshooting

    Need help?

    Ask in Telegramarrow-up-right β€” the community has done this migration many times and can walk you through it.

Last updated

Was this helpful?