Ecosystem Guides
Cypher Lexicon
Cypher Lexicon
  • ๐Ÿ‘‹Introduction
    • ๐Ÿ’œWelcome
    • ๐Ÿ”Overview
    • ๐ŸŒ„Abstract
    • ๐Ÿ“’Table of Contents
    • ๐Ÿ—„๏ธGlossary
  • 1๏ธโƒฃBeginner
    • ๐Ÿ”Overview
    • ๐Ÿ—ƒ๏ธLessons
      • ๐ŸงฐTechnology
      • ๐Ÿ•ธ๏ธThe Web
        • Overview
        • History
        • Uses
        • Web1
        • Web2
        • Web3
      • ๐Ÿ”Cryptography
        • Overview
        • History
        • Uses
        • Cypherpunks
      • ๐Ÿ“กDistributed Ledgers
        • Overview
        • Uses
        • Private Chain
        • Cryptocurrency
        • PoW Chains
        • PoS Chains
        • Public Chain
      • ๐Ÿ“ŠEconomics
        • TradFi
          • Modern Monetary Theory
            • Centralized Exchange
        • DeFi
          • Decentralized Exchange
          • Automated Market Makers
    • ๐Ÿ“œSummary
  • 2๏ธโƒฃIntermediate
    • ๐Ÿ”Overview
    • ๐Ÿง‘โ€๐ŸซTutorials and Guides
      • ๐ŸงญNavigating
      • ๐ŸงฑBuilding
      • ๐Ÿ›ก๏ธProtecting
      • ๐ŸŸ Bitcoin
        • Overview
        • Details
        • Resources
      • ๐Ÿ”ทEthereum
        • History
        • Details
        • Solidity
        • Lessons
          • Addresses
          • Smart Contracts
        • Resources
          • Courses
            • CryptoZombies
            • Ethernaut
      • ๐Ÿ”ดOptimism
        • Details
        • Optimistic Rollups
        • Resources
      • ๐ŸŒŒUniverse
        • NFT Protocol
        • Resources
      • ๐ŸฐGuild.xyz
      • ๐Ÿ“‘Methods
        • Coming Soon!
        • Proof of Work
    • ๐Ÿ“œSummary
  • 3๏ธโƒฃAdvanced
    • ๐Ÿ”Overview
    • ๐Ÿ›ค๏ธFinal Track
      • ๐ŸงฎNakanomics
        • Cryptonomics
        • Automated Supply and Demand
        • Governance
      • โ›“๏ธOn Chain Entities
        • dApps
          • Creating dApps
        • DAOs
        • Courses
    • ๐Ÿ“œSummary
  • ๐ŸนApprentice Track
    • ๐Ÿ”Overview
    • ๐Ÿ”ฑThe Three Ways
      • ๐Ÿ”ฎThird Gen Philosopher
      • ๐Ÿ•ต๏ธChain Sleuth
      • ๐ŸฅทShadowy Super Coder
    • ๐Ÿ“œSummary
  • ๐Ÿ‘‘Master Track
    • ๐Ÿ”Overview
    • โš“The Last Voyage
      • ๐ŸฒSlay the Dragon
      • โš”๏ธHouse of Contributions
    • ๐Ÿ“œSummary
  • ๐ŸŒWebsite
  • ๐Ÿ›๏ธCommunity Center
Powered by GitBook
On this page
  1. Beginner
  2. Lessons
  3. Distributed Ledgers

PoW Chains

PreviousCryptocurrencyNextPoS Chains

Last updated 2 years ago

Proof of Work (PoW) chains use a competitive validation method to confirm transactions and add new blocks to the blockchain. The validation method involves difficult math problem to verify digital transactions.

This problem is called a client puzzle. , first proposed in 1997 by . Hashcash paved the way for blockchains utilizing a proof-of-work function.

In order to create a new hash, a miner must solve the puzzle. The first miner to hit the lowest target nonce 'solves' the problem. This miner creates the new block by hashing together the most recent block with the newest oneโ€” the miner who solves the block receives a reward in the form of newly 'minted' coins.

Proof-of-work is the mechanism that allows a blockchain to reach consensus. Consensus allows a blockchain to keep track of things like account balances and transaction order. This prevents coins from getting 'double spent' and ensures that a proof-of-work chain is incredibly difficult to attack or manipulate.

To attack a PoW chain, attackers need to control 51% or more of the network power. This allows miners to collude with greater power than the remainder. (49%)

The 'attackers' force a change by adjusting the chain. The other miners can fight back which will result in a hardfork of the chain.

A hardfork occurs when the consensus is violated

Two groups of miners want to continue the history of their 'version' by enforcing the new consensus. A different consensus may occur when heavily contested code changes or software updates fundamentally change the functionality of the chain.

1๏ธโƒฃ
๐Ÿ—ƒ๏ธ
๐Ÿ“ก
Hashcash
Adam Back