[DOCS] run geth init for member node (#20632)

gh-pages
Adam Schmideg 5 years ago committed by GitHub
parent ba28228916
commit d9055f20d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      docs/_interface/Private-Network.md

@ -249,6 +249,9 @@ and will not attempt to connect to other nodes outside of the set IP range.
### Running Member Nodes ### 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>` 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 to ensure it's indeed reachable), you can start more Geth nodes and connect them via the
bootstrap node using the `--bootnodes` flag. bootstrap node using the `--bootnodes` flag.

Loading…
Cancel
Save