The defunct Dough Wallet iPhone app used non-standard settings which made it impossible to recover or use your Dogecoins without the Dough Wallet app, but since the iPhone app and author's website are long gone, this left many users with no hope of recovering their Dogecoins.
Enter Dough Wallet Recovery. The non-standard Dough Wallet settings have been methodically researched, reversed, and reimplemented into this tool which allows users to regain access to their lost Dough Wallet Dogecoins. And for the first time ever, the custom Dough Wallet Dogecoin settings have been publically released (see info below and source code).
Enjoy,
~ Cyclone
Usage:
./doughwallet_recovery
---------------------------
| Dough Wallet Recovery |
| github.com/cyclone-github |
---------------------------
Enter your Dough Wallet's 12-word recovery phrase:
abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon
External (Receive) Chain: m/0'/0/n
m/0'/0/0
Address: DNf2JUSPdFBUAwC6NauoCMwzQ5idABnf3J
Private Key: QTk8fDB45XbHUdesGyPgtA3pJvBmpxNtSEw3WWi958JkApPR4ctV
Internal (Change) Chain: m/0'/1/n
m/0'/1/0
Address: DP4ZdihCRgx88YtfiM8nSW7wkcRHeiCVUk
Private Key: QVf7tKti8JvGUrm3DchjAB7iqVb7MEmqqXrcTzhmYoXnm7SqRnSH
Generate 10 addresses per derivation path:
./doughwallet_recovery -count 10
----------------------------
| Dough Wallet Recovery Tool |
----------------------------
Enter your Dough Wallet's 12-word recovery phrase:
Pipe seed phrase:
echo "dough wallet word seed phrase.." | ./doughwallet_recovery
go install github.com/cyclone-github/doughwallet_recovery@latest
go install github.com/cyclone-github/doughwallet_recovery@main
- This assumes you have Go and Git installed
git clone https://github.com/cyclone-github/doughwallet_recovery.git# clone repocd doughwallet_recovery# enter project directorygo mod init doughwallet_recovery# initialize Go module (skips if go.mod exists)go mod tidy# download dependenciesgo build -ldflags="-s -w" .# compile binary in current directorygo install -ldflags="-s -w" .# compile binary and install to $GOPATH
- Compile from source code how-to:
- Derivation Path =
m/0'/0,1/0 - Hardened bit =
0x9e000000 - Official Dough Wallet source code
- Official Dough Wallet Web Recovery Toolkit v2