Running an Op-node
To run an op-node alongside Erigon, follow these steps:
Start Erigon with Caplin Enabled: If Caplin is running as the consensus layer (CL), use the
--caplin.blobs-immediate-backfillflag to ensure the last 18 days of blobs are backfilled, which is critical for proper synchronization with the op-node, assuming you start from a snapshot../build/bin/erigon --caplin.blobs-immediate-backfillRun the Op-Node: Configure the op-node with the
--l1.trustrpcflag to trust the Erigon RPC layer as the L1 node. This setup ensures smooth communication and synchronization.
This configuration enables the op-node to function effectively with Erigon serving as both the L1 node and the CL.
Last updated
Was this helpful?