-
Notifications
You must be signed in to change notification settings - Fork 37.8k
Closed
Labels
Description
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.