Close Menu
NCIJ Network NCIJ Network
    What's Hot

    Morning Minute: CFTC Will Give Crypto Clarity If Congress Won’t

    August 23, 2026

    Tooth count may predict survival after pancreatic cancer surgery

    August 23, 2026

    Australia news live: Sydney Marathon admits ‘unfortunate error’ as finisher’s medal depicts Munich stadium as highlight of course | Australian politics

    August 23, 2026
    Facebook X (Twitter) Instagram
    Trending
    • Morning Minute: CFTC Will Give Crypto Clarity If Congress Won’t
    • Tooth count may predict survival after pancreatic cancer surgery
    • Australia news live: Sydney Marathon admits ‘unfortunate error’ as finisher’s medal depicts Munich stadium as highlight of course | Australian politics
    • Inherent, founded by DeepMind alumni, says its AI ‘teammate’ just outperformed Anthropic and OpenAI at replicating research
    • The Developer’s Guide to NeMo Guardrails for Enterprise AI Safety
    • Why “Shady AI” is Security’s Next Big Governance Problem
    • Reaching instant 27ms validation on Bitcoin will take 17 GPU years of compute power
    • Queen bees have a disturbing way to survive pesticides
    • About
      • Our Team
      • Editorial Policy
      • Editorial Independence
      • International Support
    • Trust & Standards
      • AI Usage Policy
      • Conflict of Interest Policy
      • Corrections Policy
      • Ethics Policy
      • Fact-Checking Policy
      • Source Protection
    • Get Involved
      • Guide for Sources
      • Support Independent Journalism
    • Legal
      • Cookie Policy
      • Privacy Policy
      • Terms of Use
    Facebook X (Twitter) Instagram
    NCIJ Network NCIJ Network
    Sunday, August 23
    • Home
    • World
    • Ai
    • Business
    • Politics
    • Health
    • Crypto
    • Science
    • Technology
    • Cybersecurity
    • Defense & Security
    • Economy
    • Energy
    • Europe
    • More
      • Fact Check
      • Investigations
      • Opinion & Analysis
      • Environment
    NCIJ Network NCIJ Network
    Home»Crypto & Blockchain

    Reaching instant 27ms validation on Bitcoin will take 17 GPU years of compute power

    NCIJ NETWNCIJ NETWORKBy NCIJ NETWNCIJ NETWORKAugust 23, 2026 Crypto & Blockchain No Comments5 Mins Read
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Hazync’s developer reports that a 1.7 MB standalone verifier checked a 226,434-byte cryptographic receipt covering the first 1,789 blocks of Bitcoin in 27 milliseconds. The Aug. 15 disclosure limits that result to an early stretch of Bitcoin’s history. A complete genesis-to-tip proof campaign remains unfinished.

    Hazync is a research prototype that uses RISC Zero’s zero-knowledge virtual machine, or zkVM, to make Bitcoin validation reusable. The zkVM executes the validation program, and the resulting receipt gives other users a compact file to check. The developer’s design concentrates proof generation among provers and leaves receipt verification to a much larger population.

    Those two jobs have radically different costs. The developer estimates roughly 17 GPU-years for the historical backfill, followed by capacity equivalent to about six Nvidia L40S GPUs to keep pace with new blocks. Cheap receipt checks arrive after provers, auditors and archive operators have supplied the expensive work upstream.

    Hazync Bitcoin proof comparison showing 27-millisecond verification of a 226,434-byte receipt for blocks 1 through 1,789 versus an estimated 17 GPU-years to build a full-chain proof.

    Verification is cheap; proving is expensive

    A conventional new Bitcoin node independently replays the chain. Hazync runs Bitcoin’s rules inside the zkVM, proves that those rules accepted each covered block, and recursively folds block proofs into a single receipt.

    The public Hazync repository describes a guest program built from substantial parts of Bitcoin Core v28’s consensus code and libsecp256k1, compiled for 32-bit RISC-V. Reusing Core’s code reduces the amount of consensus behavior that has to be restated in a separate circuit.

    Related Reading

    Zero-knowledge proofs building on Bitcoin

    The block 741,000 benchmark measures proof-generation cost on recent Bitcoin data. The developer reports that the block contained 670 inputs and required 394 UTXO leaves. Proving it as 16 chunks across two L40S GPUs took about 55 minutes, including 27 minutes for aggregation.

    That measurement informs the developer’s estimate of roughly 17 GPU-years for a genesis-to-tip backfill. The available material supplies representative project benchmarks instead of an audited measurement across every era of Bitcoin history. Hazync’s full-chain performance therefore remains an estimate until the campaign is completed.

    Software changes can also erase completed work. Every Hazync receipt commits to a METHOD_ID, a fingerprint of the compiled guest program. A new guest build receives a new identifier, leaving earlier receipts tied to the previous version.

    The project restarted its genesis board on Aug. 4 after an internal audit forced a new baseline. A later soundness fix could trigger the same reset after far more GPU time has accumulated. The proving budget therefore spans stable code, the historic backfill and continuous capacity for the tip.

    Verification speed is the part visible to the final user. The 17 GPU-year estimate measures the concentrated industrial effort required to produce that experience.

    The Daily Brief

    The signal, before the noise.

    Start your day with the crypto stories moving markets, decoded by CryptoSlate’s editors.

    One email. Everything that matters.

    Free to join. Unsubscribe any time.

    Whoops, looks like there was a problem. Please try again.

    You’re on the list. Your next Daily Brief is on its way.

    Related Reading

    Ethereum wants home validators to verify proofs but a 12 GPU reality raises a new threat

    What the receipt does not replace

    A receipt compresses validity checking. Archive operators still supply transaction availability and retain historic witness and signature bytes. Future guest revisions need those bytes to prove the chain again, so succinct verification preserves a long-term storage role for archive infrastructure.

    Best-chain selection stays with Bitcoin’s most-work rule. Hazync places cumulative work in the receipt’s public output, giving a verifier the value needed to compare competing tips. The receipt establishes rule compliance for its chain segment; the node still chooses which valid chain to follow.

    An archive bridge also retains the power to waste prover resources. The project’s stated composition rules connect every state boundary to the genesis pin, causing forged state to fail when a receipt joins the spine. A hostile bridge can instead serve unusable inputs and consume a worker’s GPU time, turning availability into an economic denial-of-service risk.

    The developer describes a proof composed from genesis as unconditional within Hazync’s software and cryptographic assumptions. A later checkpoint enters the system as an explicit trust input.

    Related Reading

    Open source Zero Knowledge Proofs now available on Bitcoin via BitSNARK

    The guest itself contains an important review boundary as substantial Core consensus code runs inside it, alongside project-maintained slices for the subsidy schedule and script-activation heights. The project says its script-flag schedule is differentially tested as a sound superset of Core’s rules, allowing extra rejection in the direction intended to preserve soundness.

    A C++ portability layer adapts Core for the zkVM, and a non-Core Utreexo accumulator commits changes to Bitcoin’s unspent-transaction-output set. The disclosed assumptions also cover RISC Zero’s proof system, SHA-256 and secp256k1. Hazync identifies the portability shims and accumulator as its highest-priority residual review targets.

    The repository reports two AI-assisted external reviews in August that failed to find a path for the guest to accept an invalid chain. A commissioned professional audit remains outstanding. Public code enables outside scrutiny, and production assurance still rests on adversarial examination of the exact guest and every component inside its proof boundary.

    Hazync splits trustless sync into several jobs with different operators and budgets. Receipt verification can reach milliseconds for a proven range. Proof generation consumes GPU capacity, archive operators retain the underlying data, nodes compare tips, and auditors assess the guest.

    A stable implementation with sufficient compute and outside review could reduce repeated validation across new nodes. At the project’s current stage, the developer-reported 27-millisecond check covers a limited spine, while the 17 GPU-year estimate describes the unfinished path to Bitcoin’s tip.

    27ms Bitcoin compute GPU instant power reaching validation years
    NCIJ NETWNCIJ NETWORK
    • Website

    Keep Reading

    Morning Minute: CFTC Will Give Crypto Clarity If Congress Won’t

    Bitcoin Climbs Higher as $1.2 Billion in Shorts Liquidated

    Everyday crypto users face monthly tax bills on total asset value if covered brokers fail to collect under new Illinois rules

    Grayscale’s Zcash ETF filing proposes a 2.5% fee and a potential 34% DCG stake

    XRP Erases Its Most Bearish Signal—And the Ripple-Linked Coin Is Flying

    Bitcoin ETFs Just Had Their Biggest Day Since May—BlackRock Took 83% of It

    Add A Comment
    Leave A Reply Cancel Reply

    Editors Picks

    Morning Minute: CFTC Will Give Crypto Clarity If Congress Won’t

    August 23, 2026

    Tooth count may predict survival after pancreatic cancer surgery

    August 23, 2026

    Australia news live: Sydney Marathon admits ‘unfortunate error’ as finisher’s medal depicts Munich stadium as highlight of course | Australian politics

    August 23, 2026

    Inherent, founded by DeepMind alumni, says its AI ‘teammate’ just outperformed Anthropic and OpenAI at replicating research

    August 23, 2026
    Latest Posts

    Satirical fake Guardian front page on ‘genetic links’ between eating bacon and far-right activism shared as genuine – Full Fact

    July 28, 2026

    U.S. Foreign Policy Must Prioritize Human Rights

    July 28, 2026

    Madison revisits police body cameras after years of debate

    July 28, 2026

    Subscribe to News

    Get the latest sports news from NewsSite about world, sports and politics.

    NCIJ Network is an independent digital news platform delivering trusted investigative journalism, European and global news, in-depth analysis, and fact-based reporting with accuracy, transparency, and integrity.

    Facebook X (Twitter) Instagram Pinterest YouTube

    Morning Minute: CFTC Will Give Crypto Clarity If Congress Won’t

    August 23, 2026

    Tooth count may predict survival after pancreatic cancer surgery

    August 23, 2026

    Australia news live: Sydney Marathon admits ‘unfortunate error’ as finisher’s medal depicts Munich stadium as highlight of course | Australian politics

    August 23, 2026

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    Type above and press Enter to search. Press Esc to cancel.