mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-24 07:04:18 +01:00
joinmarket: remove txindex
This commit is contained in:
@@ -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
|
||||
* Discuss JoinMarket usage on the RaspiBlitz in https://github.com/rootzoll/raspiblitz/issues/842
|
||||
|
||||
Reference in New Issue
Block a user