Skip to main content
Version: 0.15 (unstable)

Bootstrap

A full node must perform one-time initialization by bootstrapping its local chain state to the target network's genesis block.

For an official network:

miden-node bootstrap \
--data-directory full-node-data \
--network <network>

For a local or custom network:

miden-node bootstrap \
--data-directory full-node-data \
--file genesis.dat

The data directory must be empty when bootstrapping.

Use the same node version and genesis source as the upstream network you intend to follow.