Helper scripts for using zebra. Will need a running and synced zebra node installed. See here for more info:
chmod + x
all .sh files and use as needed.
Can access Zebra RPC's using either zcash-cli
or toCurl.sh
. zcashd is being deprecated so use of zcash-cli
will be phased out for either a new CLI wallet or a custom solution similar to toCurl.sh
.
* extractSupplyInfoZebra.sh // Extract ZEC supply information
* txDetailsZebra.sh // Display info about any tx via Zebra
* zebraPeers.sh // Display connected peers to your node
* blockFoundSummaryZebra.sh // Display blocks and tx's as they are mined
* listTXs.sh // List all Tx's in any block interval
* getDateFromTX.sh // Display Date of inputed TX
For the latest updates, check out the dev folder. They are changed often
Input a tx:
./zebraPeers.sh
./listTXs.sh 2742068 2743220 | xargs -n1 ./txDetailsZebra.sh | jq .difficulty | tee -a myDifficulty.md