The fragmentation tag has no wiki summary.
0
votes
1answer
102 views
How can i effectively split large outputs into smaller ones?
I have a wallet that pays lots of small amounts in the range of 0.x to 5 BTC.
I filled the wallet with one transaction of 50 BTC, so there is only one large input contained.
Now when i transfer 0.5 ...
5
votes
2answers
254 views
How can I control which coins to spend in a transaction?
When creating a bitcoin transaction, you have to choose which coins to use in them. The standard client does this in a way to avoid unconfirmed inputs and minimize the number of inputs and amount of ...
18
votes
1answer
616 views
What is the coin selection algorithm?
When creating a transaction in the standard client, what is the algorithm used to determine which unspent outputs will be used as inputs?
Has this changed since the first version? What different ...