Browse Source

minor changes

main
jahway603 3 years ago
parent
commit
dd54c7da5b
  1. 5
      README.md

5
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)

Loading…
Cancel
Save