How Long for a transaction?

0

Possible Duplicate:
How to debug a long “0/unconfirmed” status in the bitcoin client?

I have sent a transaction to btc-e and 3 Hours later still no love

I thought there was 6 new blocks per hour.

They say they will recognise the transaction after only 3 confirmations

I would have thought theoretically that it should be ~1 hour tops

BitCoin New Guy

Posted 2012-12-22T08:47:00.500

Reputation: 828

Question was closed 2013-01-03T17:18:17.323

1Have you included any transaction fee? If transaction is large (in bytes), or consists of recently moved coins or is too small, then most pools won't include it in their blocks without appropriate fee.aland 2012-12-22T11:14:20.113

it had the min fee...how do they determine what transactions get put into the blockchain ????..I thought this would be an automatic process as everybody works on the same block ??BitCoin New Guy 2012-12-22T22:27:36.070

All miners within same pool mine the same block, but each mining pool (or individual miner) choose themselves what to include in the block. The rules are more or less the same, but there are some exceptions (e.g. most pools ignore non-standard transaction, but some accept them).aland 2012-12-23T09:55:36.297

No answers