mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update docs/_interface/Private-Network.md
Co-Authored-By: Adam Schmideg <adamschmideg@users.noreply.github.com>
This commit is contained in:
parent
b7813d888a
commit
6ded243747
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ to ensure it's indeed reachable), you can start more Geth nodes and connect them
|
|||
bootstrap node using the `--bootnodes` flag.
|
||||
|
||||
To create a member node running on the same machine as the bootstrap node, choose a
|
||||
separate data directory (example: `data-2`) and listening port (example: 30305):
|
||||
separate data directory (example: `data-2`) and listening port (example: `30305`):
|
||||
|
||||
```shell
|
||||
geth --datadir data-2 --networkid 15 --port 30305 --bootnodes <bootstrap-node-record>
|
||||
|
|
|
|||
Loading…
Reference in a new issue