Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 703 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 703 Bytes

Altcoin Deflation Calculator

Creates plotly charts to show altcoin deflation over time

Example Chart

Dependencies

Requires plotly $ pip3 install plotly

Usage

git clone https://github.com/JBaczuk/altcoin_deflation_calculator.git
cd altcoin_deflation_calculator
./generate_plot.sh

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