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?
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?
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:
... ad nauseum.
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.423it 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