这是indexloc提供的服务,不要输入任何密码
Skip to content

VictorLux/zclassic-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Zclassic Blockchain Bootstrap

Fast sync your Zclassic node with pre-synced blockchain data. Save hours of syncing time!

⚡ Latest Bootstrap

📅 Date: November 18, 2025 📊 Block Height: 2,914,022 💾 Size: 7.73 GB (compressed with zstd) 🔗 Download: Latest Release

🎯 For Zipher Wallet Users: The bootstrap is automatically offered during first launch!


📥 Download Latest Bootstrap

All bootstrap files are available in the Releases section. Each release includes:

  • 5 split archive files (to accommodate GitHub's 2GB limit)
  • SHA256 checksums for verification
  • Detailed installation instructions

🚀 Quick Installation

For Zipher Wallet Users

Zipher automatically handles bootstrap installation!

  • On first launch, Zipher detects if blockchain data is missing
  • Offers to download and install the bootstrap automatically
  • Shows progress during download, verification, and extraction

For Command-Line Users

  1. Download the latest release from the Releases page

  2. Download all 5 parts (part-01 through part-05)

  3. Verify checksums:

    sha256sum -c bootstrap-checksums.txt
  4. Combine parts:

    cat zclassic-bootstrap-*-part-*.part > zclassic-bootstrap.tar.zst
  5. Extract to Zclassic data directory:

    # macOS
    tar --use-compress-program=zstd -xf zclassic-bootstrap.tar.zst \
      -C ~/Library/Application\ Support/Zclassic/
    
    # Linux
    tar --use-compress-program=zstd -xf zclassic-bootstrap.tar.zst \
      -C ~/.zclassic/
  6. Start your daemon:

    zclassicd -daemon

📂 Default Data Directory Locations

  • Windows: %APPDATA%\ZClassic\
  • macOS: ~/Library/Application Support/Zclassic/
  • Linux: ~/.zclassic/

⚠️ DISCLAIMER

USE AT YOUR OWN RISK

This bootstrap is provided "AS IS" without warranty of any kind, either express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, or non-infringement.

Important Points:

  1. Community Maintained: This bootstrap is maintained by community volunteers. There is no guarantee of availability, accuracy, or continued updates.

  2. No Warranty: The creators and maintainers of this bootstrap make no guarantees about the correctness, completeness, or integrity of the blockchain data provided.

  3. Backup Your Wallet: ALWAYS backup your wallet.dat file before using any bootstrap. Loss of your wallet file means permanent loss of your funds.

  4. Verify Checksums: Always verify SHA256 checksums before extraction to ensure file integrity. Do not skip this step.

  5. No Liability: In no event shall the authors or maintainers be liable for any claim, damages, or other liability arising from the use of this bootstrap.

  6. Security: While every effort is made to provide secure and accurate blockchain data, you should verify the authenticity of downloads and use trusted sources only.

  7. Node Sync: After bootstrap installation, your node must still sync remaining blocks. The bootstrap does not guarantee instant synchronization.

By downloading and using this bootstrap, you acknowledge that you have read this disclaimer and agree to use it at your own risk.


⚠️ Important Safety Notes

  1. ALWAYS backup your wallet.dat before using bootstrap
  2. The bootstrap does NOT contain your wallet - your private keys stay safe
  3. After extracting, your node will sync remaining blocks (usually under 1 hour)
  4. Always verify SHA256 checksums before extraction
  5. Compatible with Zclassic Core 1.x and Zipher wallet

🔧 Troubleshooting

"No such file or directory" when extracting

  • Install zstd:
    • macOS: brew install zstd
    • Linux: apt install zstd or yum install zstd

Node won't start after bootstrap

  • Check debug.log: tail -f ~/.zclassic/debug.log
  • Try running with reindex: zclassicd -daemon -reindex

Download speed too slow?

All 5 parts can be downloaded in parallel for faster speeds!


🆘 Support


📊 Why Use Bootstrap?

Method Time Bandwidth Difficulty
Bootstrap ~30 minutes 7.73 GB Easy ✅
Full Sync 12-48 hours 8+ GB Medium

🔄 Update Frequency

Bootstraps are created periodically (approximately monthly or after significant network updates). Check the Releases page for the latest version.


📝 Technical Details

  • Compression: zstd level 19 (50% better than gzip)
  • Split Files: 5 parts to work around GitHub's 2GB limit
  • Contents: blocks/ and chainstate/ directories
  • Index Status: Pre-built and verified
  • Verification: SHA256 checksums for each file

🙏 Credits

Bootstrap created and maintained by @VictorLux for the Zclassic community.

Last Updated: November 18, 2025

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published