mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-28 00:27:26 +00:00
[DOCS] run geth init for member node (#20632)
This commit is contained in:
parent
ba28228916
commit
d9055f20d0
1 changed files with 3 additions and 0 deletions
|
|
@ -249,6 +249,9 @@ and will not attempt to connect to other nodes outside of the set IP range.
|
|||
|
||||
### Running Member Nodes
|
||||
|
||||
Before running a member node, you have to initialize it with the same genesis file as
|
||||
used for the bootstrap node.
|
||||
|
||||
With the bootnode operational and externally reachable (you can try `telnet <ip> <port>`
|
||||
to ensure it's indeed reachable), you can start more Geth nodes and connect them via the
|
||||
bootstrap node using the `--bootnodes` flag.
|
||||
|
|
|
|||
Loading…
Reference in a new issue