Bitcoin Forum
May 27, 2024, 04:26:32 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Bip39helper to work with brainflayer  (Read 322 times)
LordPower (OP)
Newbie
*
Offline Offline

Activity: 19
Merit: 54


View Profile
March 13, 2019, 12:39:25 AM
Last edit: March 14, 2019, 06:48:22 PM by LordPower
 #1

Since I accidentally posted in this forum and it was deleted from the technical forum, info again.

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
bill32767
Newbie
*
Offline Offline

Activity: 26
Merit: 1


View Profile
March 13, 2019, 12:06:11 PM
 #2

Nice one LordPower, I will look into it and if possible tip you...
LordPower (OP)
Newbie
*
Offline Offline

Activity: 19
Merit: 54


View Profile
March 14, 2019, 06:49:26 PM
 #3

New Update 1.0.1 Fixed output to pipe to brainflayer,  version 1.0 just created the 12words.txt file and didnt pipe output to std.out

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!