Skip to content

Commit 9ed77f5

Browse files
committed
1 parent 664a38e commit 9ed77f5

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,21 @@ bloom filter file for. It's very fast - it can easily check millions of
149149
hash160s per second. Not entirely sure what this is good for but I'm sure
150150
you'll come up with something.
151151

152+
#### BIP39
153+
154+
Generate BIP39 for BrainFlayer or similar applications.
155+
156+
Parameters:
157+
158+
- -n how many pieces to be generate.
159+
- -l how many words will there be in a generate?
160+
- -s Will the words be combined?
161+
- -w wordlist
162+
163+
Example command:
164+
165+
./brain12words.py -n 9000000000000000000 -l 12 -w brainwalletdictionary.txt | ./brainflayer -v -o found.txt -b bloom.blf
166+
152167
Building
153168
--------
154169

0 commit comments

Comments
 (0)