ZClassic 2.1.1-8
NOTE:
Zclassic currently a bunch of times whey trying an initial sync from scratch.
You need to keep restarting the process until it cathes up enough with the blockchain.
A faster way for quick sync is below, but keep in mind it does not keep a FULL INDEX (txindex=1)
This should all be resolved in an upcomming hard fork with the latest "CHEESEBURGER" code
cd
# Download 1.7 M Block Mirror (6.5 GB)
wget https://chainbackup.s3.us-east-2.amazonaws.com/zcl-bak.tar.gz
# extract .zclassic directory
tar xfvz zcl-bak.tar.gz
mkdir zclassic-bins
cd zclassic-bins
# Get latest binary
wget https://github.com/ZclassicCommunity/zclassic/releases/download/v2.1.1-8/zclassic-v2.1.1-8-x86_64-linux.tar.gz
# extract binaries
tar xfvz zclassic-v2.1.1-8-x86_64-linux.tar.gz
# run binary
./zclassicd
ZClassic is an implementation of the "Zerocash" protocol. Based on Bitcoin's code, it intends to offer a far higher standard of privacy through a sophisticated zero-knowledge proving scheme that preserves confidentiality of transaction metadata. Technical details are available in our Protocol Specification.
This software is the ZClassic client. It downloads and stores the entire history of ZClassic transactions; depending on the speed of your computer and network connection, the synchronization process could take a day or more once the blockchain has reached a significant size.
See important security warnings on the Security Information page.
ZClassic is experimental and a work-in-progress. Use at your own risk.
This release is considered deprecated 16 weeks after the release day. There is an automatic deprecation shutdown feature which will halt the node some time after this 16 week time period. The automatic feature is based on block height.
Build ZClassic along with most dependencies from source by running:
Clone the repository
git clone https://github.com/ZclassicCommunity/zclassic.git
cd zclassic
git checkout v2.1.1-8
Get dependencies
# Ubuntu 22.04
sudo apt-get install \
build-essential pkg-config libc6-dev m4 g++-multilib \
autoconf libtool ncurses-dev unzip git python3 python3-zmq \
zlib1g-dev curl bsdmainutils automake libtinfo5
# Ubuntu 18.04
sudo apt-get install \
build-essential pkg-config libc6-dev m4 g++-multilib \
autoconf libtool ncurses-dev unzip git python python-zmq \
zlib1g-dev wget curl bsdmainutils automake
Install
# Build from source:
./zcutil/build.sh -j$(nproc)
# Install as a Debian/Ubuntu package:
dpkg -i zclassic-2.1.1-8-amd64.deb
# Fetch keys
./zcutil/fetch-params.sh
# If above fails, try fetching keys from community server:
./zcutil/zsync.sh sv
Before running the ZClassic daemon, you need to create a configuration file zclassic.conf in ~/.zclassic. Here's an example.
gen=0
equihashsolver=tromp
listenonion=0
addnode=54.37.81.148:8033
addnode=67.183.29.123:8033
addnode=116.202.13.16:8033
Run
LC_ALL=C ./src/zclassicd
Currently only Linux is officially supported.
For license information see the file COPYING.
