In blockchain networks, miners are not digging for physical resources. What they are really doing is helping validate transactions, package data into blocks, and maintain the ledger in exchange for crypto rewards. For public blockchains, the core challenge is getting participants around the world—most of whom do not know each other—to agree on a single version of the record. That is where the consensus mechanism becomes essential.
Why blockchains need consensus
A consensus mechanism is the rule set that allows a distributed network to reach agreement. Without it, each node could keep its own version of records, creating inconsistency and making the system unreliable. In that sense, consensus is a foundational component of blockchain operations, especially in open public chains where anyone can participate.
Mining is really about winning the right to write the ledger
In practice, mining refers to the process of validating transactions and adding new blocks to the chain. Participants who complete this work are usually rewarded, most often in the form of cryptocurrency. The source material notes that block packaging involves cryptographic computation and hashing functions, such as Bitcoin’s SHA256, which link a new block to the previous one.
PoW and PoS: two different approaches
Proof of Work (PoW) was the first widely used consensus model. Bitcoin and Ethereum 1.0 are among the best-known examples associated with it. Under PoW, miners compete to solve a mathematical puzzle, and the first to succeed gains the right to produce the next block. Because this process depends heavily on computing power and electricity, it has long faced criticism over resource consumption. Citing a New York Times report, the article says Bitcoin’s mining power usage in 2021 was nearly seven times Google’s annual global electricity consumption.
Proof of Stake (PoS) emerged as an alternative aimed at reducing the energy burden of PoW. In PoS systems, validators must first lock up a certain amount of tokens. In general, a larger stake increases the chance of being selected to validate the next block. Some networks also use mechanisms such as coin age to reduce the risk of large validators dominating block production over time. If a validator confirms fraudulent activity, the network may penalize them by cutting part of their staked assets.
Where mining rewards come from
Using Bitcoin as the example, miner income mainly comes from two sources: newly issued coins that accompany each new block, and the transaction fees paid by users whose transfers are included in that block. Bitcoin’s block subsidy is designed to halve roughly every four years, while the total supply is capped at 21 million coins and is expected to be fully issued around 2140. As new issuance declines over time, transaction fees are expected to remain an important incentive for maintaining the network.
Overall, consensus mechanisms define how a blockchain agrees on a trustworthy ledger, while mining provides the incentive structure that keeps participants engaged in securing and operating the system. Whether through PoW or PoS, the goal is the same: to keep records credible and the network running. For beginners, understanding the connection between the two is a key step in learning how blockchain works.

