From d4b609eadf3e8fc64e413d8feec01b1b931982d0 Mon Sep 17 00:00:00 2001 From: mileschen Date: Fri, 12 Apr 2024 17:41:55 +0800 Subject: [PATCH] Website: fix chain config when start a private network Must manually set config.terminalTotalDifficultyPassed true to start node after https://github.com/ethereum/go-ethereum/pull/29169 --- docs/fundamentals/private-network.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/fundamentals/private-network.md b/docs/fundamentals/private-network.md index 085d7f167d..58aa4067f4 100644 --- a/docs/fundamentals/private-network.md +++ b/docs/fundamentals/private-network.md @@ -70,6 +70,7 @@ The `period` configuration option sets the target block time of the chain. "petersburgBlock": 0, "istanbulBlock": 0, "berlinBlock": 0, + "terminalTotalDifficultyPassed": true, "clique": { "period": 5, "epoch": 30000 @@ -102,6 +103,7 @@ Since Ethash is the default consensus algorithm, no additional parameters need t "petersburgBlock": 0, "istanbulBlock": 0, "berlinBlock": 0, + "terminalTotalDifficultyPassed": true, "ethash": {} }, "difficulty": "1", @@ -274,6 +276,7 @@ In each data directory save a copy of the following `genesis.json` to the top le "londonBlock": 0, "arrowGlacierBlock": 0, "grayGlacierBlock": 0, + "terminalTotalDifficultyPassed": true, "clique": { "period": 5, "epoch": 30000