Add gen-zaddrs.pl and improve docs

This commit is contained in:
Duke Leto
2022-09-21 09:04:32 -04:00
parent 9360cc3770
commit ab83649c1a
2 changed files with 35 additions and 2 deletions

View File

@@ -6,9 +6,25 @@ Do not expect all scripts to work!
Please fix bugs and report things you find.
## Hush Tools
# Hush Tools
## block\_time.pl
Estimate when a Hush block will happen.
Example:
./contrib/block_time.pl 123456 # Print out datetime of when block height 123456 happens
## gen-zaddrs.pl
Generate zaddrs in bulk, by default 50 at a time. Prints out a zaddr one per line.
Example:
./contrib/gen-zaddrs.pl # generate 50 zaddrs
./contrib/gen-zaddrs.pl 500 # generate 500 zaddrs
block\_time.pl - estimate when a Hush block will happen
## Wallet Tools