From 8485e334eed72eafa035693ef67a832a3b5ca137 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Mon, 21 Jun 2021 20:33:18 +0000 Subject: [PATCH] Update 'doc/developer-notes.md' --- doc/developer-notes.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/developer-notes.md b/doc/developer-notes.md index 68e32a9a9..3633c9e95 100644 --- a/doc/developer-notes.md +++ b/doc/developer-notes.md @@ -13,11 +13,14 @@ git checkout zindexdb mv ~/.komodo/{HUSH3,HUSH3-backup} mkdir ~/.komodo/HUSH3 +# Use your previous config as a base +cp ~/.komodo/{HUSH3,HUSH3-backup}/HUSH3.conf +# Add zindex to your node +echo "zindex=1" >> ~/.komodo/HUSH3/HUSH3.conf + # This is optional but will likely speed up sync time greatly cp ~/.komodo/{HUSH3-backup,HUSH3}/peers.dat -echo "zindex=1" >> ~/.komodo/HUSH3/HUSH3.conf - # This log file is helpful for debugging more and will contain a history of the # size of the anonset at every block height ./src/hushd &> hushd.log &