Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coin control. #4313

Open
OrginalS opened this issue May 5, 2024 · 1 comment
Open

Coin control. #4313

OrginalS opened this issue May 5, 2024 · 1 comment

Comments

@OrginalS
Copy link

OrginalS commented May 5, 2024

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.

@b4n6-b4n6
Copy link

b4n6-b4n6 commented Aug 28, 2024

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.

Do a one-to-many self send transaction where you send to, for example, 10 recepients where every recepient is an address from your own wallet and every receipients receive amount is utxo size you want it to be split into - for me this works well in practice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants