Chihuahua Snapshots
Pruned chihuahua-1 snapshots, refreshed every 12 hours: a synced node in minutes.
Loading the latest snapshot…
Height
–
Taken
–
Size
–
Version
–
sha256 of
––The easy way
Huahua Node Manager sets up a node from this snapshot: binary, cosmovisor, systemd or Docker, all verified.
bash <(curl -fsSL https://raw.githubusercontent.com/ChihuahuaChain/huahua-node-manager/main/huahua-node.sh)
Restore by hand
On an existing node, with chihuahuad at the version shown above. The signing state of the node is kept.
Needs curl, lz4 and tar. Change NODE_HOME and the service name to match your node.
What is inside
- The
datadirectory of a pruned node:pruning = custom, keep-recent 100, interval 10. - No transaction index, no state sync snapshots, no consensus WAL, no signing state.
- No compiled wasm cache: each CosmWasm contract is compiled again the first time it is used.
- The node is stopped while the archive is written, so the state is consistent.
- The previous snapshot stays available for 12 hours, so downloads in progress are never cut off.