From dd54c7da5b009c0f6302656d8146c0463d44ac65 Mon Sep 17 00:00:00 2001 From: jahway603 Date: Mon, 28 Dec 2020 20:27:50 -0500 Subject: [PATCH] minor changes --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 6b18a71..2ca680b 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ 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. @@ -50,8 +50,6 @@ 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 * Change from a zaddr goes back to itself! Not a different address, like in transparent addresses (taddrs). @@ -60,7 +58,6 @@ The default HUSH3.conf values are above, except consolidation=1 is not added by * 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://git.hush.is/hush/SilentDragon/releases)