Update docs/_interface/Private-Network.md

Co-Authored-By: Adam Schmideg <adamschmideg@users.noreply.github.com>
This commit is contained in:
Felix Lange 2019-11-12 15:46:50 +01:00 committed by GitHub
parent b7813d888a
commit 6ded243747
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>