What is Proof of Work (PoW)?

Networks

Proof of Work is a mechanism based on verifiably demonstrating that a participant has performed computational work.

Koin Bülteni · Updated:

On this page
  1. How Proof of Work Works
  2. A Simple Example
  3. What Is the Purpose of Energy Expenditure?
  4. Source

How Proof of Work Works

Proof of Work, abbreviated as PoW, is a method based on proving that a specific amount of computational work has been performed to produce a block. In Bitcoin, miners repeatedly calculate a candidate block header with different values. The goal is to find a hash—a digital summary—that falls below a target set by the network.

Since there is no easy way to predict the outcome, a vast number of attempts are required. Once a miner finds a suitable result, they broadcast the block to the network. Other nodes can then quickly verify this result and the transactions within the block. The work performed by the miner does not grant them the right to force the acceptance of an invalid transaction.

A Simple Example

Imagine a lottery where every ticket has the same probability of winning. Owning more tickets increases the chance of winning but does not guarantee that a specific ticket will win. Similarly, in mining, more computational power increases the probability of finding a valid result. In return, costs for hardware, electricity, and operations are incurred. Real mining is not actually a lottery system; this analogy simply illustrates the relationship of probability.

What Is the Purpose of Energy Expenditure?

PoW makes attempting to rewrite history costly. An attacker would need to enter a computational race with the honest network to change the relevant history. Bitcoin relies on the total accumulated work among alternative valid chains; simply counting the number of blocks is not enough.

The security of PoW is not limitless. The concentration of computational power, energy costs, and access to hardware are significant considerations. Even on a network with high hash power, a user can still send money to the wrong address or lose their exchange account. The record-keeping security of the network does not replace the need for personal wallet and platform security. These distinct risks should be separated when comparing PoW with PoS.

Source