Are transactions in a block decided by mining pool operator?

2

My assumptions:

Most pools have an operator. All individual miners part of the pool work on block with address of the coinbase transaction owned by pool operator. pool operator gets all the bitcoins and distributes periodically to individual miners based on the proportion of the work done.

My question:

It appears to be me that technically each individual miner can choose the list of transactions except for coinbase transaction. Is this correct? or do pool operators dictate the full block contents? If either way is possible, what usually happens in practice?

balki

Posted 2015-03-30T05:01:35.753

Reputation: 265

Answers

3

technically each individual miner can choose the list of transactions except for coinbase transaction. Is this correct?

Technically it is possible. In fact no one do it. Pool operator assembles a list of transactions and miners only calculate sha-hashes. They do not know block contents.

or do pool operators dictate the full block contents?

Yes

amaclin

Posted 2015-03-30T05:01:35.753

Reputation: 5 763

Are individual miners at least allowed to assemble transactions themselves? I understand that they do it as they don't have any incentive to do.balki 2015-03-30T16:00:10.313

What do you mean by "Individual miner"? There are "solo miners" who control everything. And there are "pool miners" who only calc sha256()amaclin 2015-03-30T19:31:18.817

I meant pool miner. I understand no one does it but are they allowed to choose the transactions but still be part of a pool?balki 2015-04-03T22:50:59.800