Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions electrum/plugins/coldcard/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Coldcard Hardware Wallet Plugin

## ⚠ Security notice

Coinkite disclosed (July 2026) a firmware build error that reduced generated-seed entropy on **Coldcard Mk3** (firmware 4.0.1–5.0.3) and pre-fix **Mk4/Q**. Seeds generated on-device without extra dice rolls may be brute-forceable. Update to fixed firmware, generate a new seed and move your funds. See the [Coinkite advisory](https://blog.coinkite.com/coldcard-mk3-seed-generation-warning/).

@SomberNight SomberNight Aug 6, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove unicode from your notice

(using unicode dashes vs ascii hyphen-minus)
Can't even be bothered to write a single line of text by hand anymore, huh?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SomberNight @ecdsa updated. Scanning and updating references to ColdCards in multiple repos is way more effective with LLMs. Why would I do that manually if it's slower and more error prone?


## Just the glue please

This code connects the public USB API and Electrum. Leverages all
Expand Down
Loading