Skip to main content

Proof of Work (PoW)

mining · blockchain · consensus

A consensus mechanism that makes block production require verifiable computational work.

1.general

Proof of Work (PoW) requires block producers to find a block hash below a difficulty target. The search is costly and probabilistic, while verifying the resulting hash is inexpensive.

2.consensus

In Nakamoto-style consensus, nodes select the valid chain with the most accumulated proof of work. Confirmations provide probabilistic finality because replacing deeper history requires producing a competing chain with enough work.

3.security

Security depends on the cost, availability, and distribution of compatible hash power together with node validation and economic incentives. A large attacker can reorganize recent blocks, censor transactions, or double-spend its own payments; proof of work does not authorize arbitrary theft or invalid rule changes.

4.tradeoffs

PoW consumes energy and often favors specialized hardware, cheap power, efficient operations, and well-connected pools. Its objective work history is useful for new-node synchronization, while energy use, hardware concentration, and external environmental costs remain material tradeoffs.

Related terms

All terms and definitions may update as the Cryptionary improves.