Update 'doc/developer-notes.md'

This commit is contained in:
Duke Leto
2021-06-21 20:33:18 +00:00
parent f780af1c6a
commit 8485e334ee

View File

@@ -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 &