Add optional console command

This commit is contained in:
Chris Ward 2019-09-18 16:13:19 +02:00
parent da17ace352
commit f32bf6e505

View file

@ -119,3 +119,9 @@ In the console you can issue any of the Geth commands, for example, to list all
```shell
eth.accounts
```
You can also enter the console directly when you start the node with the `console` command:
```shell
geth --syncmode "light" console
```