From 24d05dff3064502e578d668ffc7570f077275036 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sun, 5 Jun 2022 14:51:25 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe6896d..059fa07 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,8 @@ consolidation=1 * You can then manually inspect these user accounts or send them a message to not mine to the exchange * The [rescan](https://faq.hush.is/rpc/rescan.html) RPC in Hush 3.9.1 can be used to rescan from any block height, which minimizes downtime. * Example usage: `hush-cli rescan 123456` - * Another important way to minimize downtime is the use the `-keepnotewitnesscache` option to hushd, for instance: + * The `rescan` RPC will use the existing note witness cache, which is described below. + * Another important way to minimize downtime when restarting hushd is the use the `-keepnotewitnesscache` option to hushd, for instance: * `hushd -keepnotewitnesscache -rescanheight 123456` will greatly speed up rescanning by only updating the Sapling zaddr witness cache instead of calculating it from scratch * It's best to only send payouts a few times per day (such as 2 or 3) instead of when they are above a threshold. * This will make pool wallets smaller and faster, miner wallets smaller and faster, and exchange wallets smaller and faster (because miners often mine directly to pools)