What miners do
Miners listen for pending transactions, bundle valid ones into a candidate block, and try to add that block to the chain. A valid transaction must follow the network rules: the sender must have the funds, the signature must be correct, and the same coins cannot be spent twice.
Every full node can check the miner's work. If the block breaks the rules, nodes reject it. This is important: miners propose blocks, but nodes enforce the rules.
Proof of work makes cheating expensive
In Bitcoin, miners compete to find a number that makes the block's hash fall below a target. There is no shortcut. The only practical method is trying many guesses very quickly. That repeated guessing is proof of work.
Because the work costs electricity and hardware, rewriting history would be expensive. An attacker would need to redo the work for old blocks and catch up with the honest network. On a large network like Bitcoin, that is the security model.
Why miners do it
Mining is a business. The winning miner receives newly issued coins plus transaction fees. Bitcoin's block subsidy halves roughly every four years. After the April 2024 halving, the subsidy became 3.125 BTC per block.
Over time, new issuance declines and transaction fees become more important. That is part of Bitcoin's long-term design, but it also raises debates about future security budgets.
Why mining uses energy
Proof of work deliberately turns energy into security. Supporters argue that this makes Bitcoin neutral and hard to capture. Critics argue the energy cost is too high. Both sides are talking about the same fact: Bitcoin security is tied to real-world cost.
Not all crypto uses mining. Ethereum moved to proof-of-stake in 2022. Many newer networks also use proof-of-stake or other consensus models. Mining is still central to Bitcoin and some other proof-of-work chains.
FAQ
Can I mine Bitcoin on a normal laptop?
Not profitably. Bitcoin mining is dominated by specialized ASIC machines and large operations with cheap electricity. A laptop cannot compete with that hash power.
Does mining create every cryptocurrency?
No. Some coins are mined, but many networks use proof-of-stake, pre-mined supplies, token contracts, or other issuance methods.
Is mining the same as staking?
No. Mining uses computational work and energy. Staking uses locked coins and validator rules. Both can help secure networks, but the mechanics and risks are different.