|
December 07, 2013, 06:48:53 PM |
|
No, everybody is working on the next block in the chain. Each block contains the hash of the previous block in the chain, so the miner who completes the hash of the next block wins and this block then becomes the current block. This process then repeats using the hash of the current block as part of the next block in the chain.
If two miners complete a block at the same time, the peer nodes will select the block with the longest block chain. The losing block then becomes an orphan block and is discarded. So, if you eventually solve block 1300 based on block 1299 and the network has already solved block 1304 (based on 1299 -> 1300 -> 1301 -> 1302 ->1303), your block will be discarded and you will not receive anything.
|