Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 758 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 758 Bytes

Altcoin Deflation Calculator

Creates plotly charts to show altcoin deflation over time

Example Chart

Usage

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