Original HUSH source code based on ZEC 1.0.8 . For historical purposes only! https://hush.is
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

89 lines
2.1 KiB

Zdash 1.0.9
=============
8 years ago
What is Zdash?
--------------
8 years ago
[Zdash] is a private implementation of the "Zerocash" protocol forked from [Zcash].
Based on Bitcoin's code, it intends to offer a far higher standard of privacy
8 years ago
through a sophisticated zero-knowledge proving scheme that preserves
8 years ago
confidentiality of transaction metadata.
8 years ago
This software is the Zdash client. It downloads and stores the entire history
of Zdash 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.
8 years ago
**Zdash is unfinished and highly experimental.** Use at your own risk.
8 years ago
TEAM
----
Axel Karlsson: [@sparkit] Community manager, general communications.
8 years ago
8 years ago
Iolar Demartini Junior: [@demartini] Web Developer (Front End).
8 years ago
Joseph Stuhlman: [@joseph] Dev, general communications.
8 years ago
8 years ago
* You can join our team and make contributions
Slack
-----
https://zdash-slack.herokuapp.com/ //invite
8 years ago
Building
--------
8 years ago
Build Zdash along with most dependencies from source by running
8 years ago
Get dependencies:
```{r, engine='bash'}
sudo apt-get install \
build-essential pkg-config libc6-dev m4 g++-multilib \
autoconf libtool ncurses-dev unzip git python \
zlib1g-dev wget bsdmainutils automake
```
8 years ago
Install
```{r, engine='bash'}
8 years ago
#pull
git clone https://github.com/J-Stuhlman/zdash.git
cd zdash
8 years ago
# fetch key
./zcutil/fetch-params.sh
8 years ago
# Build
./zcutil/build.sh -j$(nproc)
8 years ago
# Run
./src/zcashd
```
Currently only Linux is officially supported.
Deprecation Policy
------------------
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 and can be explicitly disabled.
Where do I begin?
-----------------
We have a guide for joining the main Zcash network:
https://github.com/zcash/zcash/wiki/1.0-User-Guide
### Need Help?
* See the documentation at the [Zcash Wiki](https://github.com/zcash/zcash/wiki)
for help and more information.
License
-------
For license information see the file [COPYING](COPYING).