langerhans / dogecoin-wallet-new

Dogecoin Wallet app for your Android device. Standalone Dogecoin node, no centralized backend required. Forked from the popular Bitcoin Wallet.
189 stars 105 forks source link

Empty seed from old Dogecoin Wallet? #98

Open Psychol324 opened 3 years ago

Psychol324 commented 3 years ago

I transfered some Doge in 2018 on my Kitkat phone using Dogecoin Wallet and I have multiple addresses on this wallet but I'm guessing that the backup has one seed right? either way I imported it to my PC and I used Git Bash with a command "winpty openssl enc -d -aes-256-cbc -md md5 -a -in dogecoin-wallet-backup-2021-05-08" and at the top of the decrypted text there was a 12 words seed and rest in gibberish so I imported this to Coinomi and there was no Doge and the receiving address wasn't any of my addresses on Dogecoin Wallet, how's that possible?

Psychol324 commented 3 years ago

I have solution for anyone wondering -install "Git Bash" -put your wallet file on the desktop -open Git Bash and type "cd Desktop" -then type "winpty openssl enc -d -aes-256-cbc -md md5 -a -in "your dogecoin file name"" -type your file's password that you have to choose while backing up the file on the android wallet -you'll have 12 words seed on top of the gibberish letters that you need to convert in seed converter https://iancoleman.io/bip39/ Choose BIP32 and type in the BIP32 deriviation path " m/0'/0 "and find an address on which you have Doge and next to this address you'll have private key that you can import on dogechain or preferably sweep it straight away to your new wallet.