Register and share your invite link to earn from video plays and referrals.

Bitcoin News
@BitcoinNewsCom
Daily News on Bitcoin • Read Our Latest Article 📖 • Live on X and YouTube every Wednesday @ 11 EST
718 Following    262.6K Followers
@DavidBranscum This isn’t LinkedIn - you aren’t allowed to use the tragedies of others to pitch your B2BSaaS
NUNCHUK ON COLDCARD VULNERABILITY Some Nunchuk platform keys were generated with a Coldcard Mk4, but the company says those keys are never used directly. Instead, it derives separate keys through custom logic, making them less susceptible to lookup-table attacks based on compromised Coldcard seeds. Nunchuk adds that, given enough time, it assumes attackers could eventually include those derived keys as well.
Show more
Big shout out to @w_s_bitcoin for a marathon 24+ hours on Spaces, providing guidance and explanations to those affected by the ColdCard exploit and the wider Bitcoin community.
Valuable discussion on the COLDCARD exploit, practical next steps for safety and the future of self custody. Featuring @zherbert, @MTanguma and @NovaSapienBTC
EMERGENCY: Your COLDCARD Seed May Be Broken. What To Do
NEW: Hyperscale Data sells 100 Bitcoin and establishes a Bitcoin-backed credit facility to fund AI infrastructure.
CHAINALYSIS: ATTACKER TARGETED LARGEST COLDCARD WALLETS FIRST, BLOCK SAYS INVESTIGATION TRACED SWEEPER’S WORKFLOW Chainalysis says analysis of the $38M+ Coldcard exploit shows the attacker deliberately targeted the highest-value wallets first, including one holding $1.8 million, suggesting victims were profiled before the sweep began. Roughly $30 million was stolen within the first 10 minutes before about 500 wallets were drained over 25 minutes. Block’s Clay Garrett said investigators also confirmed the attacker used a paid account with a well-known blockchain services provider to query victim addresses during the operation. The provider’s internal logs matched the timing and sequence of requests, but Block said it found no evidence the company knowingly assisted the theft. Relevant information has been shared with authorities.
Show more
1/ During our investigation of the Coldcard drain yesterday, we identified an unusual pattern in the sweeps. That pattern led us to a hypothesis that has since been confirmed: the operator used a paid account at a well-known blockchain-services provider to query the source addresses and perform other related activity during the sweeps.
Show more
NEW: U.S. spot Bitcoin ETFs records $233.1M in inflows
NEW: Zhibao Technology secures $155M Bitcoin-funded private placement, selling 442M units to non-US investors, backed entirely by 2,380 Bitcoin.
NEW: The Bank of England cuts its annual gilt-selling target from £100 billion to £70 billion.
EMERGENCY: Your COLDCARD Seed May Be Broken. What To Do
Stay calm and carry on. But take action appropriately.
More than 10,000 BTC flowed into exchanges in the past 33 hours 😬😬
August Is historically the worst month for Bitcoin.
ColdCard releases firmware update for vulnerable hardware devices 👇
🚨 COLDCARD SECURITY UPDATE [Jul 31, 9:40 EDT] Mk3 4.2.0 is now available. Affected seeds without ≥50 fair, independent, private dice rolls: 👉 Mk3 4.0.1–4.1.9 👉 Mk4/Mk5 <5.6.0 👉 Q <1.5.0Q Update first. Generate a new seed. Migrate carefully.
Show more
NEW: The U.S. Treasury sanctions two Iranian firms behind the Bitcoin-based maritime insurance, claiming the scheme funnelled the proceeds to the Islamic Revolutionary Guard Corps.
Show more
Great video by @ColeTU on the current ColdCard situation. If you hold ANY ColdCard device, there are steps you NEED to take to ensure your Bitcoin is safe.
COLDCARD EXPLAINS HOW THE SEED GENERATION BUG HAPPENED Coinkite says the issue was not with Bitcoin’s cryptography itself, but with how COLDCARD generated wallet seeds. During the March 2021 libNgU migration, the wallet accidentally used a weaker software random number generator instead of the device’s dedicated hardware random number generator when creating new seed phrases. That reduced the amount of randomness protecting some wallets, making certain seeds far easier to guess than intended. The bug affected seed generation beginning in March 2021. Mk3 devices were the most exposed. Mk4, Q, and Mk5 mixed in additional hardware-generated randomness, providing significantly stronger protection, though they still relied on the same software component afterward. Coinkite says the mistake happened because two pieces of software used the same function name, allowing the wrong one to be selected during the build process without triggering an error. The company has now changed the build process so this cannot happen again.
Show more
The first post was the advisory and what users should do. This second post has the technical details: what actually went wrong, why our reviews missed it, the impact across Mk3/Mk4/Q/Mk5, and what we changed. ( current evaluating Mk3 firmware release )
Show more
BLOCK WARNS COLDCARD VULNERABILITY MAY HAVE ENABLED ONGOING WALLET DRAINS Block says it began investigating reports of non-Bitkey wallets being remotely drained and identified two vulnerabilities affecting Coldcard Mk2, Mk3, Mk4, Q, and Mk5 devices at varying levels. According to Block, vulnerable firmware generated wallet seeds with far less randomness than intended, potentially making some wallets predictable to attackers. The company warns the attack is likely ongoing and says simply importing an affected seed into a different wallet does not eliminate the risk, as the seed itself remains compromised. Block says no Bitkey or other Block products are affected and that it disclosed its findings to Coinkite before publishing its report.
Show more
1/ Earlier today, our Bitcoin engineering and security teams at Block began investigating reports of non-Bitkey wallets being drained. To proactively protect our customers, we began investigating immediately. Here’s what we found 🧵
Show more
FOUNDATION DEVICES CEO LINKS COLDCARD ENTROPY BUG TO 2021 FIRMWARE REWRITE Foundation Devices CEO Zach Herbert says the Coldcard entropy bug appears to have been introduced during a sweeping March 2021 firmware rewrite that replaced the wallet’s remaining GPL code with new cryptographic libraries. Herbert outlines a timeline showing Foundation announced Passport in July 2020 using Coldcard’s then-GPL firmware, after which Coinkite moved to a source-available license and launched a major code overhaul. He stresses the rewrite also pursued technical improvements, including adopting Bitcoin Core’s libsecp256k1, faster cryptographic implementations, and reproducible builds. Herbert says there is no evidence licensing alone caused the bug, but notes the vulnerability was introduced in the same 120-file commit that removed the remaining GPL code dependencies.
Show more
Regarding the Coldcard entropy bug – many folks are explaining what happened but I wanted to take a minute to explain why it may have happened. It's a disastrous situation and our heart goes out to all the Bitcoiners affected. Here's a timeline of events: On July 28 2020: @FoundationHQ announced our first Passport hardware wallet and noted that we were building on Coldcard firmware which at the time was GPLv3 licensed (FOSS license). On July 30 2020: NVK publicly said he regretted choosing GPL because Coldcard now had a “clone” and that they would change things in future updates. On November 18 2020: Coldcard added its MIT + Commons Clause license, prohibiting commercial products substantially derived from the software. On January 8, 2021: Coldcard firmware 3.2.1 formally announced, “License changed from GPL to MIT+CC on files for which the GPL doesn’t apply.” CC is the "Commons Clause" license addendum which is "source available" instead of FOSS. On March 1, 2021: The “First pass w/ libNgU” commit removed the GPL @Trezor-derived crypto libraries and replaced them with libNgU. That same 120-file commit changed seed generation code. libNgU was licensed with a novel “Licensed for Bitcoin Only” license. On March 17, 2021: Version 4.0.0 announced that all crypto and BIP39 code had been replaced and that the “last remaining GPL code” was removed. Our best understanding right now is that the entropy bug was collateral damage from this major overhaul of the codebase. To be clear, this overhaul was not solely about licensing. Coldcard also cited technical goals including adopting Bitcoin Core’s libsecp256k1, faster AES and SHA implementations, and reproducible builds. But the timeline establishes two things: (1) Foundation’s launch was the obvious impetus for Coldcard’s licensing change, and (2) removing the remaining GPL code was an explicit goal of the subsequent v4 rewrite. We don't know by how much the licensing pressure affected the scope or timeline of the rewrite. All we can determine is that the entropy bug was introduced inside the same 120-file commit that removed the old GPL code dependencies.
Show more
COINKITE WARNS COLDCARD MK3 USERS OF POTENTIAL FUND RISK Coinkite is urging anyone who generated a seed on a COLDCARD Mk3 running firmware version 4.0.1 (released March 2021) or later to treat their funds as potentially at risk. The company says the vulnerability affects all Mk3 firmware through version 5.0.3, the final release for the device. Based on its initial analysis, Coinkite says Mk4, Q, and Mk5 devices are not affected. Users who protected their Mk3 wallet with a BIP-39 passphrase face minimal risk, according to the company. Coinkite recommends migrating funds to a newly generated seed on an unaffected device, or, if necessary, using a strong BIP-39 passphrase or a dice-only seed as an interim measure. The company says its investigation is ongoing and a full technical review will follow.
Show more
Many are speculating that the reason for the BitMEX shutdown is to unlock its roughly $270 million Insurance Fund. The Insurance Fund isn’t customer-owned. It’s controlled by BitMEX and exists to absorb liquidation losses and prevent auto-deleveraging (ADL). Once all positions are settled, customers are paid, and no liabilities remain, any surplus would generally belong to BitMEX’s parent company unless otherwise required by its terms or law. If no buyer was willing to pay a premium for the fund in an acquisition, winding down the exchange could be one way to ultimately realize that value. It’s a plausible theory, though BitMEX has not said this is the reason for the closure.
Show more