{
  "id": "cde567b0-2a7e-599c-922f-1e28afb0c15e",
  "slug": "mining",
  "term": "Mining",
  "aliases": [],
  "category": "Crypto & Digital Assets",
  "category_slug": "crypto-digital-assets",
  "difficulty": "basic",
  "definition": "In the context of cryptocurrency, mining is the computational process by which new transactions are verified, grouped into blocks, and permanently recorded on a proof-of-work blockchain. Miners compete to solve a cryptographic puzzle (finding a nonce that produces a hash below a target value), and the first to succeed earns the block reward — newly minted cryptocurrency plus transaction fees — as compensation for their computational effort.",
  "key_takeaways": [
    "Bitcoin mining uses the SHA-256 proof-of-work algorithm; miners must repeatedly hash block headers until finding a nonce that produces a hash below the current difficulty target.",
    "Mining difficulty adjusts approximately every two weeks (2,016 blocks) to maintain the target block time of 10 minutes as global hash rate fluctuates.",
    "The Bitcoin block reward started at 50 BTC per block and halves approximately every four years (210,000 blocks); as of 2024 the reward is 3.125 BTC, with the next halving expected in 2028.",
    "Mining profitability depends on the BTC price, mining hardware efficiency (measured in joules/TH), electricity cost, and network difficulty — making it highly sensitive to market cycles.",
    "Ethereum transitioned from proof-of-work mining to proof-of-stake validation ('The Merge,' September 2022), eliminating ETH mining entirely."
  ],
  "detailed_explanation": "Cryptocurrency mining is the mechanism by which the Bitcoin network achieves trustless consensus — the ability for a decentralized system of mutually distrusting participants to agree on the state of a shared ledger without requiring a central authority. The proof-of-work consensus mechanism, invented by Satoshi Nakamoto in the Bitcoin whitepaper (2008), solves the Byzantine Generals Problem by making the creation of valid blocks computationally expensive while making the verification of valid blocks trivially cheap.\n\nThe mining process begins when a miner collects pending transactions from the mempool (the pool of unconfirmed transactions broadcast to the network) and assembles them into a candidate block. The miner then repeatedly hashes the block header — which includes a cryptographic hash of the previous block (linking the chain), a Merkle root of all transactions, a timestamp, and a variable 'nonce' value — using the SHA-256 algorithm. The target is to find a hash value with a specified number of leading zeros; the more leading zeros required, the lower the probability of any single hash attempt succeeding, and the greater the total computational work required on average.\n\nMining has evolved from a hobbyist activity performable on consumer CPUs to an industrial-scale operation requiring specialized Application-Specific Integrated Circuits (ASICs) — chips engineered exclusively for SHA-256 hashing at maximum efficiency. Modern mining farms consume hundreds of megawatts of electricity, with operations concentrated in regions offering cheap power: historically China (before the 2021 mining ban), and now the United States (Texas, Kentucky), Iceland, Kazakhstan, and Canada. The environmental impact of Bitcoin mining — an estimated 100–150 TWh of annual energy consumption — has been a major point of criticism and a driver of ESG-related investment restrictions.\n\nFor investors, Bitcoin mining exposure can be accessed directly through owning mining hardware and participating in mining pools, or indirectly through shares of publicly listed mining companies such as Marathon Digital Holdings, Riot Platforms, or CleanSpark. Mining company equities tend to have high operational leverage to Bitcoin prices — as BTC rises, mining profitability and stock prices rise dramatically; as BTC falls, high fixed electricity and capex costs pressure margins severely. The 'halving cycle' — the predictable reduction in block rewards approximately every four years — is a major driver of mining economics and has historically preceded bull markets as reduced supply growth meets sustained or growing demand.",
  "example": "In early 2024, following the fourth Bitcoin halving (reducing rewards from 6.25 BTC to 3.125 BTC per block), a mining farm operating 10,000 Antminer S19 Pro units (each with 100 TH/s hash rate and 3,250W power consumption) faced a dramatically altered economics picture. At $70,000/BTC with electricity at $0.05/kWh, daily revenue per machine was approximately $12.50 (post-halving) versus $25 (pre-halving), while electricity cost per machine was approximately $3.90/day. Gross margin per machine: $8.60/day, requiring the operation to carefully manage the timing of hardware upgrades and energy procurement to remain profitable.",
  "formula": "Mining Profitability = (Block Reward × BTC Price / Network Hashrate × Machine Hashrate) − Electricity Cost",
  "formula_latex": null,
  "interactive_type": "calculator",
  "calculator_id": null,
  "related_terms": [
    "automated-market-maker",
    "bitcoin",
    "blockchain",
    "crypto-derivatives",
    "cryptocurrency",
    "gross-margin",
    "leverage",
    "margin",
    "mev-maximal-extractable-value",
    "nft-non-fungible-token",
    "perpetual-swap",
    "stock"
  ],
  "backlinks": [
    "blockchain",
    "cbdc-central-bank-digital-currency",
    "cross-chain-bridge",
    "cryptocurrency",
    "digital-asset-custody",
    "fix-gold-fix",
    "layer-2-protocol",
    "leverage-ratio",
    "metal-commodities",
    "normalized-earnings",
    "out-of-sample-testing",
    "pairs-trading",
    "path-dependent-option",
    "proof-of-work",
    "royalty-financing",
    "signal-generation",
    "silver",
    "stablecoin",
    "staking",
    "vault-receipt",
    "yield-farming"
  ],
  "cross_references": [
    "bitcoin",
    "blockchain",
    "cryptocurrency",
    "gross-margin",
    "leverage",
    "margin",
    "stock"
  ],
  "tags": [
    "level:basic",
    "cat:crypto-digital-assets"
  ],
  "asset_classes": [
    "crypto"
  ],
  "regulators": [],
  "see_also": [],
  "sources": [],
  "wordcount": 692,
  "checksum": "2d3302c74d9edf2c",
  "version": "2026.05.03",
  "license": "CC-BY-4.0",
  "updated_at": "2026-09-07T02:15:24+00:00",
  "_links": {
    "self": "https://hedgefund.wiki/api/v1/terms/mining",
    "jsonld": "https://hedgefund.wiki/api/v1/terms/mining?format=jsonld",
    "markdown": "https://hedgefund.wiki/api/v1/terms/mining?format=md",
    "graph": "https://hedgefund.wiki/api/v1/graph/mining",
    "category": "https://hedgefund.wiki/api/v1/categories/crypto-digital-assets",
    "schema": "https://hedgefund.wiki/schema/term.schema.json",
    "html": "https://hedgefund.wiki/#/terms/mining"
  }
}