Skip to main content
Version: 0.15 (unstable)

Operation

Start a full node with an upstream RPC source:

miden-node full \
--data-directory full-node-data \
--rpc.listen 127.0.0.1:57291 \
--sync.block-source.url http://upstream-node:57291

Bind --rpc.listen to 127.0.0.1 unless the RPC endpoint is intentionally exposed through your own networking layer.

The full node syncs blocks and proofs from the upstream RPC, stores local state, and serves its own RPC API. It does not produce blocks.