2
I understand that a miner has a list of bitcoin transactions since the last time a a block was discovered. The first entry is the reward for who discovered the previous block. As more transactions gets added, they're appended to this list. This part is speculation, but I think there's also a nonce that the miners inject in order to produce a hash output that meets the difficulty.
Where can I find out the specifics about what exactly is hashed? I'm looking to understand the exact bytes and structure.
possible duplicate of What are bitcoin miners really solving?
– Murch – 2015-11-07T11:54:57.640The first entry is not the reward for who discovered the previous block. The first transaction is unique to each miner and causes the block reward of the upcoming block to be spend to the miner that discovers the block. – Murch – 2015-11-07T11:57:09.010