Rapid Node Initialization
Last updated
Last updated
To help developers and validators quickly join the Pharos Network without syncing from genesis, we provide regularly updated snapshot datasets for each network. These snapshots contain pre-synced state data and allow rapid setup of Devnet, Testnet, or Mainnet nodes.
⚠️ Snapshots should only be used from trusted sources. Always verify integrity before replacing production data.
Follow these steps to bootstrap a Pharos node using the latest snapshot:
We periodically publish . Use the following command to download and extract:
Check this page regularly for updates. Only use snapshots that match your target network.
Make sure the node is fully stopped before continuing to avoid data corruption.
Remove the outdated data directory and move in the extracted snapshot:
Adjust the file path to match your actual mount or installation directory.
Your node should now resume from the latest synced snapshot.
Snapshots do not contain full block history, only the latest validated state.
Archival nodes should still sync from genesis.
After applying a snapshot, the node will continue syncing from the latest height.
Always ensure your snapshot corresponds to the correct network and version.