Dispone

Market Prices

Coin Price 24h
BTC Bitcoin
$63,109.3 -0.02%
ETH Ethereum
$1,856.35 -0.89%
SOL Solana
$73.13 +0.19%
BNB BNB Chain
$583.3 +0.67%
XRP XRP Ledger
$1.08 +1.55%
DOGE Dogecoin
$0.0703 +0.27%
ADA Cardano
$0.1893 +8.98%
AVAX Avalanche
$6.59 +3.57%
DOT Polkadot
$0.7977 +3.60%
LINK Chainlink
$8.28 +2.15%

Fear & Greed

27

Fear

Market Sentiment

Event Calendar

{{年份}}
10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

18
03
unlock Sui Token Unlock

Team and early investor shares released

12
05
halving BCH Halving

Block reward halving event

30
04
upgrade Celestia Mainnet Upgrade

Improves data availability sampling efficiency

08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

22
03
unlock Optimism Unlock

Circulating supply increases by about 2%

28
03
unlock Arbitrum Token Unlock

92 million ARB released

Altseason Index

44

Bitcoin Season

BTC Dominance Altseason

Gas Tracker

Ethereum 28 Gwei
BNB Chain 3 Gwei
Polygon 42 Gwei
Arbitrum 0.5 Gwei
Optimism 0.3 Gwei

Market Cap

All →
1
Bitcoin
BTC
$63,109.3
1
Ethereum
ETH
$1,856.35
1
Solana
SOL
$73.13
1
BNB Chain
BNB
$583.3
1
XRP Ledger
XRP
$1.08
1
Dogecoin
DOGE
$0.0703
1
Cardano
ADA
$0.1893
1
Avalanche
AVAX
$6.59
1
Polkadot
DOT
$0.7977
1
Chainlink
LINK
$8.28

🐋 Whale Tracker

🔵
0x68bb...f17d
5m ago
Stake
3,192 ETH
🔴
0xa599...6965
6h ago
Out
22,055 SOL
🔴
0x6095...7113
6h ago
Out
8,047 SOL

💡 Smart Money

0xffef...59ab
Arbitrage Bot
+$0.8M
81%
0xe71a...658b
Arbitrage Bot
-$2.3M
76%
0x95b0...0350
Arbitrage Bot
+$1.5M
87%

🧮 Tools

All →
Investment Research

Coldcard's $70M RNG Collapse: When the 'Unhackable' Wallet Trusted a Serial Number

RayFox

July 30, 2026. Forty-one minutes. 1,196 wallets. $70 million gone. The attack didn't breach a vault, exploit a cross-chain bridge, or phish a signature. It was dumber than that — and far more damning. The attacker simply guessed the private keys. Not one wallet by chance, but a systematic sweep across Bitcoin's public ledger, draining every address whose seed had been born weak. The root cause: a March 2021 regression inside Coldcard's firmware that silently swapped its cryptographic random number generator for a fallback mechanism using the device's serial number and the current clock. Total vulnerable seed space: roughly four billion combinations. That is about 2^32. Against the BIP39 standard — 128 to 256 bits of entropy — this is the difference between a strong password and a Post-it note. Coldcard, the Bitcoin maximalist's "unhackable" hardware wallet, had spent four years minting keys that any laptop could enumerate in an afternoon.

Coldcard is Coinkite's flagship, the hardware wallet that built its brand inside the hardest of hardcore self-custody circles. Fully offline. Fully open source. No Bluetooth, no marginal USB stack, no corporate cloud dependency. Coinkite positioned the device as the choice for users who believe self-custody is not a strategy but a principle. That positioning made the firm a target for adversarial researchers and, as it turns out, adversarial scanners. The core promise: your private keys never leave the silicon, and your seed is generated on-device from a genuine hardware entropy source. Transactions get signed in cold storage, disconnected from the internet and from anyone who might want to reach inside. It is a trust model that has converted legions of bitcoiners into brand evangelists. But the trust model rests on one unstated assumption — the random number generator is genuinely unpredictable. If that assumption fractures, all the offline ceremony becomes cosmetic. In March 2021, an encoding error redirected the key-generation routine to a weak fallback path. The backup scheme drew its "randomness" from predictable device metadata: serial number plus clock value. No automated test flagged the diversion. No audit caught it before release. For four years, the hardware shipped and users generated seeds that were never as private as the marketing promised. It took a mid-2026 on-chain sweep to expose the entire chain of events. And perhaps that timing is the scariest part: 2026 is already being called a record-breaking year for crypto thefts, and the market has grown numb to headline-grabbing hacks. But this one is not a routine exploit. The attack required no physical device compromise, no malware injection, no social engineering, no intercepted firmware update. The operator pre-computed every possible weak seed, derived the corresponding addresses, cross-referenced Bitcoin's public UTXO set, and automated the removal of anything that had a balance. Speed reveals what stillness conceals: four years of silent cryptographic decay, compressed into a 41-minute extraction.

Coldcard's $70M RNG Collapse: When the 'Unhackable' Wallet Trusted a Serial Number

