4

Most of my initially received bitcoins were from faucets and therefore, these micro amounts ended up being dust transactions. Since then, I've bought some bitcoins which are not dust.

Now I'm trying to send 0.0005 BTC to test out Blockchain.info's "receive payment API" (http://blockchain.info/api/api_receive) PHP example (https://github.com/blockchain/receive_payment_php_demo). But Bitcoin-QT is telling me that I must pay 0.0005 BTC transaction fee.

I found out that the fee is due to the dust transactions. Now, I like to get rid of these dust transactions by combining their amounts. Can anyone suggest an easy way to do this?

I was thinking of installing Armory and then transferring all of my bitcoins from my Bitcoin-QT wallet, in one transaction, to my Armory wallet. Will this eliminate the dust transactions by combining all of my dust amounts together? Will my new Armory wallet contain just one input transaction, and not over a dozen transactions of small amounts?

If Armory is not the way to collect the dust transactions, can someone explain how to?

Stéphane Gimenez
  • 5,134
  • 3
  • 32
  • 38
JLP
  • 229
  • 5
  • 13
  • 2
  • The answer at http://bitcoin.stackexchange.com/questions/5583/how-can-i-combine-all-the-tiny-amounts-ive-received-to-minimise-transaction-fee seems more complicated than UNIX. It talks about using Eligius mining pool to consolidate the dust transactions. But how do I do this? I took a look at Eligius and I don't see any explanation of consolidating dust. The answer states: "As for combining the "dust" while leaving larger balances alone -- you would have to find a client that allows you to choose the inputs to your transaction. I don't know which clients can do that." Does anyone know? – JLP Jan 13 '14 at 02:42

1 Answers1

2

I have not tried it myself, but Peter Todd has a python script called dust-b-gone.py

https://github.com/petertodd/dust-b-gone

Nick ODell
  • 29,396
  • 11
  • 72
  • 130
  • This would be great, but how do you use it, I really do not know Python, the read me says to unzip it, but I do not have a clue how to do this. Complicated for the average Joe. – James Campbell Jan 04 '15 at 17:45