Skip to content

Commit

Permalink
docs(faq): How can I see the tx history? (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarnixCroes authored Dec 12, 2024
1 parent 152d49d commit af2153a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,15 @@ Which fee rate to use to get confirmed in the desired timeframe has to be calcul
!!! warning
Be aware of the privacy and/or additional cost trade-offs.

### How can I see the transaction history?

Jam does not display a transaction history, as the JoinMarket RPC currently does not support it.

To see the transaction history of a wallet, the JoinMarket `wallet-tool` can be used, using the command line.
Find [more info in the JoinMarket documentation](https://github.com/JoinMarket-Org/joinmarket-clientserver/blob/v0.9.11/docs/USAGE.md#wallet-history).

It is also possible to use other wallet software, but be aware of the risks (xpub leak when not usig your own node) and preferably use a watch-only wallet.

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

BerkeleyDB (BDB) wallet creation was deprecated in Bitcoin Core v26.0.
Expand Down

0 comments on commit af2153a

Please sign in to comment.