BTCRecover
BTCRecover is an open source wallet password and seed recovery tool.
For seed based recovery, this is primarily useful in situations where you have lost/forgotten parts of your mnemonic, or have made an error transcribing it. (So you are either seeing an empty wallet or gettign an error that your seed is invalid)
For wallet password or passphrase recovery, it is primarily useful if you have a reasonable idea about what your password might be.
Getting Started
Your best bet is to follow the Installing BTCRecover guide, then read the "Quick Start" for the recovery type you want. (Or look at some usage examples)
Getting Support
If you need help, your best bet is to look at my BTCRecover playlist on YouTube and ask a question in the comments section for any of video closest to your situation.
If you have found a bug, please open an issue on Github here: https://github.com/3rdIteration/btcrecover/issues
Features
- Seed/Passphrase Recovery when for: (Recovery without a known address requires an Address Database)
- Avalanche
- Bitcoin
- Bitcoin Cash
- Cardano (Shelley Era Addresses)
- Cosmos (Atom) Any many other Cosmos Chains (Nym, GravityBridge, etc)
- Dash
- DigiByte
- Dogecoin
- Ethereum
- Groestlcoin
- Helium
- Litecoin
- Monacoin
- MultiversX
- Polkadot (sr25519, like those produced by polkadot.js)
- Ripple
- Secret Network
- Solana
- Stacks
- Stellar
- Tezos
- Tron
- Vertcoin
- Zilliqa
- And many other 'Bitcoin Like' cryptos
- SLIP39 Passphrase Recovery for most coins supported by the Trezor T
- Bitcoin
- Bitcoin Cash
- Dash
- Digibyte
- Dogecoin
- Ethereum
- Litecoin
- Ripple
- Vertcoin
- Descrambling 12 word seeds (Using Tokenlist feature for BIP39 seeds via seedrecover.py)
-
Wallet File password recovery for a range of wallets
-
Seed Phrase (Mnemonic) Recovery for the following wallets
- Electrum (1.x, 2.x, 3.x and 4.x) (For Legacy and Segwit Wallets. Set --bip32-path "m/0'/0" for a Segwit wallet, leave bip32-path blank for Legacy... No support for 2fa wallets...)
- Electron-Cash (2.x, 3.x and 4.x)
- BIP-32/39 compliant wallets (bitcoinj), including:
- MultiBit HD
- Bitcoin Wallet for Android/BlackBerry (with seeds previously extracted by decrypt_bitcoinj_seeds)
- Hive for Android, for iOS, and Hive Web
- Breadwallet
- BIP-32/39/44 Bitcoin & Ethereum compliant wallets, including:
- Mycelium for Android
- TREZOR
- Ledger
- Keepkey
- Blockstream Jade
- Jaxx
- Coinomi
- Exodus
- MyEtherWallet
- Bither
- Blockchain.com
- Trust Wallet
- Encrypted (BIP-38) Paper Wallet Support (Eg: From Bitaddress.org) Also works with altcoin forks like liteaddress.org, paper.dash.org, etc...
- Brainwallets
- Sha256(Passphrase) brainwallets (eg: Bitaddress.org, liteaddress.org, paper.dash.org)
- sCrypt Secured Brainwallets (Eg: Warpwallet, Memwallet)
- Ethereum Validator BIP39 Seed Recovery
- Blockchain.com legacy wallet recovery mnemonic
- Bitcoin wallet password recovery support for:
- Bitcoin Core
- MultiBit HD and MultiBit Classic
- Electrum (1.x, 2.x, 3.x and 4.x) (For Legacy and Segwit Wallets. Set --bip32-path "m/0'/0" for a Segwit wallet, leave bip32-path blank for Legacy... No support for 2fa wallets...)
- Most wallets based on bitcoinj, including Hive for OS X
- BIP-39 passphrases (Also supports all cryptos supported for seed recovery, as well as recovering "Extra Words" for Electrum seeds)
- mSIGNA (CoinVault)
- Blockchain.com
- block.io (Recovery of wallet "Secret PIN")
- btc.com (aka blocktrail) (Recovery of wallet password, needed to decrypt the PDF backup sheets)
- pywallet --dumpwallet o*f Bitcoin Unlimited/Classic/XT/Core wallets
- Bitcoin Wallet for Android/BlackBerry spending PINs and encrypted backups
- KnC Wallet for Android encrypted backups
- Bither
- Altcoin password recovery support for most wallets derived from one of those above, including:
- Coinomi (Only supports password protected wallets)
- imToken
- Metamask (And Metamask clones like Binance Chain Wallet, Ronin Wallet, etc.)
- Litecoin Core
- Electrum-LTC (For Legacy and Segwit Wallets. Set --bip32-path "m/0'/0" for a Segwit wallet, leave bip32-path blank for Legacy... No support for 2fa wallets...)
- Electron-Cash (2.x, 3.x and 4.x)
- Litecoin Wallet for Android encrypted backups
- Dogecoin Core
- MultiDoge
- Dogechain.info
- Dogecoin Wallet for Android encrypted backups
- Yoroi Wallet for Cardano Master_Passwords extracted from the wallet data (In browser or on rooted/jailbroken phones)
- Damaged Raw Eth Private Keys Individual Private keys that are missing characters.
- Ethereum UTC Keystore Files Ethereum Keystore files, typically used by wallets like MyEtherWallet, MyCrypto, etc. (Also often used by Eth clones like Theta, etc)
- Toastwallet Toastwallet Passphrase
- Free and Open Source - anyone can download, inspect, use, and redistribute this software
- Supported on Windows, Linux, and OS X
- Support for Unicode passwords and seeds
- Multithreaded searches, with user-selectable thread count
- Ability to spread search workload over multiple devices
- GPU acceleration for Bitcoin Core Passwords, Blockchain.com (Main and Second Password), Electrum Passwords + BIP39 and Electrum Seeds
- Wildcard expansion for passwords
- Typo simulation for passwords and seeds
- Progress bar and ETA display (at the command line)
- Optional autosave - interrupt and continue password recoveries without losing progress
- Automated seed recovery with a simple graphical user interface
- Ability to search multiple derivation paths simultaneously for a given seed via --pathlist command (example pathlist files in the )
- “Offline” mode for nearly all supported wallets - use one of the extract scripts (click for more information) to extract just enough information to attempt password recovery, without giving btcrecover or whoever runs it access to any of the addresses or private keys in your Bitcoin wallet.
If you want the tool to support a crypto/wallet that isn't listed above, please test that it works and submit a PR which includes a unit test for that coin and also any required code to accept the address format.
If you are trying to do a recovery for a coin/wallet that isn't listed above, feel free to contact me as it may be possible for you to sponsor the addition of that crypto as part of an assisted recovery fee.