add ttd override for Ropsten

This commit is contained in:
Felix Lange 2022-05-27 00:42:04 +02:00
parent 65592fb3e5
commit c5b524d8bf
1 changed files with 2 additions and 2 deletions

View File

@ -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
```