when does month 1 start and end
will % for years 2-4 be 5% if months 6-12 is 1.25% annual
the months appear to be based on the block height
there are 2 block per minutes (30second block time)
2blocks * 60mins * 24hrs * 30 days = 86,400 blocks a month
you can check the source code here:
https://github.com/AbundanceSource/ABC2/blob/master/src/main.cpp#L993const int MONTHLY_BLOCKCOUNT = 86400;
Month 1 - 20% Annual Interest - block 0 to 86399
Month 2 - 10% Annual Interest - block 86400 to 172,799
Month 3 - 7.5% Annual Interest - block 172,800 to 259,199
Month 4 - 5% Annual Interest - block 259,200 to 345,599
Month 5 2.5% Annual Interest - block 345,600 to 431,999
Months 6-12 1.25% Annual Interest - block 432,000 to 1051199
Years 1-4 5% Annual Interest - block 1051200 to 4,204,799
Years 5-8 2.5% Annual Interest - block 4,204,800 and on