From b06dea2bcb852044e3c30215cda9aaa98dd9ad43 Mon Sep 17 00:00:00 2001 From: jahway603 Date: Mon, 28 Dec 2020 20:25:43 -0500 Subject: [PATCH] changed github links to git.hush.is and embedded default HUSH3.conf --- README.md | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index dac51f3..6b18a71 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,7 @@ More details can be found [here](https://git.hush.is/hush/hush3/src/branch/maste # Installing Hush from a binary -You can also install a binary from an [official release](https://github.com/MyHush/hush3/releases/tag/v3.5.0) - -3.5.0 is our latest mandatory release, [3.5.1](https://github.com/MyHush/hush3/releases/tag/v3.5.1) is an optional update that has some new features. +You can also install a binary from an [official release](https://git.hush.is/hush/hush3/releases) # Terminology @@ -38,7 +36,21 @@ An advanced feature we suggest exchanges+pools use is called `consolidation=1` w This feature will always make small transactions in the background, "consolidating" funds into very efficient amounts. This makes future transactions fast by spending small amounts of time consolidating funds in the background. -Here is an [example config file](https://gist.github.com/leto/2c3401df2f21a2ed5639bdffe0ff8717) for HUSH which is recommended for exchanges and mining pools. +Here is an example config file for HUSH which is recommended for exchanges and mining pools: + +``` +rpcuser=someuser +rpcpassword=agoodpassword +rpcport=18031 +server=1 +txindex=1 +rpcworkqueue=256 +rpcallowip=127.0.0.1 +rpcbind=127.0.0.1 +consolidation=1 +``` + +The default HUSH3.conf values are above, except consolidation=1 is not added by default. That is a line that exchanges and mining pools should likely add to make wallet operations faster. # How Shielded Addresses (zaddrs) Are Different @@ -51,10 +63,9 @@ Here is an [example config file](https://gist.github.com/leto/2c3401df2f21a2ed56 # GUI wallets -Hush full node GUI wallet [SilentDragon](https://github.com/MyHush/SilentDragon/releases) - -Hush lite wallet [SilentDragonLite](https://github.com/MyHush/SilentDragonLite/releases) +Hush full node GUI wallet: [SilentDragon](https://git.hush.is/hush/SilentDragon/releases) -Android wallet (pairs with SilentDragon or SilentDragonLite) [SilentDragonAndroid](https://github.com/MyHush/SilentDragonAndroid/releases) +Hush lite wallet: [SilentDragonLite](https://git.hush.is/hush/SilentDragonLite/releases) +Android wallet (pairs with SilentDragon or SilentDragonLite): [SilentDragonAndroid](https://git.hush.is/hush/SilentDragonAndroid/releases)