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.

65 lines
1.5 KiB

8 years ago
Zdash 1.0.3
===========
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
block chain has reached a significant size.
8 years ago
**Zdash is unfinished and highly experimental.** Use at your own risk.
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.
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).