From e0d708ab6c3eff56a2292079a9086c613c26748c Mon Sep 17 00:00:00 2001 From: openoms <43343391+openoms@users.noreply.github.com> Date: Thu, 31 Oct 2019 11:40:23 +0000 Subject: [PATCH] joinmarket: remove txindex --- joinmarket/README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/joinmarket/README.md b/joinmarket/README.md index 97c57e7..e307a47 100644 --- a/joinmarket/README.md +++ b/joinmarket/README.md @@ -8,18 +8,15 @@ When installed can also check: ### Prerequisite -* Need to activate the wallet and txindex for bitcoind +* Need to activate the wallet of bitcoind `$ sudo nano /mnt/hdd/bitcoin/bitcoin.conf` ``` disablewallet=0 - txindex=1 ``` `$ sudo systemctl restart bitcoind` - * building the txindex takes ~7h for a RPi4 with an SSD - ### Installation * Run in the RaspiBlitz terminal: @@ -133,4 +130,4 @@ to pick up where left off * Tmux will be included in the next release of the RaspiBlitz: https://github.com/rootzoll/raspiblitz/issues/793 -* Discuss JoinMarket usage on the RaspiBlitz in https://github.com/rootzoll/raspiblitz/issues/842 \ No newline at end of file +* Discuss JoinMarket usage on the RaspiBlitz in https://github.com/rootzoll/raspiblitz/issues/842