From 064c028c63e033b684f4684bdc2a973dcfec27fb Mon Sep 17 00:00:00 2001 From: Marnix <93143998+MarnixCroes@users.noreply.github.com> Date: Fri, 26 Jan 2024 15:23:02 +0100 Subject: [PATCH] docs(faq): which address types are supported (#54) --- docs/FAQ.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/FAQ.md b/docs/FAQ.md index ab6d691..8bd5be5 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -216,6 +216,11 @@ Here is an example of how you'd get into the Jam container on Umbrel: - Now follow the import procedure as explained above - Leave the command line with `exit` (multiple times) +### Which bitcoin address types are supported? + +For sending, all address types are supported. +For receiving, only bech32 (p2wpkh) addresses are used. + ### Jam doesn't work anymore after updating Bitcoin Core to v26.0? BerkeleyDB (BDB) wallet creation was deprecated in Bitcoin Core v26.0.