From 113042bb71fb2f35ffdb3b4817c0bbd1dfa20135 Mon Sep 17 00:00:00 2001 From: Marnix Croes <93143998+MarnixCroes@users.noreply.github.com> Date: Sat, 4 May 2024 14:06:19 +0200 Subject: [PATCH] docs(faq): add instructions for adding `deprecatedrpc=create_bdb` to conf file (#59) --- docs/FAQ.md | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index abff44d..e937528 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -246,6 +246,37 @@ The problem should be fixed once JoinMarket supports Bitcoin Core descriptor wal _For now, the fix is to add `deprecatedrpc=create_bdb` to your bitcoin.conf file._ -Restart and then it should work. +
+Step-by-step instructions on how to do this on Umbrel/Citadel +The example commands are for Umbrel, if you're using Citadel simply replace `umbrel` with `citadel`. +
+
+ +1. Open the terminal and login to your node using ssh: + +`ssh umbrel@umbrel.local` +
+ +2. Enter your password (same password as when you use the browser). +
+ +3. Enter command to edit your bitcoin.conf file: + +`nano /mnt/data/umbrel/bitcoin/bitcoin.conf` +
+ +4. Add the following line to the config file + +`deprecatedrpc=create_bdb` +
+ +5. Save and exit the editing of the file, by pressing the following keystroke combo: + +`ctrl x` (to save), then `y` (to exit) +
+ +
+ +Restart and then it should work as the new config is now active. Or use a lower version than Bitcoin Core v26.0.