Skip to content

JBaczuk/altcoin_deflation_calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Bitcoin monetary deflation schedule

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published