add ttd override for Ropsten
This commit is contained in:
parent
65592fb3e5
commit
c5b524d8bf
|
@ -59,7 +59,7 @@ case for Ropsten, Geth will:
|
||||||
This is what it looks like by default:
|
This is what it looks like by default:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
geth --ropsten --datadir ~/.ropsten
|
geth --ropsten --datadir ~/.ropsten --override.terminaltotaldifficulty 100000000000000000000000
|
||||||
```
|
```
|
||||||
|
|
||||||
```terminal
|
```terminal
|
||||||
|
@ -85,7 +85,7 @@ Now configure authentication using Geth flags:
|
||||||
|
|
||||||
```shell
|
```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…
Reference in New Issue