Browse Source

Update 'README.md'

main
Duke Leto 2 years ago
parent
commit
5ad41cc81e
  1. 6
      README.md

6
README.md

@ -1,7 +1,7 @@
# Hush Full Node Integration Docs
This document will help you install and maintain a Hush Full Node. It is mainly geared towards exchanges and mining pools, but
will be useful to any service provider adding Hush, such as a Discord Tipbot service provider like https://tip.cc
will be useful to any service provider adding Hush, such as a tipbot or exchange or mining pool.
# Installing Hush from source
@ -29,8 +29,8 @@ We have a document that explains a lot of terminology [here](https://git.hush.is
# 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.
The default location on Linux for the HUSH config file is `~/.hush/HUSH3/HUSH3.conf` . This file will have a username and password for RPC
access, so don't show the contents to untrusted people. The legacy location used to be `~/.komodo/HUSH3/HUSH3.conf` . You can move the old legacy directory to the new location and it will be found and used.
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

Loading…
Cancel
Save