Blockstream / green_android

Blockstream Green Wallet for Android
GNU General Public License v3.0
181 stars 74 forks source link

Adding individual UTXO management #7

Open MaxHillebrand opened 5 years ago

MaxHillebrand commented 5 years ago

Description

A lot of privacy concerns can be handled with well guided UTXO management best practices. Power users want to have in depth control over the individual coins. Desktop wallets like Electrum or Wasabi have implemented this already, the same design can be applied to mobile wallets. Blindly using branch and bound might consolidate UTXOs with different historical clusters. This can leak unnecessary metadata.

This is a long-term feature request.

Desired behaviour

bitschmidty commented 5 years ago

@MaxHillebrand Thanks for suggestion and all the detail you provided in this issue. We have quite a few privacy enhancements in the queue and coin control is definitely on the list.

defas-doomster commented 3 years ago

This is an important feature, hope to see it soon

nopara73 commented 3 years ago

FTR half of the benefits of coin control can be gained by an extra change avoidance page

image