🦦
Erigon 2 Documentation
  • Welcome to Erigon 2
    • Disclaimer
    • Project Links
  • ELI5 NODES
    • How to run an Ethereum node
    • How to run a Gnosis Chain node
    • How to run a Polygon node
  • Basic usage
    • Getting started
      • Linux and MacOS
      • Windows
      • Docker
    • Usage
      • Type of Node
    • Upgrading from a previous version
    • Supported Networks
    • Default Ports and Firewalls
    • Otterscan
    • Wallet
  • Advanced Usage
    • Configure Erigon
    • Consensus Layer
      • Prysm
      • Lighthouse
      • JWT secret
      • Block production
    • Options
    • RPC daemon
    • TxPool
    • Sentry
    • Downloader
    • TLS Authentication
    • ❔FAQ
    • External resources
      • Erigon on a Raspberry Pi 4
  • DIAGNOSTIC TOOL
    • Introduction
    • Installation
    • Setup
    • User Interface
  • About
    • Contributing to Erigon
    • Donate
    • License
    • Privacy policy
Powered by GitBook
On this page

Was this helpful?

  1. Advanced Usage
  2. Consensus Layer

Prysm

How to run Erigon with Prysm as external Consensus Layer client

Last updated 2 months ago

Was this helpful?

sm is another popular client used for block production. Documentation can be found here:

The basic steps to run Erigon + Lighthouse are:

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

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

See also ELI5 nodes examples of configuration.

https://docs.prylabs.network/docs/getting-started
JWT secret
Cover

How to run an Ethereum node

Cover

How to run a Gnosis Chain node