From c74d94e6843f5a7610a0ecffec33688af103dec0 Mon Sep 17 00:00:00 2001 From: lateminer Date: Wed, 14 Nov 2018 20:56:23 +0300 Subject: [PATCH] Bump nMinimumChainWork on main net --- src/chainparams.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chainparams.cpp b/src/chainparams.cpp index 72cfcbe09..2aec91339 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -122,7 +122,7 @@ public: consensus.nStakeMinAge = 8 * 60 * 60; // 8 hours // The best chain should have at least this much work. - consensus.nMinimumChainWork = uint256S("0x00"); + consensus.nMinimumChainWork = uint256S("0x0000000000000000000000000000000000000000000001f61a372a08476c5a2e"); /** * The message start string is designed to be unlikely to occur in normal data.