Bitcoin Mining
We'll cover the following...
Mining
In Bitcoin implementation there is an extra field added in each block, called nonce
.
Mining peers continuously receive new transactions submitted on the chain. In order for a transaction to be confirmed, it should be put in a block, that needs to be created.
Simply adding transactions to a block is simple - you get the hash or ...