Skip to content

Commit

Permalink
Update heading and fix formatting around example
Browse files Browse the repository at this point in the history
  • Loading branch information
blackkeyboard committed Nov 3, 2016
1 parent 04064fe commit 3d38060
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# zgenerate

Offline BIP32 HD wallet generator for ZCash.
Offline BIP32 HD wallet and vanity address generator for ZCash.

Currently returns the first address associated with m/0'/0/0 (hardened key for account 0/external account)

Expand Down Expand Up @@ -35,12 +35,14 @@ Options
-n number of addresses to retrieve. Defaults to 1
-match regex string to search for in the address
-i case insensitive string matching
~~~~

eg. Search case insensitive for a vanity address which starts with the string "t1jl"
~~~~
zretrieve -passphrase="board start difference answer blossom roll powerful million rough butterfly bedroom beam" -match "^t1jl" -i
~~~~

Note: The maximum number of addresses that can be searched given a wallet passphrase is 4,294,967,295 (unsigned 32 bit integer). Depending on your version of Go, case insensitive matching may be slow. https://github.com/golang/go/issues/13288.
Note: The maximum number of addresses that can be searched given a wallet passphrase is restricted to 4,294,967,295 (unsigned 32 bit integer). Depending on your version of Go, case insensitive matching may be slow. https://github.com/golang/go/issues/13288.

To import the private key into ZCash:
~~~~
Expand Down

0 comments on commit 3d38060

Please sign in to comment.