Skip to content

Commit

Permalink
Update nLwmaAveragingWindow = 60
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLTZ committed Nov 19, 2020
1 parent a75a57e commit 39f2629
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 @@ -94,7 +94,7 @@ class CMainParams : public CChainParams {

// POW DDA LWMA Parameters
consensus.nLwmaForkHeight = 600000;
consensus.nLwmaAveragingWindow = 45;
consensus.nLwmaAveragingWindow = 60;

consensus.nPowTargetSpacing = 10 * 60;
consensus.fPowAllowMinDifficultyBlocks = false;
Expand Down Expand Up @@ -254,7 +254,7 @@ class CTestNetParams : public CChainParams {

// POW DDA LWMA Parameters
consensus.nLwmaForkHeight = 6500;
consensus.nLwmaAveragingWindow = 45;
consensus.nLwmaAveragingWindow = 60;

consensus.nPowTargetSpacing = 10 * 60;
consensus.fPowAllowMinDifficultyBlocks = false;
Expand Down Expand Up @@ -395,7 +395,7 @@ class CRegTestParams : public CChainParams {

// POW DDA LWMA Parameters
consensus.nLwmaForkHeight = -1; // Activated on regtest
consensus.nLwmaAveragingWindow = 45;
consensus.nLwmaAveragingWindow = 60;

consensus.nPowTargetSpacing = 10 * 60;
consensus.fPowAllowMinDifficultyBlocks = true;
Expand Down

0 comments on commit 39f2629

Please sign in to comment.