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: docs/FAQ.md
+17-3Lines changed: 17 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -280,11 +280,25 @@ Find [more info in the JoinMarket documentation](https://github.com/JoinMarket-O
280
280
281
281
It is also possible to use other wallet software, but be aware of the risks (xpub leak when not usig your own node) and preferably use a watch-only wallet.
282
282
283
+
284
+
### Which Bitcoin Core versions are supported?
285
+
286
+
!!! warning
287
+
JoinMarket <=`v0.9.11`__does not support__ Bitcoin Core >=`v30`.
288
+
289
+
JoinMarket is compatible with Bitcoin Core releases up to `v29`.
290
+
Beginning with Bitcoin Core `v26`, [a special config property (`deprecatedrpc=create_bdb`) needs to be enabled](#jam-doesnt-work-anymore-after-updating-bitcoin-core-to-v260) to for full functionality. JoinMarket `v0.9.11` does not support Bitcoin Core `v30`; users should continue running `v29` or earlier until `v30` support is added.
291
+
292
+
!!! hint
293
+
294
+
BerkeleyDB (BDB) wallet support was removed in Bitcoin Core `v30`.
295
+
This leads to issues for JoinMarket and thus also Jam.
296
+
The problem should be fixed [once JoinMarket is supporting Bitcoin Core descriptor wallets](https://github.com/JoinMarket-Org/joinmarket-clientserver/pull/1775). A release is not yet published at the time of writing (2025-10-15).
297
+
298
+
283
299
### Jam doesn't work anymore after updating Bitcoin Core to v26.0?
284
300
285
-
BerkeleyDB (BDB) wallet creation was deprecated in Bitcoin Core v26.0.
286
-
This leads to issues for JoinMarket and thus also Jam.
287
-
The problem should be fixed once JoinMarket supports Bitcoin Core descriptor wallets.
301
+
BerkeleyDB (BDB) wallet creation was deprecated in Bitcoin Core v26.0 which is needed for JoinMarket <=`v0.9.11`.
288
302
289
303
_For now, the fix is to add `deprecatedrpc=create_bdb` to your bitcoin.conf file._
0 commit comments