Skip to content

Instantly share code, notes, and snippets.

@ajsutton
Last active May 25, 2021 23:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajsutton/a0a9bd544f52b5d00f4dbf89bc8924d0 to your computer and use it in GitHub Desktop.
Save ajsutton/a0a9bd544f52b5d00f4dbf89bc8924d0 to your computer and use it in GitHub Desktop.
# Get genesis state with:
# curl -H 'Accept: application/octet-stream' http://localhost:5051/eth/v1/debug/beacon/states/genesis > genesis.ssz
network: "minimal"
Xnetwork-altair-fork-epoch: 4
Xvalidators-dependent-root-enabled: true
# interop
# when genesis time is set to 0, teku takes genesis time as currentTime + 5 seconds.
Xinterop-genesis-time: 0
Xinterop-owned-validator-start-index: 0
Xinterop-owned-validator-count: 64
Xinterop-number-of-validators: 64
Xinterop-enabled: true
# metrics
metrics-enabled: true
validators-performance-tracking-mode: "ALL"
data-storage-mode: "archive"
# beacon rest api
rest-api-docs-enabled: true
rest-api-enabled: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment