From 1a4119808204a857f88f4970c2aa16652d6c69d8 Mon Sep 17 00:00:00 2001 From: Marnix <93143998+MarnixCroes@users.noreply.github.com> Date: Sat, 9 Dec 2023 00:48:37 +0100 Subject: [PATCH] docs(faq): info about wallet import via UI (#52) * docs(faq): info about wallet import via UI Co-authored-by: Marnix <93143998+MarnixCroes@users.noreply.github.com> --- docs/FAQ.md | 12 ++++++++++-- docs/interface/settings.md | 6 ------ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index 092d594..c0530fc 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -166,8 +166,16 @@ curl --insecure https://127.0.0.1:28183/api/v1/session ### Can I import an existing wallet? -Yes, it is possible to import an existing wallet. -However, not yet via the web interface, but with a few manual steps via the command line. +Yes, importing an existing wallet can be done via the web interface since [Jam `v0.1.6`][jam-v0-1-6] +using the button labeled "Import existing wallet" on the starting page. +Make sure you are running [JoinMarket `v0.9.10`][jm-v0-9-10] or later. + +[jam-v0-1-6]: https://github.com/joinmarket-webui/jam/releases/tag/v0.1.6 +[jm-v0-9-10]: https://github.com/JoinMarket-Org/joinmarket-clientserver/releases/tag/v0.9.10 + +### How to import an existing wallet via the command line? + +If you are running a JoinMarket version lower than `v0.9.10` or if you are a command line maximalist, follow these steps: - Log into the host machine, e.g. with `ssh` (see an example for Umbrel below) - Navigate to JoinMarket's root directory diff --git a/docs/interface/settings.md b/docs/interface/settings.md index f4b2ad8..63696b5 100644 --- a/docs/interface/settings.md +++ b/docs/interface/settings.md @@ -26,12 +26,6 @@ wallet can be actively used at a time. Wallets are locked when not used. Your - Switch wallet: open another wallet and lock the current one - Create new wallet: initialize a new, empty wallet - -!!! question - Want to import a wallet? Look at the [FAQ][faq-import]! - -[faq-import]: /FAQ/#can-i-import-an-existing-wallet - ### Community Links - [Documentation](#): you are here!