Expand bounds on difficulty adjustment
This commit is contained in:
@@ -42,8 +42,8 @@ public:
|
||||
//consensus.powLimit = uint256S("00000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff");
|
||||
consensus.powLimit = uint256S("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");
|
||||
consensus.nPowAveragingWindow = 17;
|
||||
consensus.nPowMaxAdjustDown = 16; // 16% adjustment down
|
||||
consensus.nPowMaxAdjustUp = 8; // 8% adjustment up
|
||||
consensus.nPowMaxAdjustDown = 32; // 32% adjustment down
|
||||
consensus.nPowMaxAdjustUp = 16; // 16% adjustment up
|
||||
consensus.nPowTargetSpacing = 2.5 * 60;
|
||||
consensus.fPowAllowMinDifficultyBlocks = false;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user