CLI tool for downloading Celestia node snapshots. Uses celestia-snapshots repository as a source of available snapshots.
- Automatic selection of fastest snapshot provider
- Progress tracking and resume capability
- Support for consensus/bridge nodes and pruned/archive snapshots
# Build from source
git clone https://github.com/21state/celestia-snapshot-finder.git
cd celestia-snapshot-finder
./build.sh
# Or download pre-built binary from Releases
# Download pruned consensus node snapshot
celestia-snapshot-finder consensus pruned
# Download archive bridge node snapshot with manual selection
celestia-snapshot-finder bridge archive --manual
# Additional flags
--chain-id string Chain ID (default "celestia")
--manual Enable manual provider selection