From 81604199c64befcaf3d1347f7b0ceebb6930eb38 Mon Sep 17 00:00:00 2001 From: Sina Mahmoodi <1591639+s1na@users.noreply.github.com> Date: Thu, 9 Jun 2022 16:45:34 +0200 Subject: [PATCH] merge: fix ropsten ttd (#25052) --- docs/_interface/merge.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_interface/merge.md b/docs/_interface/merge.md index 21783b972b..e71015bd28 100644 --- a/docs/_interface/merge.md +++ b/docs/_interface/merge.md @@ -33,7 +33,7 @@ In advance of the Mainnet merge, several public testnets will transition from Po The first public testnet to merge will be Ropsten. As the Ropsten merge approaches, Geth users will need to prepare to ensure a smooth transition. -{% include note.html content="The merge event did not go smoothly on Ropsten. Use `--override.terminaltotaldifficulty 100000000000000000000000` when launching Geth for Ropsten." %} +{% include note.html content="The merge event did not go smoothly on Ropsten. Use `--override.terminaltotaldifficulty 50000000000000000` when launching Geth for Ropsten." %} ### Consensus client @@ -65,7 +65,7 @@ case for Ropsten, Geth will: This is what it looks like by default: ```shell -geth --ropsten --datadir ~/.ropsten --override.terminaltotaldifficulty 100000000000000000000000 +geth --ropsten --datadir ~/.ropsten --override.terminaltotaldifficulty 50000000000000000 ``` ```terminal @@ -88,7 +88,7 @@ openssl rand -hex 32 | tr -d "\n" > "/tmp/jwtsecret" Now configure authentication using Geth flags: ```shell -geth --ropsten --datadir ~/.ropsten --authrpc.addr localhost --authrpc.port 8551 --authrpc.vhosts localhost --authrpc.jwtsecret /tmp/jwtsecret --override.terminaltotaldifficulty 100000000000000000000000 +geth --ropsten --datadir ~/.ropsten --authrpc.addr localhost --authrpc.port 8551 --authrpc.vhosts localhost --authrpc.jwtsecret /tmp/jwtsecret --override.terminaltotaldifficulty 50000000000000000 ``` [engineapi]: https://github.com/ethereum/execution-apis/blob/main/src/engine/specification.md