Can free bitcoins from faucets be actually spent?

2

Suppose that I have a wallet with 0.001 bitcoins, from dozens of micro transactions (6000 satoshi in average). That means if I want to spend them, it must be concatenated and the transaction fee would be higher than the actual value?

Magnetic_dud

Posted 2013-12-16T12:01:51.023

Reputation: 163

There's a No forced TX Fee version of bitcoin client that (as name says) do not enforce any fee on transactions. Note, however, that miners might be quite unwilling to include such transaction is their blocks, so there's the chance the transaction will never be processes.

aland 2013-12-16T15:47:57.423

it will never be processed, or it will just have a slow processing time? (days?)Magnetic_dud 2013-12-16T17:51:15.287

If it isn't processed, it can't also be canceled, right?Magnetic_dud 2013-12-16T17:51:33.947

It will be processed slow, and might even be never processed (and you can't cancel transaction). So that's quite a risky way.aland 2013-12-16T18:17:10.353

Answers

1

You could consider creating a new address with 0.01 BTC on it, then sending the concatenated amount at 0 trx fee to each of the addresses containing the smaller amounts.

So:

  • 0.01 -> first address
  • First address (now including the 0.01) -> second address
  • second address (now including the 0.01+first address -> third address

... ad nauseum.

Stephan Tual

Posted 2013-12-16T12:01:51.023

Reputation: 210