From 524dddedb29a463b556c587eda0913fa4b908439 Mon Sep 17 00:00:00 2001 From: Michel van Kessel Date: Tue, 24 Nov 2020 22:09:04 +0100 Subject: [PATCH] bump nMinimumChainWork (main and test) --- src/chainparams.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/chainparams.cpp b/src/chainparams.cpp index 1a1129f25..d6a8999ae 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -121,7 +121,7 @@ public: consensus.nStakeMinAge = 8 * 60 * 60; // 8 hours // The best chain should have at least this much work. - consensus.nMinimumChainWork = uint256S("0x0000000000000000000000000000000000000000000002bcbdc747da2aad51b7"); + consensus.nMinimumChainWork = uint256S("0x0000000000000000000000000000000000000000000002e39410b632f6e755fc"); /** * The message start string is designed to be unlikely to occur in normal data. @@ -220,7 +220,7 @@ public: nDefaultPort = 25714; // The best chain should have at least this much work. - consensus.nMinimumChainWork = uint256S("0x00"); + consensus.nMinimumChainWork = uint256S("0x000000000000000000000000000000000000000000000027eceae4ce45300bf6"); /* consensus.vDeployments[Consensus::DEPLOYMENT_CSV].bit = 0;