• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

Recover/Import Android Keys

metasync

New member
I have a few Dash on the Hash-engineering Android app that I am unable to spend.

The balance is there but when I try and choose an amount to spend it states there are no Dash available.

I tried importing the backup wallet to another device and encounter the same issue.

How can I go about getting the private keys/importing to the actual wallet software? I already decrypted the wallet backup.

Thanks in advance!
 
Ok, I realize this isn't a Dash-QT issue but here is how I was able to resolve it.

I first backed up my wallet and transferred it to my PC.

Decrypted it with openssl
openssl enc -d -aes-256-cbc -a -in path/to/wallet/backup -out out/path


used Darkcoinj from github to dump with the option --dump-privkeys
./wallet-tool dump --wallet=file/ --dump-privkeys

Then import the keys into Dash QT
 
Ok, I realize this isn't a Dash-QT issue but here is how I was able to resolve it.

I first backed up my wallet and transferred it to my PC.

Decrypted it with openssl
openssl enc -d -aes-256-cbc -a -in path/to/wallet/backup -out out/path


used Darkcoinj from github to dump with the option --dump-privkeys
./wallet-tool dump --wallet=file/ --dump-privkeys

Then import the keys into Dash QT
Thanks for answering your own question-couldn't figure it out, have you got any more to ask ? :smile:
 
Back
Top