mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
|
|
||
|---|---|---|
| .. | ||
| README.md | ||
| start.sh | ||
To set up local xdpos you need pass env NETWORK=local and inject 2 files when starting the container
-
genesis.json - deploy to path "/work/genesis.json" in the container.
- Creating genesis.json using puppeth
- "make puppeth" from base repo directory
- run the binary (genesis wizard) "./build/bin/puppeth"
- the output genesis.json will be in your ~/.puppeth directory
- Creating genesis.json using puppeth
-
bootnodes.list - deploy to path "/work/bootnodes.list" in the container.
- check example bootnode format in cicd/devnet or cicd/testnet
- REQUIRES newline at the end of the file, or the last line won't read