Skip to main content

_optional-orbit-sequencer-compatible-cli-partial

FlagDescription
--execution.rpc.classic-redirect=<RPC>Redirects archive requests for pre-nitro blocks to this RPC of an Arbitrum Classic node with an archive database, only for Arbitrum One.
--execution.rpc.classic-redirect=<RPC>Redirects archive requests for pre-nitro blocks to this RPC from an Arbitrum Classic node with an archive database, only for Arbitrum One.
--http.apiWhich APIs need to be opened over the HTTP-RPC interface. Default: net,web3,eth,arb. Add debug for tracing.
--http.corsdomainAccepts cross origin requests from these comma-separated domains (browser enforced).
--http.vhostsAccepts requests from these comma-separated virtual hostnames (server enforced). Default: localhost. Accepts *.
--http.addrAddress to bind RPC to. May require 0.0.0.0 for Docker networking.
--execution.caching.archiveWill retain past block state. For archive nodes.
--node.feed.input.url=<feed address>Default: wss://<chainName>.arbitrum.io/feed. ⚠️ One feed relay per datacenter is advised. See feed relay guide.
--execution.rpc.evm-timeoutDefault: 5s. Timeout for eth_call. (0 == no timeout).
--execution.rpc.gas-capDefault: 50000000. Gas cap for eth_call/estimateGas. (0 = no cap).
--execution.rpc.tx-fee-capDefault: 1. Transaction fee cap (in ETH) for RPC APIs. (0 = no cap).
--ipc.pathFilename for IPC socket/pipe within datadir. Not supported on macOS. Note: The path is within the Docker container.
--init.prunePrunes database before starting the node. It can be used for full or validator nodes.
--init.url="<snapshot file>"Non-Arbitrum chain Nitro nodes only: URL from which to download the genesis database. Required only for the first startup of an Arbitrum One node. Reference to snapshots and archive node guide.
--init.download-path="/path/to/dir"Non-Arbitrum chain Nitro nodes only: Temporarily saves the downloaded database snapshot. Defaults to /tmp/. Used with --init.url.
--node.batch-poster.post-4844-blobsBoolean. Default: false. Used to enable or disable the posting of transaction data using Blobs to Ethereum mainnet. If using calldata is more expensive and the parent chain supports EIP4844 blobs, the batch poster will use blobs when this flag is set to true. It can be set to true or false.
--node.batch-poster.ignore-blob-priceBoolean. Default: false. If the parent chain supports EIP4844 blobs and ignore-blob-price is set to true, the batch poster will use EIP4844 blobs even if using calldata is cheaper. It can be set to true or false.
--execution.sequencer.enableAct as sequencer and post to L1.
--execution.sequencer.enable-profilingEnable CPU profiling and tracing.
--execution.sequencer.expected-surplus-hard-thresholdIf the expected surplus is lower than this value, new incoming transactions will be denied (default "default").
--execution.sequencer.expected-surplus-soft-thresholdWarnings are posted if the expected surplus is lower than this value (default "default").
--execution.sequencer.forwarder.connection-timeoutTotal time to wait before canceling connection (default 30s).
--execution.sequencer.forwarder.idle-connection-timeoutTime until idle connections are closed (default 1m0s).
--execution.sequencer.forwarder.max-idle-connectionsMaximum number of idle connections to keep open (default 100).
--execution.sequencer.forwarder.redis-urlThe recommended Redis URL to use as target.
--execution.sequencer.forwarder.retry-intervalMinimal time between update retries (default 100ms).
--execution.sequencer.forwarder.update-intervalForwarding target update interval (default 1s).
--execution.sequencer.max-acceptable-timestamp-deltaMaximum acceptable time difference between the local time and the latest L1 block's timestamp (default 1h0m0s).
--execution.sequencer.max-block-speedMinimum delay between blocks (sets a maximum speed of block production) (default 250ms).
--execution.sequencer.max-revert-gas-rejectMaximum gas executed in a revert for the sequencer to reject the transaction instead of posting it (anti-DOS).
--execution.sequencer.max-tx-data-sizeMaximum transaction size the sequencer will accept (default 95000).
--execution.sequencer.nonce-cache-sizeSize of the transaction sender nonce cache (default 1024).
--execution.sequencer.nonce-failure-cache-expiryMaximum time to wait for a predecessor before rejecting a transaction whose nonce is too high (default 1s).
--execution.sequencer.nonce-failure-cache-sizeNumber of transactions whose nonce is too high to keep in memory while waiting for their predecessor (default 1024).
--execution.sequencer.queue-sizeSize of the pending transaction queue (default 1024).
--execution.sequencer.queue-timeoutMaximum time a transaction can wait in a queue (default 12s).
--execution.sequencer.sender-whitelistComma-separated allowlist of authorized senders (if empty, every sender is allowed).
--node.delayed-sequencer.finalize-distanceNumber of blocks in the past L1 block for the transaction to be considered final. This value is ignored when using merge finality. Default: 20.
--node.delayed-sequencer.require-full-finalityWhether to wait for full finality before sequencing delayed messages.
--node.delayed-sequencer.use-merge-finalityWhether to use The Merge's notion of finality before sequencing delayed messages (default to true).