Обратно към базата знания
Блокчейн и инфраструктураПоследна актуализация:

Proof of Work

A consensus mechanism where miners compete to solve cryptographic puzzles, expending computational energy to validate transactions and secure the network. Bitcoin's foundational security model.

consensusminingBitcoinsecurityenergy

Proof of Work

Proof of Work (PoW) is a consensus mechanism that requires participants (miners) to expend computational energy solving cryptographic puzzles. The first miner to find a valid solution earns the right to propose the next block and receives a reward in the network's native currency.

How It Works

  1. Transactions are collected into a candidate block
  2. Miners repeatedly hash the block header with different nonce values
  3. The goal is to find a hash below a target difficulty threshold
  4. The first miner to find a valid hash broadcasts the block
  5. Other nodes verify the solution (trivially fast) and accept the block
  6. The miner receives the block reward plus transaction fees

Why It Matters

PoW provides the strongest known security guarantees for a decentralised network. Attacking a PoW chain requires controlling more than 50% of the network's total computational power — an astronomically expensive proposition for mature networks like Bitcoin.

The energy expenditure is not waste — it is the cost of trustless security. Every joule spent mining is a joule that an attacker would need to match and exceed.

Strengths

  • Battle-tested — Bitcoin has operated securely since 2009
  • Sybil resistant — computational cost prevents fake identity attacks
  • Objective finality — the longest chain with the most work is the canonical chain
  • Permissionless — anyone with hardware can participate

Criticisms

  • Energy consumption — Bitcoin's annual energy use rivals that of small countries
  • Centralisation risk — mining tends to concentrate in regions with cheap electricity
  • Hardware arms race — ASICs create barriers to entry for individual miners
  • Throughput limitations — security comes at the cost of transaction speed

Bitcoin's Design Choice

Satoshi Nakamoto chose PoW deliberately. It converts real-world energy into digital scarcity, creating an unforgeable cost that anchors Bitcoin's value proposition. Whether this tradeoff is acceptable depends on one's view of Bitcoin's role in the global financial system.