Post
Topic
Board Speculation (Altcoins)
Re: [BBR] Boolberry Speculation
by
languagehasmeaning
on 04/10/2015, 15:04:24 UTC
It might be useful to make a graph comparing BBR emission to other CryptoNote coins instead of the graph showing how the emission speed compared to bitcoin.

Hopefully this will help:
Both Boolberry and Monero have a max supply of about 18.4 million (18446744.073709551615)
Boolberry block times are 120 seconds vs 60 seconds for Monero
The bolded blue below will show that Boolberry emission is twice as slow as Monero.
Monero emission is slower that Duck/Dark/DigitalNote. I can provide additional graphs to compare with other CryptoNote coins if requested.

Boolberry:
base_reward=(EMISSION_SUPPLY - already_generated_coins) >> EMISSION_CURVE_CHARACTER;
if(block_cumulative_size <= median)
  reward = base_reward;
else
  reward = (base_reward*(block_cumulative_size * (2 * median - block_cumulative_size)))/(median2)

Reward Emissions for 10 years:

    Day       Block Reward       Generated Coins
    0         17.416264000000    0%  0.000000000000
    183       15.359717000000    11% 2179953.768778000000
    366       13.546011000000    22% 4102274.357256000000
    549       11.946471000000    31% 5797411.627041000000
    732       10.535808000000    39% 7292216.288657000000
    915       9.291719000000     46% 8610365.351676000000
    1098      8.194534000000     52% 9772737.277389000000
    1281      7.226907000000     58% 10797742.784839000000
    1464      6.373539000000     63% 11701616.548800000000
    1647      5.620939000000     67% 12498674.414764000000
    1830      4.957208000000     71% 13201540.208042000000
    2013      4.371851000000     74% 13821345.733154000000
    2196      3.855614000000     77% 14367907.128588000000
    2379      3.400335000000     80% 14849880.376022000000
    2562      2.998817000000     82% 15274898.428772000000
    2745      2.644711000000     84% 15649692.128002000000
    2928      2.332418000000    86% 15980196.828462000000
    3111      2.057001000000     88% 16271646.419271000000
    3294      1.814107000000     89% 16528656.232190000000
    3477      1.599893000000     90% 16755296.148816000000



Monero:
Block reward = (M - A) * 2-20 * 10-12, where A = current circulation. Roughly 86% mined in 4 years