Use the following command to override the Terminal Total Difficulty (TTD)
in your client.
Note: the current value of 50000000000000000
will be changed on June 3, 2022 to a TTD
expected to be hit around June 8, 2022.
To override TTD in geth we should start the node with:
--override.terminaltotaldifficulty 50000000000000000
.
To override TTD in Nethermind we should start the node with:
--Merge.TerminalTotalDifficulty 50000000000000000
For besu there are a couple of options:
override-genesis-config=["terminalTotalDifficulty=50000000000000000"]
--override-genesis-config="terminalTotalDifficulty=50000000000000000"
Use --override.terminaltotaldifficulty=50000000000000000
Use --terminal-total-difficulty-override=50000000000000000
Use --terminal-total-difficulty-override=50000000000000000
Use --Xnetwork-total-terminal-difficulty-override=50000000000000000
on the latest build
You need to update the config.yaml
file with the new TOTAL_TERMINAL_DIFFICULTY
in your configuration directory and restart your client
You can use --terminal-total-difficulty-override 50000000000000000
to override the TTD. For more information, see this blog post.