Merge pull request #1005 from tgflynn/v0.12.1.x-sb-cycle-pr

Set mainnet superblock cycle to monthly
This commit is contained in:
Evan Duffield 2016-09-12 10:39:22 -07:00 committed by GitHub
commit c269018016

View File

@ -83,7 +83,7 @@ public:
consensus.nBudgetPaymentsWindowBlocks = 100;
consensus.nBudgetProposalEstablishingTime = 60*60*24;
consensus.nSuperblockStartBlock = 600000; // TODO, the block at which 12.1 goes live.
consensus.nSuperblockCycle = 576; // Superblocks can be issued daily
consensus.nSuperblockCycle = 16616; // ~(60*24*30)/2.6, actual number of blocks per month is 200700 / 12 = 16725
consensus.nGovernanceMinQuorum = 10;
consensus.nMasternodeMinimumConfirmations = 15;
consensus.nMajorityEnforceBlockUpgrade = 750;