Using an external consensus client as validator
Getting Started with a Validator Client
Example of configuration
erigon \
--externalcl \
--datadir=/data/erigon \
--chain=sepolia \
--authrpc.jwtsecret=/jwt
--authrpc.addr=0.0.0.0 \
--http \
--http.addr=0.0.0.0 \
--http.port=8545 \
--http.api=engine,eth,net,web3 \
--ws \
--ws.port=8546 \Flags explanation:
Last updated
Was this helpful?