monero-project / monero-gui

Monero: the secure, private, untraceable cryptocurrency

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coin control.

OrginalS opened this issue · comments

All new UTXOs, including change, have a 20-minute lock on them, resulting in an inability to send multiple transactions in a row. This can be mitigated by splitting up coins into multiple UTXOs. However, the official gui wallet has no capability to spend or even show individual UTXOs. Because of this, accurate splitting up of UTXOs requires guessing, checking the transaction fee to estimate the number of UTXOs used in it and using the 20-minute lock to force the wallet to use the desired UTXOs.

Please implement a coin control feature.