Skip to content

VictorLux/zclassic-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Zclassic Bootstrap

Pre-synced blockchain data for fast Zclassic node setup.

Latest Bootstrap

Version Block Height Date Size
v20251219 2948629 2025-12-19 9.4G

Quick Start

Using ZipherX Wallet (Recommended)

ZipherX Wallet can automatically download and install the bootstrap.

Manual Installation

  1. Stop the daemon

    zclassic-cli stop
  2. Download all parts from the latest release

  3. Merge and extract

    cat zclassic-bootstrap-*.tar.zst.part* > bootstrap.tar.zst
    zstd -d bootstrap.tar.zst
    tar -xf bootstrap.tar
  4. Copy to Zclassic directory

    # macOS
    cp -R zclassic-bootstrap-*/* ~/Library/Application\ Support/Zclassic/
    
    # Linux
    cp -R zclassic-bootstrap-*/* ~/.zclassic/
  5. Start the daemon

    zclassicd -daemon

Verification

Verify file integrity using checksums:

shasum -a 256 -c checksums.txt

Requirements

  • zstd for decompression: brew install zstd (macOS) or apt install zstd (Linux)
  • ~10GB free disk space

Links


Created by ZipherPunk

About

Zclassic blockchain bootstrap - Fast sync for new nodes (Updated November 2025)

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors