Skip to content

Commit d00c0ea

Browse files
committed
New reward percentages 70215 (#63)
Changing the reward percentages, miners now get 15% and masternodes get 65%.
1 parent 744f65c commit d00c0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chainparams.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ class CMainParams : public CChainParams {
121121
strNetworkID = "main";
122122
consensus.nSubsidyHalvingInterval = 210240; // Note: actual number of blocks per calendar year with DGW v3 is ~200700 (for example 449750 - 249050)
123123
consensus.nMasternodePaymentsStartBlock = 200; // not true, but it's ok as long as it's less then nMasternodePaymentsIncreaseBlock
124-
consensus.nMasternodePaymentsIncreaseBlock = 217736; // 217736 height aproximately February 21th
124+
consensus.nMasternodePaymentsIncreaseBlock = 217160; // 217160 height aproximately February 20th
125125
consensus.nMasternodePaymentsIncreasePeriod = 576*30; // Not used
126126
consensus.nFeeChangeBlock = 155000; // Aproximately October 29th 2018
127127
consensus.nInstantSendKeepLock = 24;

0 commit comments

Comments
 (0)