Who this is for
Teams that need full or deep history: block explorers, research, compliance exports, analytics over old state, or replay from early heights. Archive nodes prioritize retention over minimal disk use.Before you start
- Storage: Plan for large disks and growth over time. Archive nodes are not a fit for small volumes.
- Performance: Historical queries can be heavy; allocate enough RAM and fast storage for your query patterns (and consider separating query load from sync when possible).
- Role: This node still follows the network; it does not replace a validator for consensus.
Initialize the node
- Install the Morpheum CLI.
- Run init with role archive, set data directory on volumes sized for long-term retention, plus moniker and chain ID.
Configuration
Verify:- Pruning / retention — Matches your compliance or product requirement for how far back queries must go.
- RPC — Often used for data APIs; secure and rate-limit public exposure.
- Peers — Stable connectivity so sync stays current despite large state.