diff --git a/pages/builders/chain-operators/management/operations.mdx b/pages/builders/chain-operators/management/operations.mdx index a905066e6..0cbc68941 100644 --- a/pages/builders/chain-operators/management/operations.mdx +++ b/pages/builders/chain-operators/management/operations.mdx @@ -155,6 +155,9 @@ If you do it this way, you won't have to wait until the transactions are written If you already have peer to peer synchronization, add the new node to the `--p2p.static` list so it can synchronize. ### Start `op-geth` (using the same command line you used on the initial node) + +**Important:** Make sure to configure the `--rollup.sequencerhttp` flag to point to your sequencer node. This HTTP endpoint is crucial because `op-geth` will route `eth_sendRawTransaction` calls to this URL. The OP Stack does not currently have a public mempool, so configuring this is required if you want your node to support transaction submission. + ### Start `op-node` (using the same command line you used on the initial node)