Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [HVC] Heavycoin - Ultra-secure, Decentralized Block Reward Voting, Fast
by
keccak512
on 25/05/2014, 16:42:26 UTC
static const int64 PHASE1_MONEY = 53000000; // 45,000,000 (min 30D, max 171Y)
static const int64 PHASE2_BLOCKS = 63476 - nBlockRewardVoteSpan - 1; // 44D (min 0, max 64,948,224)


Just curious, but what is nBlockRewardVoteSpan set to any ideas?
If it happens to be 23,155 then that would be correct.


Code:
main.cpp:1182:        nBlockRewardVoteSpan = 3600; // Tally votes every 5 days