add link to relevent discussion

This commit is contained in:
openoms
2022-03-12 12:58:04 +00:00
parent 0fdc841dda
commit e49ddf1601

View File

@@ -73,9 +73,9 @@ This document aims to provide an introduction to using JoinMarket, a decentraliz
* Select the newly deposited coin(s) with freeze/unfreeze if there are others in the account. * Select the newly deposited coin(s) with freeze/unfreeze if there are others in the account.
### Sweep ### Sweep
* start with detaching the deposited coins from their history * Start with [detaching the deposited coins from their history](https://github.com/JoinMarket-Org/joinmarket-clientserver/issues/864#issuecomment-884540079).
* can send to the same account (could be any, but keep it simple) * Can send to a new address in the same account (could be any, but keep it simple).
* there is no change created, so there is need to separate the `cj-out` from the `change-out` * There is no change created, so there is need to separate the `cj-out` from the `change-out`.
### Send or participate in multiple coinjoins ### Send or participate in multiple coinjoins
* Stretch out in time to avoid timing analyses. * Stretch out in time to avoid timing analyses.