ZeroClassic is an implementation of the "Zerocash" protocol. Based on Zcash code, ZeroClassic intends to offer the same standard of privacy through a sophisticated zero-knowledge proving scheme that preserves confidentiality of transaction metadata.
- No developer fees, founder rewards, funding streams or similar rules imposed to tax miners,
- No "engineered scarcity" known as "halving", you are never "late to the party",
- Proof of Work algorithm Equihash (n=192, k=7) still resists ASICs,
- The team is not backed up by any company, we are just few people with passion for technology, freedom and privacy.
This software is the ZeroClassic client. It downloads and stores the entire history of ZeroClassic 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.
ZeroClassic is experimental and a work in progress. Use it at your own risk.
- 💬 Join our community on Discord
Install tools and libraries:
sudo apt-get install build-essential pkg-config libc6-dev m4 autoconf libtool libncurses-dev unzip git python3 python3-zmq zlib1g-dev curl bsdmainutils automake libtinfo6 zstd
Build ZeroClassic along with most dependencies from source by running the following command:
git clone https://github.com/zeroclassic/ZeroClassic.git
./zcutil/build.sh -j$(nproc)
Enable zk-SNARKs settings:
./zcutil/fetch-params.sh
Auto Install:
Boostrap 26.07.05 : https://zeroclassic.org/ressource/bootstrap-ok.rar
Auto install linux 24.04 : curl -sSL https://zeroclassic.org/ressource/install-linux.sh | bash
Auto install windows https://zeroclassic.org/ressource/install-windows.ps1
(run on powershell : powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\install-windows.ps1)
https://www.zeroclassic.org/ressource/White_Paper_ZeroClassic_20_05_24.pdf
For license information see the file COPYING.

