Counts shielded outputs in hush v3 blocks
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
534 B

3 years ago
# ShieldedOutputs
Counts shielded outputs in Hush v3 blocks
Originally forked from [ChileBob](https://github.com/ChileBob/ShieldedOutputs) who works on ycash
## How to use
1. Make sure your Hush daemon (hushd) is running.
1. Run this with `perl getstats` and watch how many shielded outputs occured in each block in sequence as of the default block variable 699000 in code.
1. If you want to specify a certain block, for example startin at block 700,000 then run `perl getstats --block 700000` and watch it go!
## License
GPLv3