Skip to main content

Proof of Work (PoW)

mining
blockchain
consensus

A consensus algorithm where computing power is used to solve complex problems, verify transactions, and create new blocks.

Acronym
PoW
Also known as
PoW
1
general

Proof of Work (PoW) is a consensus algorithm used in blockchain networks to achieve distributed agreement on the state of the ledger. In PoW systems, miners compete to solve complex cryptographic puzzles by performing hash computations. These puzzles are designed to be difficult to solve but easy to verify. The first miner to solve the problem gets to add a new block to the blockchain and is rewarded with newly minted coins and transaction fees, creating an economic incentive to secure the network.

2
technical

Technically, PoW requires miners to find a nonce value that, when combined with the block data and hashed, produces an output that meets specific criteria—typically a hash with a certain number of leading zeros. This requirement is known as the network difficulty and is automatically adjusted to maintain consistent block times despite fluctuations in total network hash power.

3
advantages

PoW provides several key benefits to blockchain networks. It creates a robust security model by making attacks prohibitively expensive, as an attacker would need to control over 51% of the network's total computational power. It also ensures a fair and decentralized distribution of new coins, rewards network participants for securing the blockchain, and provides an objective mechanism for reaching consensus without trusted intermediaries.

4
disadvantages

Despite its advantages, PoW faces significant criticisms. Its energy consumption raises environmental and policy concerns, especially for large networks. Specialized mining hardware can create centralization pressure because efficient operation often depends on scale, supply chains, and low electricity costs. Additionally, many PoW networks have limited transaction throughput compared with some alternative designs.

5
alternatives

Due to these criticisms, alternatives to PoW have been developed. Proof of Stake (PoS) selects validators based on the number of coins they hold and are willing to 'stake' as collateral, dramatically reducing energy consumption. Other alternatives include Delegated Proof of Stake (DPoS), Proof of Authority (PoA), and hybrid models combining multiple consensus mechanisms.

Conceptual links

Related terms

5 linked

Explore connected entries beyond the alphabetical index.

All terms and definitions may update as the Cryptionary improves.