Skip to content

Releases: ZipherPunk/zclassic-bootstrap

Zclassic Bootstrap 20260220

20 Feb 09:16

Choose a tag to compare

Zclassic Bootstrap - 20260220

Fast sync your Zclassic node by downloading this pre-synced blockchain data.

Details

  • Block Height: 3017692
  • Date: 2026-02-20
  • Total Size: 9.4G (10 parts)
  • Compression: zstd level 19

Download Instructions

Option 1: Download all parts and merge

# Download all parts (use browser or wget/curl)
# Then merge and extract:
cat zclassic-bootstrap-20260220.tar.zst.part* > zclassic-bootstrap.tar.zst
zstd -d zclassic-bootstrap.tar.zst
tar -xf zclassic-bootstrap.tar

# Copy to Zclassic directory (stop daemon first!)
zclassic-cli stop
cp -R zclassic-bootstrap-20260220/* ~/Library/Application\ Support/Zclassic/

Option 2: Use ZipherX Wallet

ZipherX Wallet can automatically download and install the bootstrap for you.
https://github.com/ZipherPunk/ZipherX

Checksums

See checksums.txt for SHA256 checksums of all parts.

What's Included

  • blocks/ - Blockchain data
  • chainstate/ - UTXO set
  • database/ - Address and transaction indexes

After Installation

Start your daemon normally - no reindex required!

zclassicd -daemon

Created by ZipherPunk