commit ad1deb754ec3bb01a697b2c8127ca36ba1777e2f
parent 160dbd8b2b8849468721e4f3f00139e7565c4131
Author: NicholasFarrow <nicholas.w.farrow@gmail.com>
Date: Fri, 14 Aug 2020 20:35:28 +1000
Updated README to include ability to search from file
Diffstat:
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -19,6 +19,12 @@ Specify minimum number of consecutive digits:
./niceBit -n 5
```
+Search for words from a file:
+```
+./niceBit -f FILE
+```
+The file should contain one word per line.
+
## Loading Private Keys
Private keys are printed in base58 [Wallet Import Format](https://en.bitcoin.it/wiki/Wallet_import_format), which can be easily loaded into common desktop wallet software.
@@ -26,6 +32,4 @@ Proof that this all works can be found via these [ingoing and outgoing transacti
## TODO
-* Create make file
-* Add search from dictionary words
* Include secp256k1 in lib