You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 27, 2026. It is now read-only.
Aim: Allow users to have full control over their UTXOs when performing a direct-send.
Current Situation : Currently, the APIs POST: /wallet/{walletname}/taker/direct-send and POST: /wallet/{walletname}/taker/coinjoin use mixdepth to select unfrozen UTXOs and perform transactions. This means users cannot specify exact UTXOs, which limits granular selection. While freeze and unfreeze methods can be used to manage UTXOs, this does not provide the ideal coin control.
Objective : Modify the direct-send functionality to allow users to specify specific UTXOs, thus providing more precise control over their transactions.
Description: Subtask of: #1561 This issue addresses (joinmarket-webui/jam#772)
Aim: Allow users to have full control over their UTXOs when performing a direct-send.
Current Situation : Currently, the APIs
POST: /wallet/{walletname}/taker/direct-sendandPOST: /wallet/{walletname}/taker/coinjoinuse mixdepth to select unfrozen UTXOs and perform transactions. This means users cannot specify exact UTXOs, which limits granular selection. While freeze and unfreeze methods can be used to manage UTXOs, this does not provide the idealcoin control.Objective : Modify the
direct-sendfunctionality to allow users to specify specific UTXOs, thus providing more precise control over their transactions.