You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FAQ.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,16 +138,33 @@ The default password is: `raspberry`
138
138
`$ nano /home/joinmarket/.ssh/authorized_keys`
139
139
140
140
### Activate the bitcoind wallet on a RaspiBlitz
141
+
142
+
Since the RaspiBlitz v1.6 run this script:
143
+
`$ config.scripts/network.wallet.sh on`
144
+
145
+
To set up manually:
146
+
141
147
* Edit the bitcoin.conf:
142
148
`$ sudo nano /mnt/hdd/bitcoin/bitcoin.conf`
143
149
144
150
* Change the disablewallet option to 0:
145
151
```
146
152
disablewallet=0
147
153
```
154
+
* Specify the wallet to be used:
155
+
```
156
+
main.wallet=wallet.dat
157
+
```
158
+
The default setting in JoininBox is to use the `wallet.dat`.
159
+
It needs to specified in the `bitcoin.conf` because otherwise when other applications (like Specter) add bitcoind wallets JoinMarket would stop working.
160
+
148
161
* Restart bitcoind:
149
162
`$ sudo systemctl restart bitcoind`
150
163
164
+
165
+
166
+
167
+
151
168
### Error when connecting to a full node remotely through Tor
0 commit comments