Oszau / Bip39Generator

This allows you to create millions per second of BIP39 passphrase's using simple python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bip39 Super Fast Generator for BTC Crypto

This uses automated python scripts to generate 3,6, and 12 random word phrases to use with brainflayer, The speed on this is super fast

Usage

Just running the script from the commandline will randomly generate 3, 6, 12 BIP39 code phrases::

The Python Dependencies are listed below 

- evolve roman
- limit endeavor
- askari cobras
- hellspawn mystic
- manpower anvil

Running the script is simple

USAGE EXAMPLES:

Make it super simple I have encluded the BIP39.txt files for the different languages, all you need to do is choose your target. I will update and work on this more.. However right now all you need to do is for EXAMPLE english, copy the english.txt to wordlist.txt In unix its cp english.txt wordlist.txt This sets up the wordlist for your target or you can use the -w flash for wordlist file

./generate12words.py -n 5000000

In this example the script generates 12 random words per line of a text file, the -n specifys the # of lines you wish to make your txt file, and then save them to 12words.txt as output file NOTE This can create VERY LARGE .txt files depending how many <-n> you pass to the script

This example Does not create any massive txt file and directs output directly to brainflayer, this is the most effect and fastest way to start checking BIP39 phrases

./brain12words.py -n 9000000000000000000 | ../brainflayer/brainflayer -v -m tablefile.tab -o foundkeys.txt -b testfile.blm

SAMPLE OUTPUT:

rate: 270111.98 p/s found: 0/786432 elapsed: 11.218 s

Operators

  • -n

    • Generates code phrases. Without selecting this option the default is 5.
  • -w or --wordlist

    • Imports file to use for generating random phrases instead of the default wordlist.txt.

Multiple operators can be used together.

License

Free and OpenSource to the public

If you find this useful and wish to donate:

BTC Address: 1PJbzgqXDcbeqv2NXccQhY7HFWFxeURE22

About

This allows you to create millions per second of BIP39 passphrase's using simple python


Languages

Language:Python 100.0%