Skip to content

bitcoin 0.12's coinselection #7657

@RHavar

Description

@RHavar

After switching to bitcoin 0.12, I'm seeing a rather concerning amount of unspent transactions:

$ bitcoin-cli listunspent | grep amount | wc -l
734

Which make it very painful (and expensive!) to sweep the wallet. Previously it used to hover around 10-20 unspent or so.

Full dump of bitcoin-cli listunspent | grep amount on bitcoin 0.12

If it helps, during the time period I have received about 2.6x as many transactions as I have sent. The average receive amount was 0.11 BTC, and average send 0.26 BTC.

From the looks of it, it's as if it's trying to perpetually create change of 0.01 BTC, and never really inclined to spend from it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions