Lighthouse

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.html

The basic steps to run Erigon + Lighthouse are:

  1. Install and run Erigon. Erigon will automatically create a JWT secret.

  2. Install and run Lighthouse, pointing to JWT secret created by Erigon.

See also ELI5 nodes examples of configuration.

Last updated