Skip to content

Mr-DarkMan/Bitcoin-Brainwallet-Bruteforce

Repository files navigation

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 :

  • Python 3.x
  • Dictionary file

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

Donate: bc1qpx6jucg6z50tlc8xcdf6gruss848jyawn52yea

About

Bruteforce dictionary attack on bitcoin brain wallets

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages