/zebraUtilities

Scripts to help ride zebras

Primary LanguageShellMIT LicenseMIT

ZebraUtilities

Helper scripts for using zebra. Will need a running and synced zebra node installed. See here for more info:

https://zechub.wiki/zebra

Prerequisites

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

DEV version

For the latest updates, check out the dev folder. They are changed often

Extract Supply Info

Screenshot_2024-12-07_12-19-54

TX Details

Input a tx:

Screenshot_2024-12-07_12-19-13

Zebra Peers

./zebraPeers.sh

Screenshot_2024-08-31_18-58-02

Block Found Summary

Screenshot_2024-10-01_23-46-50

ListTXs

Screenshot_2024-09-16_15-19-12

GetDateFromTX

Screenshot_2024-10-03_11-28-25

Example

./listTXs.sh 2742068 2743220 | xargs -n1 ./txDetailsZebra.sh | jq .difficulty | tee -a myDifficulty.md

Screenshot_2024-12-07_19-32-56

myDiff