From 1b267a616b8618d7c08c7eed3579897a04b676c1 Mon Sep 17 00:00:00 2001 From: openoms Date: Wed, 2 Feb 2022 15:50:07 +0000 Subject: [PATCH] fulcrum: bitcoind tweaks --- fulcrum.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/fulcrum.md b/fulcrum.md index 517420f..0e96a2b 100644 --- a/fulcrum.md +++ b/fulcrum.md @@ -7,9 +7,27 @@ Tested environments: Issue: +## Prepare bitcoind +* To avoid errors like + ``` + 503 (content): Work queue depth exceeded + ``` + set in the `/mnt/hdd/bitcoin/bitcoin.conf`: + ``` + txindex=1 + whitelist=download@127.0.0.1 + rpcworkqueue=512 + rpcthreads=128 + ``` + `zmqpubhashblock=tcp://0.0.0.0:8433` is not set for now + +* restart bitcoind + ``` + sudo systemctl bitcoind restart + ``` + if the txindex was not built before wait until finishes (monitor the bitcoin `debug.log`). + ## Prepare the system and directories -* Requires `txindex=1` for Bitcoin Core -* ? and `zmqpubhashblock=tcp://0.0.0.0:8433` ? ``` # create a dedicated user