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
379fafe842
commit
b7813d888a
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ adapt to the amount of mining resources you deploy on the chain.
|
||||||
### Initializing the Geth Database
|
### Initializing the Geth Database
|
||||||
|
|
||||||
To create a blockchain node that uses this genesis block, run the following command. This
|
To create a blockchain node that uses this genesis block, run the following command. This
|
||||||
imports and set the canonical genesis block for your chain.
|
imports and sets the canonical genesis block for your chain.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
geth init --datadir data genesis.json
|
geth init --datadir data genesis.json
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue