Skip to content

Commit

Permalink
Increase min diff
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil committed Dec 6, 2020
1 parent aece0aa commit 01d9432
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class CMainParams : public CChainParams {
consensus.powLimit = uint256S("0000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");
consensus.posLimit = uint256S("00000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff");
consensus.QIP9PosLimit = uint256S("0000000000001fffffffffffffffffffffffffffffffffffffffffffffffffff"); // The new POS-limit activated after QIP9
consensus.RBTPosLimit = uint256S("0000000000001fffffffffffffffffffffffffffffffffffffffffffffffffff");
consensus.RBTPosLimit = uint256S("000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffff");
consensus.nPowTargetTimespan = 16 * 60; // 16 minutes
consensus.nPowTargetTimespanV2 = 4000;
consensus.nRBTPowTargetTimespan = 500;
Expand Down Expand Up @@ -231,7 +231,7 @@ class CTestNetParams : public CChainParams {
consensus.powLimit = uint256S("0000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");
consensus.posLimit = uint256S("0000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");
consensus.QIP9PosLimit = uint256S("0000000000001fffffffffffffffffffffffffffffffffffffffffffffffffff"); // The new POS-limit activated after QIP9
consensus.RBTPosLimit = uint256S("0000000000001fffffffffffffffffffffffffffffffffffffffffffffffffff");
consensus.RBTPosLimit = uint256S("000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffff");
consensus.nPowTargetTimespan = 16 * 60; // 16 minutes
consensus.nPowTargetTimespanV2 = 4000;
consensus.nRBTPowTargetTimespan = 500;
Expand Down Expand Up @@ -607,7 +607,7 @@ void CChainParams::UpdateDifficultyChangeBlockHeight(int nHeight)
consensus.nSubsidyHalvingIntervalV2 = 7884000; // qtum halving every 4 years (nSubsidyHalvingInterval * nBlocktimeDownscaleFactor)
consensus.posLimit = uint256S("00000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff");
consensus.QIP9PosLimit = uint256S("0000000000001fffffffffffffffffffffffffffffffffffffffffffffffffff");
consensus.RBTPosLimit = uint256S("0000000000001fffffffffffffffffffffffffffffffffffffffffffffffffff");
consensus.RBTPosLimit = uint256S("000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffff");
consensus.QIP9Height = nHeight;
consensus.fPowAllowMinDifficultyBlocks = false;
consensus.fPowNoRetargeting = true;
Expand Down

0 comments on commit 01d9432

Please sign in to comment.