mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Accounts in alloc field must already exist
Note that accounts in alloc field must already exist, as pointed out by Simeon Vanov in https://gettoshare.com/2017/10/30/how-to-use-genesis-json-alloc-property/
This commit is contained in:
parent
961aa0533f
commit
dc01cf1985
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ aware of and agree upon. This consists of a small JSON file (e.g. call it `genes
|
|||
|
||||
The above fields should be fine for most purposes, although we'd recommend changing
|
||||
the `nonce` to some random value so you prevent unknown remote nodes from being able
|
||||
to connect to you. If you'd like to pre-fund some accounts for easier testing, you can
|
||||
to connect to you. If you'd like to pre-fund some existing accounts for easier testing, you can
|
||||
populate the `alloc` field with account configs:
|
||||
|
||||
```json
|
||||
|
|
|
|||
Loading…
Reference in a new issue