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
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: