Lighthouse
How to run Erigon with Lighthouse as external Consensus Layer client
Last updated
How to run Erigon with Lighthouse as external Consensus Layer client
Last updated
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.html
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.