Ethereum with an external CL
Run an Ethereum node with Erigon and an external Consensus Layer (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
./build/bin/erigon --externalcllighthouse bn \ --network mainnet \ --execution-endpoint http://localhost:8551 \ --execution-jwt <your-datadir>/jwt.hex \ --checkpoint-sync-url https://mainnet.checkpoint.sigp.io \
Last updated
Was this helpful?