diff --git a/docs/FAQ.md b/docs/FAQ.md index 4c40fa9..abff44d 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -173,6 +173,14 @@ curl --insecure https://127.0.0.1:28183/api/v1/session - As a last resort, seek help in the [support channel](/contribute/#say-hello). +### Why is my offer not shown in the orderbook? + +It takes some time for your node to retrieve individual offers in the orderbook. +Similar to mempools, depending on your directory nodes and message channels, +not everyone sees the same offers and there is no "The Orderbook". +Wait a couple of time and refresh your local orderbook. +If you can't see your own offer after a few minutes, only then there may be a problem. + ### Can I import an existing wallet? Yes, importing an existing wallet can be done via the web interface since [Jam `v0.1.6`][jam-v0-1-6] diff --git a/docs/privacy/02-best-practices.md b/docs/privacy/02-best-practices.md index 0dd56b3..8b20748 100644 --- a/docs/privacy/02-best-practices.md +++ b/docs/privacy/02-best-practices.md @@ -111,8 +111,7 @@ Because Bitcoin is forever, using trans­ac­tional best practices such as collab­o­ra­tive CoinJoin trans­ac­tions will ensure that your privacy is protected going forward. While CoinJoin trans­ac­tions are nuanced, user-friendly software exists to help you create and automate these kinds of -trans­ac­tions. Samourai's Whirlpool is a good  solution for Android users, for -example. There is also JoinMarket, which, thanks to projects like +trans­ac­tions. For example, there is JoinMarket, which, thanks to projects like [JoininBox](https://github.com/openoms/joininbox) and [Jam](/), can be set up quite easily on your own node.