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

feature / minor: Consolidate utxos #5828

Open
ziggamon opened this issue Dec 8, 2019 · 1 comment
Open

feature / minor: Consolidate utxos #5828

ziggamon opened this issue Dec 8, 2019 · 1 comment
Labels
enhancement ✨ topic-wallet 👛 related to wallet.py, or maybe address_synchronizer.py/coinchooser.py user-interface 🔲

Comments

@ziggamon
Copy link

ziggamon commented Dec 8, 2019

Basically in the coin select dialog allow users to spend those coins to an internal address of the wallet. This can already be done by copying an address and sending the coins there.

Having this as a specific item costs very little to build in terms of effort, and would encourage users to defrag their coins which would save them money and potentially improve their privacy.

@SomberNight
Copy link
Member

Is the high level idea that the user would go to the Coins tab, select some set of UTXOs, right-click>"Consolidate coins", and then we would construct a tx that

  • has as inputs all and exactly the selected UTXOs
  • has a single output which is an unused receiving address in the wallet

?

@SomberNight SomberNight added enhancement ✨ topic-wallet 👛 related to wallet.py, or maybe address_synchronizer.py/coinchooser.py user-interface 🔲 labels Dec 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ✨ topic-wallet 👛 related to wallet.py, or maybe address_synchronizer.py/coinchooser.py user-interface 🔲
Projects
None yet
Development

No branches or pull requests

2 participants