Skip to content

Gfloresechaiz/ref-payment-batching

 
 

Repository files navigation

Payment batching reference materials

The following files were used to generate illustrations and data for a BitcoinTechTalk article about payment batching.

To use the python code, you need a Bitcoin Core node (0.15.0 tested) and should run the following commands:

virtualenv -p python3 venv
. venv/bin/activate
pip3 install requirements.txt
touch data.csv
python3 tx-chains-many-blocks.py

To use the *.plot file, you will need to install gnuplot (version 4 tested).

About

Python Script that computes the potential saved block space if all transactions that could be, would be batched.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 76.5%
  • Shell 20.1%
  • Gnuplot 3.4%