Solving Issues with Dash Wallet for Android

Ensure that you have the latest version installed (currently 4.65.12.1S):

What is your issue?

I have a Stuck Transaction after Sending

Previous versions had this issue more often due to incorrect fees and dust limits.  That is why it is necessary to be using the latest version (4.65.12.1T).  The first thing to check is how many peers that your app is connected to in Network Monitor.  If it is more than 1, then you can do a blockchain reset using Settings / Diagnositics / Reset blockchain.  This will reset the wallet to a time before you received or sent any coins.  All of your transactions will disappear until the app syncs the Dash Blockchain.  As it goes through the blockchain the transactions will reappear.  The stuck transaction will disappear and the coins will be returned to you unless the transaction was actually sent, but the app didn’t recognize that fact.

If the Network Monitor shows no peers, then the app is not connecting to the network and cannot send or receive coins.  Nor than you do a blockchain reset.

I have a Stuck Transaction after Recieving

This app must sync the blockchain of Dash.

I forgot my PIN

We don’t store your PIN for your wallet and cannot retrieve it for you.  If you set it up, be sure to remember the PIN and/or save it in a secure place.  If you have a backup file that was made before you added the PIN code, then you can restore that file to once again gain access to your wallet to spend coins.

I forgot my backup password

We don’t store your backup password for your wallet backup and cannot retrieve it for you.  If you set it up, be sure to remember the backup password and/or save it in a secure place.

How many times do I need to backup the wallet?

Once.  The app uses an HD wallet and all addresses can be generated from its seed.

Can I get the mnemonic seed phrase?

Not at this time, but soon.  The app doesn’t support revealing it through the user interface.  The only way to backup is to use the Safety / Backup function.

How can I get my private keys?


git clone https://github.com/HashEngineering/dashj
cd dashj
mvn clean install -DskipTests
cd ..
openssl enc -d -aes-256-cbc -a -in Dash-Wallet-Backup-xxxx-xx-xx > 
Dash-Wallet-Backup-decrypted
java -jar dashj/tools/target/wallet-tool.jar --wallet=Dash-Wallet-Backup-decrypted --dump-privkeys dump

In Dash Core use Tools | Debug Console and enter this command.  You will find your private keys from the last command at the top of the output.

importprivkey "X23423423409098f08afa8fj98df908a0d89a09d8H" "Import from my phone wallet" false