mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-21 02:18:07 +00:00
Update peer-to-peer.md (#24621)
This commit is contained in:
parent
f4a1091a71
commit
19a364cbe8
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ with any non-negative number):
|
|||
geth -—networkid="12345" console
|
||||
|
||||
It is also possible to run geth with a custom genesis block from a JSON file by supplying
|
||||
the `--genesis` flag. The genesis JSON file should have the following format:
|
||||
the `geth init /path/to/file` command. The genesis JSON file should have the following format:
|
||||
|
||||
```js
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue