Browse Source

Merge pull request #104 from MyHush/master

Merge with master
z_importviewingkey_bug
FireMartZ 6 years ago
committed by GitHub
parent
commit
dd9811d7fc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      INSTALL.md
  2. 17
      README.md
  3. 12
      release_notes.md

5
INSTALL.md

@ -20,8 +20,11 @@ echo "addnode=zdash.suprnova.cc" >> ~/.hush/hush.conf
## Download proving key
This will download a Zcash Sprout proving key, if you already have one on this system, you only need one
and this script will just verify that it is correct.
```
hush-fetch-params
./zcutil/fetch-params.sh
```
# Building Hush from source

17
README.md

@ -1,12 +1,10 @@
HUSH 1.0.13
=======
# HUSH 1.0.13
What is HUSH?
--------------
## What is HUSH?
![Logo](doc/hush/hush.png "Logo")
HUSH (formerly Zdash) is a private implementation of the "Zerocash" protocol forked from [ZCash](https://z.cash/).
HUSH (formerly Zdash) is a code fork of [ZCash](https://z.cash/) which has it's own genesis block.
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.
@ -16,11 +14,13 @@ of HUSH 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.
**HUSH is unfinished and highly experimental.** Use at your own risk!
Please feel free to join us on Discord at https://myhush.org/discord.html
## Discord
Please feel free to join us on Discord at https://myhush.org/discord.html .
There are many channels, some you might enjoy are #general, #support and #mining.
Forum
-----
@ -38,6 +38,7 @@ Choose to add any of the following bootstrap nodes, per your preferred network c
**IPV4**
* dnsseed.myhush.org
* dnsseed2.myhush.org
* stilgar.myhush.org
* explorer.myhush.org
* dnsseed.bleuzero.com
* dnsseed.hush.quebec
@ -93,7 +94,7 @@ The section of using the command line is relevant to HUSH.
### Not content with command line use of HUSH?
A [HUSH GUI Wallet](https://github.com/MyHush/hush-swing-wallet-ui/tree/v1.0.12-win)
A [HUSH GUI Wallet](https://github.com/MyHush/hush-swing-wallet-ui/releases/tag/v0.71.2-beta)
License
-------

12
release_notes.md

@ -0,0 +1,12 @@
Release notes for Hush 1.0.13
- Includes all bug fixes from zcash 1.0.13 (upstream)
- Fixes network sync issue.
- Adds new DNS seed nodes help nodes connect and find other nodes faster.
- Implements TLS options - allows options for self-signed or CA-signed TLS. Options can also be set to require TLS and/or CA-signed certs.
- TLS options have been tested and work on Windows, Mac, and Linux.
- TLS setup instructions are at: https://github.com/MyHush/hush/blob/master/SECURE_SETUP.md
- Large memory reduction when processing shielded transactions.
- Enabled new RPC methods from zcash upstream: z-shieldcoinbase z_getpaymentdisclosure z_validatepaymentdisclosure.
- Adds ability to compile on Mac (experimental).
- Hush continues to be supported by BarterDEX and the Agama Wallet.
Loading…
Cancel
Save