Bitcoin Withdrawals Continue: 8 Years of Storage in a Coldcard Cold Wallet Ended in Zero

cryptonews.ruPublished on 2026-08-02Last updated on 2026-08-02

Abstract

Coldcard Hardware Wallet Hacked: Losses Mount Due to Vulnerable Seed Generation A critical vulnerability in Coldcard hardware wallets has led to a continued wave of fund thefts. According to Galaxy Research, the total stolen has reached 1,367.05 BTC (approx. $88.6 million) from 4,585 addresses, a significant increase from the initial 594.5 BTC reported on July 30, 2026. Most of the stolen funds remain on the attackers' addresses. The issue is not with the current firmware, which Coinkite has updated, but with seed phrases generated on vulnerable devices between March 2021 and the release of fixed firmware versions. Due to a programmer error, devices switched from using a hardware random number generator to the software-based Yasmarang generator, which was initialized with publicly accessible data like the chip's serial number. This made the seed phrases predictable through offline brute-force attacks, meaning wallets remain at risk until funds are moved to a new wallet generated with the patched firmware. Affected devices include Mk2/Mk3 with firmware 4.0.1–4.1.9 (and up to 5.0.3), Mk4/Mk5 up to version 5.6.0, and Q models up to 1.5.0Q. The only exceptions are seeds created with a high-entropy method like at least 50 independent dice rolls or a strong unique BIP-39 passphrase. All other owners must generate a new seed on the fixed firmware and transfer their assets. A case highlighting the human impact involves a 39-year-old long-term investor who lost 2 BTC (approx. $130...

The Coldcard hardware wallet has been compromised — a new wave of fund withdrawals from vulnerable devices is currently being observed. According to Galaxy Research, the total stolen amount reached 1,367.05 $BTC (approximately $88.6 million) from 4,585 addresses — this is significantly higher than the initial 594.5 $BTC reported on July 30, 2026. Most of the stolen funds remain untouched in the attackers' addresses. Galaxy Research confirmed on August 2, 2026, that the draining of vulnerable addresses continues.

The Problem is Not the Firmware, but the Already Created Seed Phrases

The issue is not that the devices are malfunctioning — Coinkite updated the firmware long ago. The problem is that seed phrases generated since March 2021, due to a programmer's error, turned out to be easily guessable, and updating the firmware does not change the phrase itself. As long as the owner does not transfer the funds to a new address with a new seed phrase, the old wallet remains vulnerable — no matter how many firmware versions are installed. That is why Bitcoin continues to be withdrawn even from those who updated their devices long ago.

The reason is that when integrating the libNgU library, the devices stopped using the STM32 hardware random number generator and switched to the Yasmarang software generator, initialized with publicly accessible data — the chip's serial number and timer state. Because of this, seed phrases could be brute-forced offline, without physical access to the device.

The Coinkite developer clarified which seed phrases are at risk:

  • Mk2/Mk3 with firmware 4.0.1–4.1.9 (and up to 5.0.3)

  • Mk4/Mk5 up to version 5.6.0 (Edge — up to 6.6.0X)

  • Q up to version 1.5.0Q (Edge — up to 6.6.0QX)

Exceptions are seed phrases created using at least 50 independent dice rolls or a strong unique BIP-39 passphrase. All other owners of such devices need to generate a new seed phrase on the fixed firmware (4.2.0 and newer for Mk2/Mk3, 5.6.0 and newer for Mk4/Mk5, 1.5.0Q and newer for Q) and transfer all assets to it — until this is done, the funds remain at risk regardless of the installed firmware version.

Eight Years of Hard Work — and Minutes to Lose Everything

The story of a 39-year-old investor serves as a stark reminder of how vulnerable even the most conservative cryptocurrency storage strategies can be. The man lost 2 $BTC (approximately $130,000) in just a few minutes due to the Coldcard hack. He had bought these coins over eight years, earning them through hard physical labor, and had successfully held them even through the deepest market crashes.

The tragedy lies in the fact that the victim acted with maximum caution. He did not risk capital on hype memecoins and did not entrust his savings to centralized exchanges. For him, Bitcoin was not a speculative tool, but a lifeline. The man lived in a country under strict international sanctions amidst devastating hyperinflation of the local currency. He bought cryptocurrency as a hedge against uncontrolled money printing, to protect his family from financial collapse and retire by the age of 50.

After moving his assets to a cold wallet, he believed his years of hard work were completely safe. However, the vulnerability in Coldcard nullified everything: after the instant theft of funds, the man admitted he was completely broken and would leave cryptocurrencies forever, as his dream of early retirement was dead.

This case is particularly notable because the victims of the vulnerability were not careless speculators, but long-term holders whose "buy and hold in a cold wallet" strategy was always considered the epitome of a cautious approach. Now the crypto community hopes that the manufacturer can find a way to recover the funds and return them to users to somehow mitigate this truly sad situation.

AI Opinion

From the perspective of historical data analysis, the Coldcard case is not the first example where a weakness in a random number generator destroys trust in "cold" storage. A similar situation occurred in 2011–2015 when the browser library BitcoinJS generated insufficiently random keys; the platform DefiLlama later estimated the total losses from compromised private keys over ten years at $17 billion.

A technical aspect, obscured by the emotional side of the story: replacing the hardware STM32 generator with the software Yasmarang reduces entropy precisely where the user least expects vulnerability — inside the "closed" device without internet. This detail challenges the common notion that offline storage automatically means cryptographic reliability.

Trending Cryptos

Related Questions

QWhat is the core vulnerability in Coldcard wallets that is currently being exploited, according to the article?

AThe core vulnerability lies in the seed phrases generated by certain models (Mk2/Mk3, Mk4/Mk5, Q) during a specific period. Due to a programming error when integrating the libNgU library, the wallets stopped using the hardware random number generator (STM32) and switched to the software-based Yasmarang generator, which was initialized with publicly accessible data (chip serial number and timer state). This made the seed phrases predictable through offline brute-force attacks.

QHow can a Coldcard user protect their assets if they own a vulnerable device model, and why is simply updating the firmware insufficient?

AUsers must generate a completely new seed phrase on a patched firmware version (4.2.0+ for Mk2/Mk3, 5.6.0+ for Mk4/Mk5, 1.5.0Q+ for Q) and transfer all assets to an address derived from that new seed phrase. Updating the firmware alone is insufficient because the firmware update does not change the already-generated, vulnerable seed phrase. The wallet remains at risk until the funds are moved to a secure new address.

QWhat is the total amount of Bitcoin reportedly stolen so far in this Coldcard exploit wave, as per Galaxy Research data mentioned in the article?

AAccording to Galaxy Research data cited in the article, the total volume of stolen Bitcoin has reached 1,367.05 BTC (approximately $88.6 million) from 4,585 addresses.

QWhat is the tragic backstory of the 39-year-old investor profiled in the article, and how did the Coldcard exploit impact his life plans?

AThe 39-year-old investor lived in a country under harsh international sanctions with hyperinflation. He bought 2 BTC over eight years through hard physical labor, viewing Bitcoin as a lifeline and a way to retire early at age 50 to protect his family. The Coldcard exploit resulted in the theft of his entire savings ($130,000) in minutes. This broke him completely, leading him to leave cryptocurrencies forever as his dream of early retirement was destroyed.

QAccording to the AI Opinion section, what historical precedent is mentioned for vulnerabilities arising from weak random number generation, and what was the estimated financial impact?

AThe AI Opinion section cites a similar historical case from 2011–2015 involving the BitcoinJS browser library, which generated insufficiently random keys. The aggregate losses from compromised private keys over a decade were later estimated by the DefiLlama platform at $17 billion.

Related Reads

Bitcoin Boom in Full Swing: Saylor's Latest Statement Fuels Buying Speculation

MicroStrategy's Executive Chairman Michael Saylor has fueled speculation about a new Bitcoin purchase by posting "Bitcoin Drive engaged" on August 2, accompanied by the company's customary purchase tracker. This aligns with his pattern of hinting at treasury changes ahead of weekly reports. The accompanying report showed MicroStrategy's Bitcoin holdings at 843,775 BTC, with an average cost of $75,653 per coin and an unrealized loss of -$10.58B. A similar signal preceded the company's July 27 announcement, strengthening expectations for a treasury update on Monday. However, MicroStrategy's real-time ledger reflects two recent Bitcoin sales totaling 3,588 BTC, reducing holdings from 847,363 BTC to the current 843,775 BTC. The company stated these sales funded preferred stock dividends and replenished its U.S. dollar reserve. Recent reports indicate the company made no Bitcoin purchases the week ending July 26 while increasing its dollar reserve to approximately $3.75B. The company faces financial headwinds after reporting an $8.33B operating loss for Q2 2026, including an $8.32B unrealized loss on its digital assets. Management may sell up to $1.25B more in Bitcoin to meet cash obligations. The expected Monday update will reveal if the "Bitcoin Drive" signal marks a return to accumulation as MicroStrategy balances its massive Bitcoin stash against growing cash commitments.

cryptonews.ru28m ago

Bitcoin Boom in Full Swing: Saylor's Latest Statement Fuels Buying Speculation

cryptonews.ru28m ago

Trading

Spot

Hot Articles

What is $BITCOIN

DIGITAL GOLD ($BITCOIN): A Comprehensive Analysis Introduction to DIGITAL GOLD ($BITCOIN) DIGITAL GOLD ($BITCOIN) is a blockchain-based project operating on the Solana network, which aims to combine the characteristics of traditional precious metals with the innovation of decentralized technologies. While it shares a name with Bitcoin, often referred to as “digital gold” due to its perception as a store of value, DIGITAL GOLD is a separate token designed to create a unique ecosystem within the Web3 landscape. Its goal is to position itself as a viable alternative digital asset, although specifics regarding its applications and functionalities are still developing. What is DIGITAL GOLD ($BITCOIN)? DIGITAL GOLD ($BITCOIN) is a cryptocurrency token explicitly designed for use on the Solana blockchain. In contrast to Bitcoin, which provides a widely recognized value storage role, this token appears to focus on broader applications and characteristics. Notable aspects include: Blockchain Infrastructure: The token is built on the Solana blockchain, known for its capacity to handle high-speed and low-cost transactions. Supply Dynamics: DIGITAL GOLD has a maximum supply capped at 100 quadrillion tokens (100P $BITCOIN), although details regarding its circulating supply are currently undisclosed. Utility: While precise functionalities are not explicitly outlined, there are indications that the token could be utilized for various applications, potentially involving decentralized applications (dApps) or asset tokenization strategies. Who is the Creator of DIGITAL GOLD ($BITCOIN)? At present, the identity of the creators and development team behind DIGITAL GOLD ($BITCOIN) remains unknown. This situation is typical among many innovative projects within the blockchain space, particularly those aligning with decentralized finance and meme coin phenomena. While such anonymity may foster a community-driven culture, it intensifies concerns about governance and accountability. Who are the Investors of DIGITAL GOLD ($BITCOIN)? The available information indicates that DIGITAL GOLD ($BITCOIN) does not have any known institutional backers or prominent venture capital investments. The project seems to operate on a peer-to-peer model focused on community support and adoption rather than traditional funding routes. Its activity and liquidity are primarily situated on decentralized exchanges (DEXs), such as PumpSwap, rather than established centralized trading platforms, further highlighting its grassroots approach. How DIGITAL GOLD ($BITCOIN) Works The operational mechanics of DIGITAL GOLD ($BITCOIN) can be elaborated on based on its blockchain design and network attributes: Consensus Mechanism: By leveraging Solana’s unique proof-of-history (PoH) combined with a proof-of-stake (PoS) model, the project ensures efficient transaction validation contributing to the network's high performance. Tokenomics: While specific deflationary mechanisms have not been extensively detailed, the vast maximum token supply implies that it may cater to microtransactions or niche use cases that are still to be defined. Interoperability: There exists the potential for integration with Solana’s broader ecosystem, including various decentralized finance (DeFi) platforms. However, the details regarding specific integrations remain unspecified. Timeline of Key Events Here is a timeline that highlights significant milestones concerning DIGITAL GOLD ($BITCOIN): 2023: The initial deployment of the token occurs on the Solana blockchain, marked by its contract address. 2024: DIGITAL GOLD gains visibility as it becomes available for trading on decentralized exchanges like PumpSwap, allowing users to trade it against SOL. 2025: The project witnesses sporadic trading activity and potential interest in community-led engagements, although no noteworthy partnerships or technical advancements have been documented as of yet. Critical Analysis Strengths Scalability: The underlying Solana infrastructure supports high transaction volumes, which could enhance the utility of $BITCOIN in various transaction scenarios. Accessibility: The potential low trading price per token could attract retail investors, facilitating wider participation due to fractional ownership opportunities. Risks Lack of Transparency: The absence of publicly known backers, developers, or an audit process may yield skepticism regarding the project's sustainability and trustworthiness. Market Volatility: The trading activity is heavily reliant on speculative behavior, which can result in significant price volatility and uncertainty for investors. Conclusion DIGITAL GOLD ($BITCOIN) emerges as an intriguing yet ambiguous project within the rapidly evolving Solana ecosystem. While it attempts to leverage the “digital gold” narrative, its departure from Bitcoin's established role as a store of value underscores the need for a clearer differentiation of its intended utility and governance structure. Future acceptance and adoption will likely depend on addressing the current opacity and defining its operational and economic strategies more explicitly. Note: This report encompasses synthesised information available as of October 2023, and developments may have transpired beyond the research period.

1.4k Total ViewsPublished 2025.05.13Updated 2025.05.13

What is $BITCOIN

Discussions

Welcome to the HTX Community. Here, you can stay informed about the latest platform developments and gain access to professional market insights. Users' opinions on the price of BTC (BTC) are presented below.

活动图片