Browse Source

added z_sweepstatus RPC

master
jahway603 2 years ago
parent
commit
d137974e00
  1. 2
      README.md

2
README.md

@ -36,6 +36,8 @@ Zsweep is when you sweep numerous zutxos into one z-address that you configure.
| zsweepmaxinputs=50 | By default zsweep makes sure to not reduce the anonset in any tx by having a maximum number of inputs of 8. This should be fine for new wallets, but if you have an existing wallet with many zutxos it can be changed with this option. Keep in mind that large values will make sweeping faster at the expense of reducing the AnonSet. |
| zsweepfee=0 | The default zsweep fee is 10000 puposhis or 0.0001 HUSH, the default for all transactions. To use fee=0 for zsweep transactions, set this option. |
1. The following HUSH RPC will let you view your zsweep configuration options at the command line: `hush-cli z_sweepstatus`
## Consolidation
1. We add the following to our conf file as per the Pre-Step.

Loading…
Cancel
Save