add ttd override for Ropsten

pull/25083/head
Felix Lange 3 years ago
parent 65592fb3e5
commit c5b524d8bf
  1. 4
      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
```

Loading…
Cancel
Save