Changes
Page history
Update Export and import android wallet
authored
May 17, 2021
by
amDOGE
Show whitespace changes
Inline
Side-by-side
Export-and-import-android-wallet.md
View page @
72c8e975
...
...
@@ -8,15 +8,15 @@
-
On Ubuntu / Debian through
`sudo apt-get install -y openssl`
4.
Decrypt your backup
-
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`
`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`
`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
5.
Install and launch desktop client https://gitlab.com/pandacoin/pandacoin/-/releases
6.
Open Debug window
7.
Click Console
8.
Enter the following:
-
On Windows
-
`importwallet C:\path\to\decrypted-pandacoin-wallet`
`importwallet C:\path\to\decrypted-pandacoin-wallet`
-
On Ubuntu / Debian
-
`importwallet /path/to/decrypted-pandacoin-wallet`
\ No newline at end of file
`importwallet /path/to/decrypted-pandacoin-wallet`
\ No newline at end of file