Fast sync your Zclassic node with this pre-synced blockchain bootstrap. Save days of syncing time!
- Date: November 12, 2025
- Block Height: [TO BE UPDATED]
- Size: 8.3 GB (compressed)
- Format: tar.gz archive
- Contents:
blocks/andchainstate/directories
Verify the integrity of your download:
- SHA256:
3b0aef51045921f3f55de7b0139b5e0b9955c08d9ede236d36db53e6e87a07cf - MD5:
0c880798b633ac49dd240f76b6e71042
# Direct download
wget https://archive.org/download/zclassic-bootstrap-20251112.tar/zclassic-bootstrap-20251112.tar.gz
# Or using curl
curl -L -O https://archive.org/download/zclassic-bootstrap-20251112.tar/zclassic-bootstrap-20251112.tar.gzWeb download: https://archive.org/details/zclassic-bootstrap-20251112.tar
# Magnet link will be added hereWindows:
- Download
install-bootstrap-windows.bat - Double-click the file
- Follow the prompts
macOS:
- Download
install-bootstrap-mac.sh - Open Terminal
- Run:
bash install-bootstrap-mac.sh
Linux:
- Download
install-bootstrap-linux.sh - Open Terminal
- Run:
bash install-bootstrap-linux.sh
Manual Installation:
-
Stop your Zclassic daemon if running:
zclassic-cli stop
-
Backup your wallet (IMPORTANT!):
# macOS/Linux cp ~/.zclassic/wallet.dat ~/wallet-backup.dat # Windows copy %APPDATA%\Zclassic\wallet.dat %USERPROFILE%\wallet-backup.dat
-
Download and extract bootstrap:
# Download wget [DOWNLOAD_LINK] -O zclassic-bootstrap.tar.gz # Verify checksum echo "3b0aef51045921f3f55de7b0139b5e0b9955c08d9ede236d36db53e6e87a07cf zclassic-bootstrap.tar.gz" | shasum -a 256 -c # Extract to Zclassic data directory # macOS/Linux: tar -xzf zclassic-bootstrap.tar.gz -C ~/.zclassic/ # Windows (in PowerShell): # tar -xzf zclassic-bootstrap.tar.gz -C $env:APPDATA\Zclassic\
-
Start your daemon:
zclassicd -daemon
-
Verify sync:
zclassic-cli getinfo
- Windows:
%APPDATA%\Zclassic\ - macOS:
~/Library/Application Support/Zclassic/ - Linux:
~/.zclassic/
- ALWAYS backup your wallet.dat before using this bootstrap
- The bootstrap does NOT contain your wallet - your funds are safe
- After extracting, your node will sync the remaining blocks (usually minutes)
- Verify checksums to ensure file integrity
- Compatible with Zclassic Core 1.x and ZPay wallet
- Make sure zclassicd is fully stopped before extracting
- Verify checksums match
- Ensure you have enough disk space (~20 GB free)
- Check zclassic debug.log:
tail -f ~/.zclassic/debug.log - Try running with
-reindexflag:zclassicd -daemon -reindex
- Remove blocks and chainstate:
rm -rf ~/.zclassic/blocks ~/.zclassic/chainstate - Extract bootstrap again
- Start with
-reindex
- GitHub Issues: Report problems here
- Zclassic Discord: Join the community
- Forum: https://forum.zclassic.org
# Stop daemon
zclassic-cli stop
# Wait for complete shutdown
sleep 10
# Create archive
cd ~/Library/Application\ Support/Zclassic/
tar -czf zclassic-bootstrap-$(date +%Y%m%d).tar.gz blocks chainstate
# Calculate checksums
shasum -a 256 zclassic-bootstrap-*.tar.gz
md5 zclassic-bootstrap-*.tar.gzThis bootstrap is updated periodically. Check back for newer versions.
This bootstrap is provided as-is for the Zclassic community. Free to use and distribute.
Bootstrap created and maintained by the Zclassic community.
Last Updated: November 12, 2025 Maintainer: @VictorLux