LogoLogo
  • Welcome to Pandacoin
  • What is Pandacoin
    • Introduction
    • Technical Specification
    • Whitepaper
  • Social Media
    • Official Accounts
  • FAQ
  • Frequently Asked Questions
  • Helping the Wildlife
    • Our goals
      • Wildlife donations
        • World Wildlife Fund
        • Chengdu
        • Ocean Cleanup Project
  • Support
    • How to get support
    • Support Guide
      • Get Private Keys from Backup
      • How to download the Pandacoin wallet
      • Backup Pandacoin Wallet
      • Import Pandacoin wallet
      • Telegram Bot
      • Export and Import android wallet
  • Where to buy Pandacoin
    • Where to buy?
      • XeggeX
      • Komodo Platform
      • Altmarkets
  • Services
    • Graphic Design of Pandacoin
    • Faucet
    • PND Blockchain Explorer
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Support
  2. Support Guide

Export and Import android wallet

PreviousTelegram BotNextWhere to buy?

Last updated 3 years ago

Was this helpful?

  1. Backup keys on the old legacy wallet.

    • See also

  2. Transfer backup to desktop.

  3. Install openssl

    • On Windows install through

      • cinst -y openssl

      • Restart terminal

      Or through here :

    • On Ubuntu / Debian through sudo apt-get install -y openssl

  4. 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

  1. Open Debug window

  2. Click Console

  3. 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.

Install and launch desktop client

https://gitlab.com/pandacoin/pandacoin/-/releases
"Backup PandaWallet keys" on YouTube
https://chocolatey.org/install
https://indy.fulgan.com/SSL/