Skip to content

Commit

Permalink
FAQ: Jam doesn't work anymore after updating Bitcoin Core v26.0 (#53)
Browse files Browse the repository at this point in the history
jam doesn't work anymore after updating Core 26
  • Loading branch information
MarnixCroes authored Jan 20, 2024
1 parent 1a41198 commit debaa0e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,3 +215,15 @@ Here is an example of how you'd get into the Jam container on Umbrel:
- Navigate to JoinMarket's root directory with `cd /src`
- Now follow the import procedure as explained above
- Leave the command line with `exit` (multiple times)

### Jam doesn't work anymore after updating Bitcoin Core to v26.0?

BerkeleyDB (BDB) wallet creation was deprecated in Bitcoin Core v26.0.
This leads to issues for JoinMarket and thus also Jam.
The problem should be fixed once JoinMarket supports Bitcoin Core descriptor wallets.

_For now, the fix is to add `deprecatedrpc=create_bdb` to your bitcoin.conf file._

Restart and then it should work.

Or use a lower version than Bitcoin Core v26.0.

0 comments on commit debaa0e

Please sign in to comment.