From c5b524d8bfedd5ec85597caf974d37d3e6365e11 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Fri, 27 May 2022 00:42:04 +0200 Subject: [PATCH] add ttd override for Ropsten --- docs/_interface/merge.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_interface/merge.md b/docs/_interface/merge.md index 7d815ad21d..9d26588e3b 100644 --- a/docs/_interface/merge.md +++ b/docs/_interface/merge.md @@ -59,7 +59,7 @@ case for Ropsten, Geth will: This is what it looks like by default: ```shell -geth --ropsten --datadir ~/.ropsten +geth --ropsten --datadir ~/.ropsten --override.terminaltotaldifficulty 100000000000000000000000 ``` ```terminal @@ -85,7 +85,7 @@ Now configure authentication using Geth flags: ```shell -geth --ropsten --datadir ~/.ropsten --authrpc.addr localhost --authrpc.port 8551 --authrpc.vhosts localhost --authrpc.jwtsecret /tmp/jwtsecret +geth --ropsten --datadir ~/.ropsten --authrpc.addr localhost --authrpc.port 8551 --authrpc.vhosts localhost --authrpc.jwtsecret /tmp/jwtsecret --override.terminaltotaldifficulty 100000000000000000000000 ```