Creates plotly charts to show altcoin deflation over time
git clone https://github.com/JBaczuk/altcoin_deflation_calculator.git
cd altcoin_deflation_calculator
# `python` should be replaced with `py` on Windows or `python3` on GNU/Linux
python -m pip install requirements.txt
python plot.py
You can adjust the distribution parameters at the top of plot.py
:
initial_block_reward = 4285
block_interval_secs = 60 * 1
halving_interval_blocks = 2100000
init_year = 2018
premine = 3000000000
halving_count = 15 # how many halvings to show on the graph