Need to do 400 transactions, how do I get them confirmed?

2

I tried to send 0.00000001 btc to about 7 addresses, and paid the 0.0001 fee. But it seems like this transaction won't go through ever. Those coins are lost :(.

I have about 400 sponsors, and they should split about 0.05 btc even (and that's quite a lot of money). I'm thinking about sending them 0.0001 btc each, in one single transaction and pay the 0.01 fee or whatever it'll be.

Will that go through? What's the requirement to get transactions confirmed for sure?

Thanks in advance.

user3493746

Posted 2014-04-03T22:18:03.463

Reputation: 71

The coins are not lost; if the transaction never confirms, it will eventually be possible to spend them again.Nate Eldredge 2014-04-03T23:24:31.743

So if it get confirms.. say, 3 times.. is the transaction then distributed over the whole network? That is, will every local copy of the global bitcoin database have that transaction = "it's now confirmed forever.. it's set and done"?user3493746 2014-04-03T23:44:51.657

2

http://bitcoinfees.com/

Also pay attention to "Discourage "dust" spam"

ChrisW 2014-04-03T23:57:42.680

Essentially, yes. Since the block chain is a chain, you will see the number of confirmations continue to increase over time as more blocks are piled on top. The only way for this to fail is if the chain splits and your transaction is left on an isolated branch: in that case, either it eventually gets added into the main branch anyway, or it doesn't and you can spend the coins again.Nate Eldredge 2014-04-04T02:00:12.027

I think what this question is really about is setting a proper fee, although the 400 sponsors you want to send to is relevant but what you are really asking is how to make sure a large transaction confirms.John T 2014-04-04T08:15:02.400

No answers