Skip to content

A simple tool to estimate Zcash transaction fees under the ZIP-317 regime

Notifications You must be signed in to change notification settings

ShieldedLabs/zsf-fee-estimator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zsf-fee-estimator

A simple tool to estimate Zcash transaction fees under the ZIP-317 regime

This tool connects to a Zcash node via zcash-cli, queries data about a certain range of blocks and prints out estimates of transaction fees that would be paid out to the miner under the ZIP-317 regime. It was created to aid with estimating the impact of zcash/zips#718.

Example output

Statistics from block 2235515 to block 2335514
Number of blocks: 100000
Number of transactions: 316130
Number of sandblasting transactions: 60608 (19.17%)
Estimated average logical action count: 5.46
Total estimated fees: 8786475000 (87.86 ZEC)
Estimated average fees per transaction: 27793.87 (0.00 ZEC)

About this repo

This estimator is part of our larger efforts to implement the Zcash Sustainability Fund, watch the presentation here

About Eiger

We are engineers. We contribute to various ecosystems by building low level implementations and core components. We believe in Zcash because privacy is critical to a well functioning society.

Contact us at hello@eiger.co Follow us on X/Twitter

About

A simple tool to estimate Zcash transaction fees under the ZIP-317 regime

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 89.9%
  • Shell 7.8%
  • Nix 2.3%