Zero knowledge proofs ? Bitzec is a fork of [Zcash] and (https://z.cash/) is an implementation of the "Zerocash" protocol. Based on Bitcoin. What is Bitcoin ?
Bitzec BZC is a fork of Zcash 2.0 with its own genesis block , it 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 Bitzec client. It downloads and stores the entire history of Bitzec transactions; depending on the speed of your computer and network connection, the synchronization process could take one hour or more once the blockchain has reached a significant size.
[Dokumentation 1.1.2] (https://github.com/bitzec/bitzec-patched-account-labeling/blob/master/Bitzec%20Documentation%201.1.2.pdf Documentation 1.1.2.pdf)
Install dependencies:
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
Clone Bitzec Repository :
git clone https://github.com/bitzec/bitzec.git
Build it :
cd bitzec/
./zcutil/build.sh -j$(nproc)
fetch key:
./zcutil/fetch-params.sh
mkdir -p ~/.bitzec
echo 'gen=1' >> ~/.bitzec/bitzec.conf
echo "genproclimit=1" >> ~/.bitzec/bitzec.conf
echo 'equihashsolver=tromp' >> ~/.bitzec/bitzec.conf
Run It
./src/bitzecd
./src/bitzec-cli getblockchaininfo
./bitzec-cli help <--- for full command list
open debug.log under ctrl+h hidden folder .bitzec/debug.log
windows crosscompile on Debian / Ubuntu:
sudo apt install mingw-w64
sudo update-alternatives --config x86_64-w64-mingw32-gcc
(configure 1 to use POSIX variant)
sudo update-alternatives --config x86_64-w64-mingw32-g++
(configure 1 to use POSIX variant)
HOST=x86_64-w64-mingw32 ./zcutil/build.sh
you will get src/bitzec-cli.exe src/bitzecd.exe src/zcash-gtest.exe src/bitzec-tx.exe
in case you compiled for ubuntu before on same folder bitzec ( make clean && make -C src/univalue clean )
Installation video :https://youtu.be/5ahQZZYcntQ
Add unit tests for Bitzec under Bitzec ./src/gtest.
To list all tests, run ./src/zcash-gtest --gtest_list_tests.
To run a subset of tests, use a regular expression with the flag --gtest_filter. Example:
./src/zcash-gtest --gtest_filter=DeprecationTest.*
For debugging: --gtest_break_on_failure.
To run a subset of BOOST tests: ` src/test/test_bitcoin -t TESTGROUP/TESTNAME
https://zcash.readthedocs.io/en/latest/rtd_pages/development_guidelines.html#development-guidelines
This release is considered deprecated some 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.
Please see our user guide for joining the main Zcash network.
- 📘 See the zcash documentation at the ReadtheDocs for help and more information or (https://github.com/bitzec/bitzec-patched-account-labeling/blob/master/Bitzec%20Documentation%201.1.2.pdf
Build Bitzec along with most dependencies from source by running:
./zcutil/build.sh -j$(nproc)
or
./zcutil/build.sh --disable-tests -j$(nproc)
for local insight blockexplorer visit https://github.com/bitzec/insight-ui-bitzec
online http://bitzec.tk Http://bitzecblocks.gq
BLOCKREWARD DECREAS PLAN
For license information see the file COPYING.






