Ethereum with an external CL
Erigon with Prysm as the external CL
erigon --externalcl./prysm.sh beacon-chain \ --execution-endpoint http://localhost:8551 \ --mainnet --jwt-secret=<your-datadir>/jwt.hex \ --checkpoint-sync-url=https://beaconstate.info \ --genesis-beacon-api-url=https://beaconstate.info
Erigon with Lighthouse as the external CL
Last updated
Was this helpful?