Skip to content

Instantly share code, notes, and snippets.

@mikeshultz
Last active September 14, 2022 21:35
Show Gist options
  • Save mikeshultz/66ca524f55095eb378eb5ad219e487ad to your computer and use it in GitHub Desktop.
Save mikeshultz/66ca524f55095eb378eb5ad219e487ad to your computer and use it in GitHub Desktop.
Nimbus Consensus Layer config with Erigon
###
# Example Usage
# -------------
# nimbus_beacon_node --config-file $HOME/.config/nimbus-eth2.toml
###
network = "mainnet"
data-dir = "/data/ethereum/nimbus"
web3-url = ["http://127.0.0.1:8551"]
jwt-secret = "/data/ethereum/erigon/jwt.hex"
nat = "upnp"
# "The API should not be exposed to the public Internet unless protected by
# additional security: it includes multiple endpoints which could open your node
# to denial-of-service (DoS) attacks."
rest = true
rest-address = "0.0.0.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment