olso / btcrecover

An open source Bitcoin wallet password and seed recovery tool designed for the case where you already know most of your password/seed, but need assistance in trying different possible combinations.

Home Page:https://www.youtube.com/playlist?list=PL7rfJxwogDzmd1IanPrmlTg3ewAIq-BZJ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

btcrecover Build Status license

btcrecover is an open source wallet password and seed recovery tool. It is designed for the case where you already know most of your password or seed phrase, but need assistance in trying different possible combinations.

  • Seed/Passphrase Recovery when for: (Recovery without a known address requires an Address Database)
    • Bitcoin
    • Bitcoin Cash
    • Ethereum
    • Litecoin
    • Dash
    • Dogecoin
    • Vertcoin
    • Monacoin
    • DigiByte
    • Groestlcoin (Requires groestlcoin_hash module installed via PIP)
    • Ripple
    • Zilliqa
    • And many other 'Bitcoin Like' cryptos
  • Descrambling 12 word seeds (Using Tokenlist feature for BIP39 seeds via seedrecover.py)
  • Wallet File password recovery for a range of wallets

Using BTCRecover with Altcoins, forks,clones or custom derivation paths

By default, seedrecover.py will check the first account using common Bitcoin derivation paths for BIP39 wallets derivation paths for any altcoins selected via the gui or specified via --wallet-type. You can also edit the files in the common-derivation-pathslists folder to either add, or remove derivation paths that will be searched. (To use the 2nd account, etc, you typically increment the last digit of the derivation path from /0 to /1)

You can also try to specifiy a custom derivation path for altcoins/forks which share the same address format as any supported coins.

You can click here to view a list of the cryptos that are supported, along with the derivation paths they check by default.

If you want the tool to support a crypto 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 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.

Setup and Usage Tutorials

BTCRecover is a Python (3.6, 3.7, 3.8, 3.9) script so will run on Windows, Linux and Mac environments. See the installation guide for more info

I have created a growing playlist that covers a number of usage examples for using this tool to recover seed phrases, BIP39 passphrases, etc.

This repositoy also included some example commands and file templates for the usage scenarios covered in YouTube videos.

My suggestion is that you find a scenario that is most-like your situation and try to replicate my examples to ensure that you have the tool set up and running correctly. If you have a specific situation that isn't covered in these tutorials, let me know and I can look into creating a video for that.

Sending me a message via Reddit is likely the best channel to reach me for support with this tool.

If you don't know an address in the wallet that you are searching for, you can create and use an Address Database (click here for guide) There is no real performance penalty for doing this, it just takes a bit more work to set up.

Quick Start

To try recovering your password or a BIP39 passphrase, please start with the Password Recovery Quick Start.

If you mostly know your recovery seed/mnemonic (12-24 recovery words), but think there may be a mistake in it, please see the Seed Recovery Quick Start.

If this tool or other content on my YouTube channel was helpful, feel free to send a tip to:

Donate Bitcoin

BTC: 37N7B7sdHahCXTcMJgEnHz7YmiR4bEqCrS

Donate Bitcoin Cash

BCH: qpvjee5vwwsv78xc28kwgd3m9mnn5adargxd94kmrt

Donate Litecoin

LTC: M966MQte7agAzdCZe5ssHo7g9VriwXgyqM

Donate Ethereum

ETH: 0x72343f2806428dbbc2C11a83A1844912184b4243

Thanks to Gurnec

This tool builds on the original work of Gurnec who created it and maintained it until late 2017. If you find btcrecover helpful, please consider a small donation to them too. (I will also be passing on a portion of any tips I recieve at the addys above to them too)

Donate Bitcoin

BTC: 3Au8ZodNHPei7MQiSVAWb7NB2yqsb48GW4

Thank You!

Features

About

An open source Bitcoin wallet password and seed recovery tool designed for the case where you already know most of your password/seed, but need assistance in trying different possible combinations.

https://www.youtube.com/playlist?list=PL7rfJxwogDzmd1IanPrmlTg3ewAIq-BZJ

License:GNU General Public License v2.0


Languages

Language:Python 96.9%Language:C 2.3%Language:Jupyter Notebook 0.5%Language:Makefile 0.2%Language:Shell 0.1%Language:Dockerfile 0.0%