Using Caplin as Validator
Running Erigon with Caplin as validator
1. Start Erigon with Caplin
erigon \
--datadir=/data/erigon \
--http \
--http.addr=0.0.0.0 \
--http.port=8545 \
--http.api=engine,eth,net,web3 \
--ws \
--ws.port=8546 \
--caplin.enable-upnp \
--caplin.discovery.addr=0.0.0.0 \
--caplin.discovery.port=4000 \
--caplin.discovery.tcpport=4001 \
--beacon.api=beacon,validator,builder,config,debug,events,node,lighthouse 2. Set Up Lighthouse Validator Client
2.1 Install Lighthouse
2.2. Create Lighthouse Validator Key Directory
2.3. Run Lighthouse Validator Client
2.4. Import Validator Keys
Last updated
Was this helpful?