From d0e041dc4148388727b239c5f630f018c1d3b662 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Thu, 8 Oct 2020 12:30:36 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c3b9edb..2b27679 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,12 @@ You can also install a binary from an [official release](https://github.com/MyHu 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. +## Config changes for exchanges and pools +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. +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.