Guides
Run a Node
OP Stack Nodes

Run an OP Stack node

ℹ️

The external nodes feature must be enabled on the network for this to work. If you are the owner of a network, you can enable this feature from your deployment settings in the Conduit app.

To run a self-hosted node for an OP Stack rollup deployed on Conduit, please follow Optimism's documentation (opens in a new tab).

You can fetch rollup.json and genesis.json from Browse Rollups (opens in a new tab), clicking on Run a node for the network.

You can get OP_NODE_P2P_BOOTNODES using

https://api.conduit.xyz/public/network/bootnodes/<network-slug>

and OP_NODE_P2P_STATIC via

https://api.conduit.xyz/public/network/staticPeers/<network-slug>

For OP_GETH_SEQUENCER_HTTP, you can use the public RPC of your network. For production usage, you can get an API Key with Conduit Nodes (opens in a new tab).

At this time, Conduit cannot offer support for self-hosted nodes. If you need support, consider using Conduit Nodes (opens in a new tab), the managed version of nodes for your RPC needs, including autoscaling, backups, monitoring, automatic fork support, and much more.