Pre-synced blockchain data for fast Zclassic node setup.
| Version | Block Height | Date | Size |
|---|---|---|---|
| v20251219 | 2948629 | 2025-12-19 | 9.4G |
ZipherX Wallet can automatically download and install the bootstrap.
-
Stop the daemon
zclassic-cli stop
-
Download all parts from the latest release
-
Merge and extract
cat zclassic-bootstrap-*.tar.zst.part* > bootstrap.tar.zst zstd -d bootstrap.tar.zst tar -xf bootstrap.tar
-
Copy to Zclassic directory
# macOS cp -R zclassic-bootstrap-*/* ~/Library/Application\ Support/Zclassic/ # Linux cp -R zclassic-bootstrap-*/* ~/.zclassic/
-
Start the daemon
zclassicd -daemon
Verify file integrity using checksums:
shasum -a 256 -c checksums.txt- zstd for decompression:
brew install zstd(macOS) orapt install zstd(Linux) - ~10GB free disk space
Created by ZipherPunk