Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: Nefario on August 10, 2011, 11:37:13 AM



Title: Miner charging transaction fee and then rejecting transaction
Post by: Nefario on August 10, 2011, 11:37:13 AM
Is it possible for a miner (say for example, I had a single connection to one miner) to accept a transaction fee for processing my transaction and then at the same time reject my transaction or not process it at all?


Title: Re: Miner charging transaction fee and then rejecting transaction
Post by: samr7 on August 10, 2011, 12:26:22 PM
Is it possible for a miner (say for example, I had a single connection to one miner) to accept a transaction fee for processing my transaction and then at the same time reject my transaction or not process it at all?

Not possible.  Transactions are all-or-nothing.  For transactions that include fees, the inputs are larger than the outputs, and the discrepancy becomes an input to the coinbase transaction and goes to the miner.  Miner includes transaction in block, miner gets fee.  No transaction, no fee.


Title: Re: Miner charging transaction fee and then rejecting transaction
Post by: Nefario on August 10, 2011, 01:01:27 PM
Thanks.