Robinhood Chain needs an x86_64 host on a bare-metal Agent — an Agent on an arm64 host doesn’t advertise it, so the wizard won’t offer it for that executor. Operators aren’t affected.
systemd services or as Docker containers — and as pods on a Kubernetes Operator executor. The client ships as a binary and as an image, so you pick the Runtime in the wizard’s Target step (defaults to Systemd). See Runtime.
Networks and resources
The deploy wizard pre-fills 8 CPU / 64Gi for the nitro process on either node type; the disk default is sized from the current snapshot of that node type:
These disk figures move when the snapshot is refreshed — the wizard shows the current value.
Clients
One pinned client today. The deploy wizard offers exactly the client and version the executor declares.
Ports
Ports are managed for you and aren’t user-overridable.
Node types
Robinhood Chain offers Full and Archive. Both bootstrap from a snapshot rather than syncing from genesis (see Snapshot bootstrap); Archive keeps all historical state and is heaviest on disk. The node type is fixed for the life of the node.L1 endpoints (required)
Nitro derives the L2 chain from Ethereum L1 — it does not sync purely from L2 peers, and Novacula supplies no public L1 fallback. A Robinhood Chain node needs two L1 endpoints:- Ethereum execution RPC (
l1) — the L1 blocks Nitro reads. - Ethereum beacon REST (
l1beacon) — the L1 consensus data, including blob data.
testnet reads Ethereum sepolia. You supply both in the deploy wizard’s Connections step, and change them later on the node’s Connections tab. In this release the L1 endpoints are entered as external URLs — each must work without a password or API key. The beacon endpoint must come from a consensus client that keeps every blob — on Lighthouse that’s --supernode or --semi-supernode; a beacon node running without one of them can’t feed the L2. An Ethereum node you deploy on Novacula gets that flag when you pick the blob-serving node type in the wizard; expose its execution RPC and beacon API (without RPC-key auth) and enter those URLs. See Connections.