Fast bootstrap
Start from a recent chain state instead of replaying every block from genesis.
Verified Bitgesell node bootstrap
Download, verify, and install the latest Bitgesell snapshot to reduce initial block download time for fresh nodes and repeat deployments.
Start from a recent chain state instead of replaying every block from genesis.
Snapshot metadata exposes the SHA-256 digest before extraction.
Use one command for fresh servers, local testing, and recovery workflows.
Quick start
The installer downloads the current archive, verifies the published checksum, extracts it into the Bitgesell data directory, then lets your node sync only the remaining blocks.
curl -fsSL https://snapshot.bitgesell.dev/install.sh | bash
git clone https://github.com/naftalimurgor/bitgesell-snapshots.git
cd bitgesell-snapshots
chmod +x install.sh
./install.sh
Process
Download the latest compressed blockchain snapshot.
Verify the archive against the published SHA-256 checksum.
Extract the verified chain data into ~/.BGL.
Launch BGLd and continue from the snapshot height.