How to run Erigon with Lighthouse as external Consensus Layer client
Lighthouse is another popular client that combined with Erigon can be used for block building. Documentation can be found here: https://lighthouse-book.sigmaprime.io/intro.htmlarrow-up-right
The basic steps to run Erigon + Lighthouse are:
Install and run Erigon. Erigon will automatically create a JWT secret.
Install and run Lighthouse, pointing to JWT secret created by Erigon.
See also ELI5 nodes examples of configuration.
Ethereum node
Gnosis Chain node
Last updated 1 year ago
Was this helpful?