Let's be precise about the math, because the headline numbers will distort the real lesson. Falling from 2^128 bits of entropy to 2^32 is not a fractional weakening. It is a structural collapse — the equivalent of locking a vault door and then publishing the combination in the same press release. A standard computer can iterate through four billion candidate seeds in hours, not years. And since Bitcoin's ledger is public by design, the attacker never had to guess which wallets existed. They only had to generate an address for each candidate seed, look up the UTXO balances, and filter for anything nonzero. This is address sweeping at industrial scale. Early damage reports put the loss near $38 million. Galaxy Research and Block Research reconstructed the attack on-chain and corrected the figure to roughly $70 million — nearly double — spread across 1,196 wallets. The execution took 41 minutes, but it was not a continuous, panicked stream. Investigators identified three consecutive blocks with zero sweep activity, a signature of deliberate rate-limiting. The operator paced the broadcasts, likely to avoid triggering exchange monitoring or on-chain surveillance systems that flag sudden cascades from unknown addresses. This was not a thief in a hurry. It was a batch job administered by someone who intended to stay under the radar. Block's engineering team narrowed the compromised seed space to the now-famous four billion combinations, consistent with the serial-number-and-clock fallback hypothesis. They also traced the attacker's querying through a paid account at a prominent blockchain data service. The investigation has been handed to authorities.

This is the moment where I'm supposed to express shock that a security-focused vendor shipped this. Based on my own audit experience, I'm not shocked. In 2023, I reviewed open-source code around MEV-Boost relay logic and identified a race condition in the block-building path that could enable sandwich attacks during high-volatility windows. The flaw survived in production, invisible to every feature test, until someone specifically probed for adversarial timing. Coldcard's 2021 regression has precisely the same fingerprint. The RNG did not fail loudly; it silently redirected key generation through a predictable path. That is the class of bug that standard firmware-testing procedures routinely miss, because feature testing verifies what software is supposed to do. It rarely interrogates what software must be forbidden from doing when a critical subsystem degrades. The same misdiagnosis pattern played out during the Terra collapse. Most observers blamed governance failures; the technical truth hid in oracle latency between exchanges and the chain. The noise framed the right narrative, but the actual failure got misread. That's happening here. The convenient conclusion is "Coldcard is defective." The more accurate conclusion is that single-source entropy architecture is the vulnerability, and Coldcard just happens to be the first vendor publicly caught bleeding.

Coinkite's response was fast by the standards of security incidents — a patched firmware arrived after disclosure, and new seed generation now avoids the weak fallback. But the patch cannot heal the injury already done. Seeds generated under the compromised scheme remain compromised, permanently. There is no home-based tool to confirm whether your existing seed sits inside the vulnerable range. The only rational move for affected users is to generate a fresh seed on updated hardware and migrate all assets before the scanner returns. That burden — the stress of migration, the fear of silent exposure — will ripple through the community long after the funds are forgotten. The deeper architectural consequence is the one engineers rarely say aloud: the security model pinned the entire trust anchor on a single RNG source. When that source silently degraded, the "keys never leave the device" guarantee evaporated without a single byte leaving the device. The hardware kept its promise. The system that produced its keys did not. Decoding the invisible edge in the block — entropy is the real cold storage. The device was just the envelope.

The comfortable narrative blames Coinkite, calls the product broken, and moves on. That is the wrong frame, and it is the most dangerous one available. Every hardware wallet with a single-source random number generator carries this class of risk. Ledger, Trezor, and the clones are not immune; they just haven't been caught yet. This attack required zero physical access, meaning the entire cold-storage narrative was always contingent on firmware correctness — a condition none of the vendors can provably guarantee to anyone outside their own engineering teams. Here's the angle the mainstream coverage keeps missing: the BIP39 passphrase. A strong passphrase layered on top of the seed would have neutralized this entire attack class. Even with a brute-forced seed, an attacker still faces a separate passphrase unknown, an additional barrier that turns a trivial enumeration into a dead end. And yet the broader ecosystem treats passphrases as an advanced afterthought, with mobile clients especially lacking meaningful support. That is the systemic gap worth losing sleep over. We're litigating RNG quality while the tooling landscape neglects the one mitigation layer that could have saved most of the $70 million. And if the panic pushes users back toward custodial exchanges, they will have traded an entropy failure for a counterparty failure — one that history has shown breaks far more often. The architecture of belief says a $150 offline device is absolute safety. The code of fact says your safety was a serial number and a clock. When the peg breaks, the truth arrives, and this time it lands exactly where CZ pointed during his public warning: nothing is 100%. The real question is not which hardware brand to trust. It's whether self-custody's next chapter belongs to multisig, to MPC, or to a defense-in-depth stack that assumes every component will eventually fail.

Coldcard's $70M RNG Collapse: When the 'Unhackable' Wallet Trusted a Serial Number

Now for the watchlist. Track the four known addresses still holding stolen Bitcoin — if any of them move toward an exchange, expect a brief price flinch and another round of panic headlines. Watch Coinkite's next disclosure: the initial announcement skimmed over Mk2 and other older models, and the omission is already undermining trust recovery. Most importantly, watch for similar disclosures from other hardware vendors. A single comparable RNG finding inside the next twelve months permanently ends the "hardware wallet equals absolute security" narrative. The beneficiaries will not be the exchanges. They will be MPC wallets, multisig architectures, and any design that refuses to trust one point of randomness. Until then, treat your seed as exposed. Tracing the alpha trail through the noise: the lesson is not to buy a different wallet. It's to assume the wallet is already compromised and build from there. The market will forget the $70 million. The architecture won't. Chaos is just data waiting to be organized.