diff --git a/README.md b/README.md index dac51f3..2ca680b 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 @@ -34,11 +32,23 @@ We have a document that explains a lot of terminology [here](https://git.hush.is The default location on Linux for the HUSH config file is `~/.komodo/HUSH3/HUSH3.conf` . This file will have a username and password for RPC access, so don't show the contents to untrusted people. -An advanced feature we suggest exchanges+pools use is called `consolidation=1` which keeps wallets small and hence fast. +An advanced feature we suggest exchanges & pools use is called `consolidation=1` which keeps wallets small and hence fast. 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 +``` # How Shielded Addresses (zaddrs) Are Different @@ -48,13 +58,11 @@ Here is an [example config file](https://gist.github.com/leto/2c3401df2f21a2ed56 * Shielded transactions are larger than transparent transactions, because more data is stored * RPCs which work with zaddrs usually begin with `z_` such as `z_listunspent`. The very common `sendmany` RPC is called `z_sendmany` for zaddrs - # 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)