Skip to content

Compute the past and future block reward emissions for Ritocoin

License

Notifications You must be signed in to change notification settings

RitoProject/rito_emissions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rito_emissions

Compute the past and future block reward emissions for Ritocoin

Building instructions:

Compile this using g++ emission.cpp -o emission

If that fails, add c++11 flags thusly: g++ -std=c++11 emission.cpp -o emission

Usage:

Call without arguments to get all blocks for 10 years.

Or call with a block height as the arg and it'll tell you the reward for that block. Example: ./emission 200000

About

Compute the past and future block reward emissions for Ritocoin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published