Changed testnet parameters to activate superblocks for 12.1 with sentinel. (#971)

- Note that this is expected to fork testnet around block 60000
This commit is contained in:
Tim Flynn 2016-08-28 19:22:25 -04:00 committed by UdjinM6
parent 35e857a5ca
commit b68e119e4d

View File

@ -200,11 +200,11 @@ public:
consensus.nMasternodePaymentsIncreasePeriod = 576;
consensus.nInstantSendKeepLock = 6;
consensus.nInstantSendReprocessBlocks = 4;
consensus.nBudgetPaymentsStartBlock = 78476; // TODO
consensus.nBudgetPaymentsStartBlock = 60000;
consensus.nBudgetPaymentsCycleBlocks = 50;
consensus.nBudgetPaymentsWindowBlocks = 10;
consensus.nBudgetProposalEstablishingTime = 60*20;
consensus.nSuperblockStartBlock = 54321; // TODO, the block at which 12.1 goes live.
consensus.nSuperblockStartBlock = 61000; // NOTE: Should satisfy nSuperblockStartBlock > nBudgetPeymentsStartBlock
consensus.nSuperblockCycle = 24; // Superblocks can be issued hourly on testnet
consensus.nGovernanceMinQuorum = 1;
consensus.nMasternodeMinimumConfirmations = 1;