⚡ Fast Bootstrap
Start from a recent blockchain snapshot instead of downloading every block from genesis.
Download a verified blockchain snapshot and dramatically reduce the time required for initial Block Download (IDB) during sync.
Bootstrap a fresh Bitgesell node using the latest verified blockchain snapshot.
curl -fsSL https://snapshot.bitgesell.dev/install.sh | bash
Make setting a new node easy peasy and avoid setup overhead in sync time.
Start from a recent blockchain snapshot instead of downloading every block from genesis.
Every release includes SHA-256 checksums for independent verification before extraction.
Download, verify and install using a single installation script.
MIT licensed with all bash scripts publicly available on GitHub.
The metadata below is generated automatically during every snapshot build and reflects the latest available blockchain snapshot, including its block height, archive size, creation date and cryptographic checksum for independent verification.
Latest Block Height
Loading...
Snapshot Date
Loading...
Archive Size
Loading...
SHA-256
Loading...
Installer Version
v0.1.0
Choose the installation method that best suits your workflow. The one-line installer is recommended for most users, while cloning the repository gives you full control over the installation scripts and allows you to inspect or modify them before execution.
curl -fsSL https://snapshot.bitgesell.dev/install.sh | bash
git clone https://github.com/naftalimurgor/bitgesell-snapshot
cd bitgesell-snapshot
chmod +x cmd/install.sh
./cmd/install.sh
~/.BGL.
BGLd and synchronize only the
remaining blocks.
Bitgesell Snapshot is an open-source utility built to simplify node deployment. The project is released under the MIT License and welcomes issues, improvements and pull requests.