Skip to content

Commit

Permalink
docs(faq): info about wallet import via UI (#52)
Browse files Browse the repository at this point in the history
* docs(faq): info about wallet import via UI

Co-authored-by: Marnix <[email protected]>
  • Loading branch information
MarnixCroes authored Dec 8, 2023
1 parent a821ac3 commit 1a41198
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
12 changes: 10 additions & 2 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions docs/interface/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 1a41198

Please sign in to comment.