This repository was archived by the owner on Aug 18, 2021. It is now read-only.
forked from LEAD-Anoy74/ZeroClassic
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f35bc17
commit 287d632
Showing
663 changed files
with
36,352 additions
and
13,583 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
Copyright (c) 2016-2017 The Zero developers | ||
Copyright (c) 2009-2017 The Bitcoin Core developers | ||
Copyright (c) 2016-2018 The Zcash developers | ||
Copyright (c) 2009-2018 The Bitcoin Core developers | ||
Copyright (c) 2009-2018 Bitcoin Developers | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
@@ -31,7 +32,7 @@ OpenSSL Toolkit (https://www.openssl.org/). This product includes cryptographic | |
software written by Eric Young ([email protected]). | ||
|
||
|
||
Although almost all of the Zero code is licensed under "permissive" open source | ||
Although almost all of the Zcash code is licensed under "permissive" open source | ||
licenses, users and distributors should note that when built using the default | ||
build options, Zero depends on Oracle Berkeley DB 6.2.x, which is licensed | ||
build options, Zcash depends on Oracle Berkeley DB 6.2.x, which is licensed | ||
under the GNU Affero General Public License. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,123 +1 @@ | ||
|
||
 | ||
|
||
[ZERC](https://github.com/LEAD-Anoy74/ZeroClassic) is a fork of ZeroCurrency and Zero. | ||
Zero is a fork of Bitcoin that adds shielded transaction via zk-SNARKs. | ||
|
||
This software is the ZERO Classic node. It downloads and stores the entire history of ZERO Classic transactions, about 1GB at this point. | ||
Depending on the speed of your computer and network connection, the synchronization process could take several hours. | ||
|
||
Announcements | ||
----------------- | ||
On September 15th, the old ZERO will fork to add block halving and dev fees. This means that a % of the Zero block reward, will go straight into the devs wallets. We've dediced to NOT SUPPORT THIS UPDATE and continue maintaining the old fashioned Zero like it should be. Free, open source, without any fee. This is why ZERO Classic (ZERC) is born. | ||
|
||
What should I do if I already own some coins? | ||
----------------- | ||
Zero will then have two chains: | ||
- MAIN CHAIN --> the one for users who will update their wallet and support dev fees | ||
- OUR OLD FASHIONED CHAIN --> for who decided to keep their wallet as it was | ||
|
||
Coins existing on the initial chain, before 15th of September, will continue to exists in both chains. Then, every fork will continue on his own. Even your receiving adresses. | ||
|
||
Security Warnings | ||
----------------- | ||
See important security warnings on the | ||
[Security Information page](https://z.cash/support/security/). | ||
|
||
**ZERO Classic is unfinished and highly experimental.** Use at your own risk. | ||
|
||
Deprecation Policy | ||
------------------ | ||
This release is considered deprecated 26 weeks after the release day. There | ||
is an automatic deprecation shutdown feature which will halt the node some | ||
time after this 26 week time period. The automatic feature is based on block | ||
height and can be explicitly disabled. | ||
|
||
Building (16.04.5 LTS (Xenial Xerus)) | ||
-------- | ||
Currently only Linux build is officially supported. 8GB RAM is recommended. | ||
|
||
### Install packages (needs to be done only once) | ||
``` | ||
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 bsdmainutils automake cmake | ||
``` | ||
|
||
### Download cryptographic keys (needs to be done only once) | ||
``` | ||
./zcutil/fetch-params.sh | ||
``` | ||
|
||
### Obtain the ZERO Classic software from GitHub | ||
``` | ||
git clone https://github.com/LEAD-Anoy74/ZeroClassic/ | ||
cd ZeroClassic | ||
git checkout master | ||
``` | ||
|
||
### Build the source code to produce binary executables: | ||
``` | ||
cd ZeroClassic | ||
chmod +x src/leveldb/build_detect_platform zcutil/build.sh zcutil/fetch-params.sh depends/config.guess depends/config.sub autogen.sh share/genbuild.sh | ||
./zcutil/fetch-params.sh | ||
./zcutil/build.sh --disable-rust -j$(nproc) | ||
``` | ||
On a typical laptop -j3 works fine, while retaining some UI interactivity | ||
``` | ||
./zcutil/build.sh --disable-rust -j3 | ||
``` | ||
|
||
### Create a ZERO Classic configuration file | ||
|
||
``` | ||
<<<<<<< master | ||
mkdir -p ~/.zeroclassic | ||
echo "rpcuser=YOUR_USER" > ~/.zeroclassic/zero.conf | ||
echo "rpcpassword=`head -c 32 /dev/urandom | base64`" >> ~/.zeroclassic/zero.conf | ||
echo "rpcport=23800" >> ~/.zeroclassic/zero.conf | ||
echo "addnode=163.172.49.214" >> ~/.zeroclassic/zero.conf | ||
echo "addnode=95.179.141.123" >> ~/.zeroclassic/zero.conf | ||
echo "addnode=173.249.40.205" >> ~/.zeroclassic/zero.conf | ||
echo "addnode=149.56.97.170" >> ~/.zeroclassic/zero.conf | ||
echo "addnode=173.212.214.174" >> ~/.zeroclassic/zero.conf | ||
echo "addnode=172.93.98.162" >> ~/.zero/zero.conf | ||
echo "addnode=51.68.153.137" >> ~/.zero/zero.conf | ||
>>>>>>> master | ||
``` | ||
|
||
### Seeder Nodes | ||
As of 05/12/2018 the following seeder nodes are up and run a recent Linux version: | ||
``` | ||
addnode=163.172.49.214 | ||
addnode=95.179.141.123 | ||
addnode=173.249.40.205 | ||
addnode=149.56.97.170 | ||
addnode=173.212.214.174 | ||
addnode=172.93.98.162 | ||
addnode=51.68.153.137 | ||
``` | ||
|
||
### Enable CPU mining (optional) | ||
``` | ||
echo 'gen=1' >> ~/.zeroclassic/zero.conf | ||
echo "genproclimit=1" >> ~/.zeroclassic/zero.conf | ||
echo 'equihashsolver=tromp' >> ~/.zeroclassic/zero.conf | ||
``` | ||
|
||
A sample of the current zero.conf | ||
``` | ||
./contrib/zero.conf | ||
``` | ||
A sample demonstrating a large number of command line options | ||
``` | ||
./contrib/debian/examples/zero.conf | ||
``` | ||
|
||
Running & Using ZERO Classic | ||
-------------------- | ||
After a successful build ZERO Classic binaries are in `./src`. The two important binaries are `zerod` and `zero-cli`. | ||
|
||
Your wallet will be created (on first zerod run) in: ~/.zeroclassic/wallet.zero | ||
Please backup your wallet often and keep it safe. | ||
|
||
The usage is currently the same ZCash. For more information see the [ZCash User Guide](https://github.com/zero/zero/wiki/1.0-User-Guide#running-zero). | ||
This version of ZeroClassic cryptocurrency is based on Zcash 2.0.2 source code, introducing overwinter and sapling support but keeping Zero PoW algorithm and consensus rules. |
Empty file.
Oops, something went wrong.