j4rj4r / Bitcoin-Brainwallet-Bruteforce

A project for bruteforce bitcoin brainwallet.
24 stars 18 forks source link
bitcoin brainwallet brute-force password private-key python3

Bitcoin-Brainwallet-Bruteforce

A project for bruteforce bitcoin brainwallet. In input it takes a dictionary and for each line it generates a private key and checks if there is a balance.

Requirements :

Install :

python3 -m pip install -r requirements.txt 

Usage :

The default dictionary is used if it is not defined.

python3 main.py 

Or you can define another dictionary to use.

python3 main.py -i anotherdict.txt

If you want to use compressed addresses

python3 main.py -c