Overview
A miner is a network participant that uses computational power to solve cryptographic puzzles, validating and packaging new transactions into blocks on a proof-of-work blockchain. Mining secures networks like Bitcoin by making block production costly and therefore difficult to attack. In return, miners receive newly issued coins and transaction fees.
How It Works
Miners compete to find a nonce such that the hash of the block header is below a network-adjusted target. Because hashes are unpredictable, success is proportional to computing power, and the first miner to find a valid solution broadcasts the block to the network. Other nodes quickly verify the solution, and the miner's reward is credited. The difficulty target adjusts periodically so that average block time stays constant as total hash power changes.
Why It Matters
Proof-of-work mining creates a security budget: an attacker would need to control a majority of the network's computing power to rewrite history. Mining also determines how new coins are issued and how energy is consumed, which has made it a central topic in both security and environmental debates. Understanding mining explains Bitcoin's issuance schedule and its settlement guarantees.
Related Concepts
Miners execute the Proof of Work consensus mechanism, producing the Blocks that form the chain. Their economic incentives stand in contrast to Validators in proof-of-stake systems, which secure networks by staking capital instead of burning energy.