We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 664a38e commit 9ed77f5Copy full SHA for 9ed77f5
README.md
@@ -149,6 +149,21 @@ bloom filter file for. It's very fast - it can easily check millions of
149
hash160s per second. Not entirely sure what this is good for but I'm sure
150
you'll come up with something.
151
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
167
Building
168
--------
169
0 commit comments