mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Add optional console command
This commit is contained in:
parent
da17ace352
commit
f32bf6e505
1 changed files with 6 additions and 0 deletions
|
|
@ -119,3 +119,9 @@ In the console you can issue any of the Geth commands, for example, to list all
|
||||||
```shell
|
```shell
|
||||||
eth.accounts
|
eth.accounts
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You can also enter the console directly when you start the node with the `console` command:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
geth --syncmode "light" console
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue