From f43146a1f17c1d78c2505a70c5e75d3e3d6b6c50 Mon Sep 17 00:00:00 2001 From: openoms Date: Fri, 4 Feb 2022 21:32:02 +0000 Subject: [PATCH] first RPi sync 48h --- fulcrum.md | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/fulcrum.md b/fulcrum.md index eb68cc0..dd33963 100644 --- a/fulcrum.md +++ b/fulcrum.md @@ -3,29 +3,30 @@ This is a rough overview, the guide is work in progress. Tested environments: - * Raspberry Pi4 8GB 64bit RaspberryOS with SSD and ZRAM + * Raspberry Pi4 8GB 64bit RaspberryOS with SSD and ZRAM + The first sync took 48h. Can expect 2 - 2.5 days with the settings below. 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 - ``` +``` +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 +``` * restart bitcoind - ``` - sudo systemctl bitcoind restart - ``` - if the txindex was not built before wait until finishes (monitor the bitcoin `debug.log`). +``` +sudo systemctl bitcoind restart +``` +* if the txindex was not built before wait until finishes (monitor the bitcoin `debug.log`). ## Prepare the system and directories