{"id":558962,"date":"2026-08-30T10:30:10","date_gmt":"2026-08-30T09:30:10","guid":{"rendered":"https:\/\/cryptoslate.com\/?p=558962"},"modified":"2026-08-30T09:41:59","modified_gmt":"2026-08-30T08:41:59","slug":"popular-bitcoin-wallets-risk-losing-support-for-new-hardware-devices-as-critical-security-bridge-stops-accepting-new-devices","status":"publish","type":"post","link":"https:\/\/cryptoslate.com\/popular-bitcoin-wallets-risk-losing-support-for-new-hardware-devices-as-critical-security-bridge-stops-accepting-new-devices\/","title":{"rendered":"Popular Bitcoin wallets risk losing support for new hardware devices as critical security bridge stops accepting new devices"},"content":{"rendered":"<p>Bitcoin HWI, a widely used interface for connecting wallet software to hardware signing devices, is moving toward retirement, while the Rust project its maintainer cited as a promising successor has not yet demonstrated a production handoff.<\/p>\n<p>The maintainer of Bitcoin Core\u2019s <a href=\"https:\/\/github.com\/bitcoin-core\/HWI\/issues\/850\">Hardware Wallet Interface<\/a>, or HWI, said on Aug. 18 that the project had effectively been in maintenance mode for years and had largely been a solo effort. HWI will no longer accept new devices or features beyond work needed for MuSig2. Once that work is complete, the maintainer expects to make a release that will likely be the project\u2019s last, then keep HWI in minimal maintenance until a suitable drop-in replacement is ready.<\/p>\n<p>HWI is the bridge that wallet software can use to discover a hardware device, retrieve public keys, display a receive address and send a partially signed Bitcoin transaction to devices such as Ledger, Trezor, Coldcard, BitBox or Jade for approval and signing. The successor candidate named in the notice, BHWI, aims to preserve HWI-style command output with a Rust implementation.<\/p>\n<p>Neither transition is complete. HWI is not archived, no retirement date has been set, and the notice does not say supported hardware wallets will stop working or that users\u2019 bitcoin is at risk. The immediate pressure falls on teams that package HWI, invoke its command line or rely on it to absorb changes in devices, operating systems and vendor protocols.<\/p>\n<h2>Why HWI\u2019s separate boundary matters<\/h2>\n<p><a href=\"https:\/\/github.com\/bitcoin-core\/HWI\">HWI is both a Python library and a command-line tool<\/a>. It gives software one interface for common hardware-wallet operations instead of requiring a separate implementation for every vendor.<\/p>\n<p>Its original goal was to bring hardware-wallet support to <a href=\"https:\/\/cryptoslate.com\/coins\/bitcoin\/\">Bitcoin Core<\/a>. The integration reached users through an external-signer boundary rather than by placing HWI inside Bitcoin Core. Bitcoin Core\u2019s <a href=\"https:\/\/github.com\/bitcoin-core\/gui\/blob\/master\/doc\/external-signer.md\">external-signer documentation<\/a> describes a configurable command and uses HWI as its example, while HWI\u2019s <a href=\"https:\/\/github.com\/bitcoin-core\/HWI\/blob\/master\/docs\/examples\/bitcoin-core-usage.rst\">Bitcoin Core guide<\/a> shows HWI being used for key retrieval and transaction signing alongside a Core wallet.<\/p>\n<p>The HWI maintainer said Python prevents deterministic builds, the reproducible build process Bitcoin Core uses for release binaries, and therefore keeps HWI from being shipped with Bitcoin Core. That separation also makes HWI replaceable in principle: another program can implement Bitcoin Core\u2019s external-signer contract. CryptoSlate\u2019s <a href=\"https:\/\/cryptoslate.com\/bitcoin-core-22-0-just-released-heres-all-you-should-know\/\">coverage of Bitcoin Core 22.0<\/a> described the arrival of external-signer support in 2021.<\/p>\n<p>A compatible command surface, however, is only one part of a migration. Applications still need to package a replacement, test the devices and operations they expose, and decide who owns fixes when firmware or operating-system behavior changes.<\/p>\n\n<div class=\"cs-article-embed\">\n    <a href=\"https:\/\/cryptoslate.com\/why-ai-is-now-a-bigger-threat-to-bitcoin-than-quantum-computers-in-the-short-term\/\" class=\"cs-article-embed__link\">\n        <div class=\"cs-article-embed__body\">\n            <span class=\"cs-article-embed__related-reading\">Related Reading<\/span>\n            <h3 class=\"cs-article-embed__title\">Why AI is now a more immediate threat to Bitcoin than quantum computers<\/h3>\n        <\/div>\n        <span class=\"cs-article-embed__arrow\" aria-hidden=\"true\">\n            <i class=\"fa-light fa-arrow-up-right\"><\/i>\n        <\/span>\n    <\/a>\n<\/div>\n\n<p>BHWI addresses the packaging constraint with a Rust core rather than a Python application. Its design could make reproducible distribution and use from multiple programming environments easier, but each downstream project still has to verify that the replacement covers its own command set, device matrix and release process. Bitcoin Core can test another conforming command behind its external-signer boundary; other software that consumes HWI\u2019s command line must perform its own compatibility work.<\/p>\n<p>That distinction turns the maintenance announcement into a succession problem rather than a simple repository-status change. HWI\u2019s interface may be shared, but its consumers do not all use or distribute it in the same way.<\/p>\n<p><a href=\"https:\/\/cryptoslate.com\/wp-content\/uploads\/2026\/08\/exec-0608f317-60da-4a50-bf4b-b41ef3d799f8.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-558971\" src=\"https:\/\/cryptoslate.com\/wp-content\/uploads\/2026\/08\/exec-0608f317-60da-4a50-bf4b-b41ef3d799f8.png\" alt=\"Flow diagram showing HWI in maintenance mode, its Bitcoin wallet dependencies, BHWI\u2019s published device-parity gates and the migration work that could stall.\" width=\"720\" height=\"900\" \/><\/a><\/p>\n<p>The downstream map shows three types of exposure: direct Python dependencies, wrappers around HWI\u2019s command line, and projects that already maintain a separate descendant implementation.<\/p>\n<table>\n<thead>\n<tr>\n<th>Project or path<\/th>\n<th>How the hardware-wallet bridge works<\/th>\n<th>Transition burden<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Bitcoin Core external signer<\/td>\n<td>HWI is the documented example for a separate signer command<\/td>\n<td>Validate a replacement against Core\u2019s command contract and wallet flows<\/td>\n<\/tr>\n<tr>\n<td>Specter Desktop<\/td>\n<td>Its <a href=\"https:\/\/github.com\/cryptoadvance\/specter-desktop\/blob\/master\/requirements.in\">dependency file pins HWI 3.1.0<\/a><\/td>\n<td>Repackage a replacement and retest discovery, address display and signing<\/td>\n<\/tr>\n<tr>\n<td>Wasabi Wallet<\/td>\n<td>Its <a href=\"https:\/\/github.com\/WalletWasabi\/WalletWasabi\/blob\/master\/WalletWasabi.Documentation\/WasabiCompatibility.md\">compatibility documentation ties hardware-wallet support to HWI<\/a><\/td>\n<td>Replace or maintain the executable across supported platforms<\/td>\n<\/tr>\n<tr>\n<td>BTCPay Server Vault<\/td>\n<td><a href=\"https:\/\/github.com\/btcpayserver\/btcpayserver.vault\">BTCPayServer.Hwi wraps HWI\u2019s command line<\/a><\/td>\n<td>Adapt the wrapper and confirm the local-device bridge preserves behavior<\/td>\n<\/tr>\n<tr>\n<td>Sparrow Wallet<\/td>\n<td>Its current <a href=\"https:\/\/github.com\/sparrowwallet\/sparrow\/blob\/master\/src\/main\/java\/com\/sparrowwallet\/sparrow\/io\/Hwi.java\">Hwi.java path calls Lark<\/a>, not Python HWI<\/td>\n<td>Continue maintaining a separate device stack rather than perform a direct Python-HWI swap<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Specter Desktop, a coordinator for Bitcoin Core wallets, is the clearest direct dependency. Its <a href=\"https:\/\/github.com\/cryptoadvance\/specter-desktop\">project description<\/a> explains its Bitcoin Core and hardware-wallet focus, while its source pins a specific HWI release. BTCPay Server Vault takes a different route: its local service exposes connected signing devices through a wrapper around HWI\u2019s command-line requests. Both would need integration testing even if a replacement accepted familiar commands.<\/p>\n<p>Wasabi, a privacy-focused wallet, presents a packaging example. A July <a href=\"https:\/\/github.com\/WalletWasabi\/WalletWasabi\/issues\/14885\">project issue<\/a> reported that Apple Silicon builds included an x86_64 HWI executable, raising a risk for HWI-backed device detection, enumeration, address display and signing in affected builds as reliance on Rosetta became less tenable. The issue concerned the packaged executable, not a failure of the signing devices.<\/p>\n\n<p>Sparrow, a desktop wallet, shows why the transition may fragment instead of converging on a single successor. <a href=\"https:\/\/github.com\/sparrowwallet\/lark\">Lark began as a Java port of Python HWI<\/a> and now supplies Sparrow\u2019s hardware-wallet path. Sparrow is therefore not a direct Python-HWI migration case, but it remains responsible for a separate implementation descended from the same interface.<\/p>\n<p>New hardware models are where HWI\u2019s freeze can become visible. Its <a href=\"https:\/\/hwi.readthedocs.io\/en\/latest\/devices\/index.html\">support matrix<\/a> spans Ledger, Trezor, BitBox, KeepKey, Coldcard and Blockstream Jade models. Capabilities differ by device and firmware, including transaction types, address display and device-management operations. A replacement must match the required device-operation pairs, not merely reproduce command names.<\/p>\n<p>The gap between upstream code and downstream availability already appears in support records. HWI <a href=\"https:\/\/github.com\/bitcoin-core\/HWI\/releases\/tag\/3.2.0\">released version 3.2.0 in February<\/a> with BitBox02 Nova support. An April <a href=\"https:\/\/github.com\/cryptoadvance\/specter-desktop\/issues\/2597\">Specter user report<\/a> involved a setup using HWI 2.4.0 that could not detect the Nova. The Specter issue did not identify whether the pinned version, packaging, firmware or local environment caused the failure, but the chronology shows that upstream support and downstream availability can diverge.<\/p>\n\n<div class=\"cs-article-embed\">\n    <a href=\"https:\/\/cryptoslate.com\/a-flaw-in-coldcard-seed-generation-lets-attackers-recreate-private-keys-from-the-press-of-a-button\/\" class=\"cs-article-embed__link\">\n        <div class=\"cs-article-embed__body\">\n            <span class=\"cs-article-embed__related-reading\">Related Reading<\/span>\n            <h3 class=\"cs-article-embed__title\">A flaw in Coldcard seed generation lets attackers recreate private keys from the press of a button<\/h3>\n        <\/div>\n        <span class=\"cs-article-embed__arrow\" aria-hidden=\"true\">\n            <i class=\"fa-light fa-arrow-up-right\"><\/i>\n        <\/span>\n    <\/a>\n<\/div>\n\n<p>Under HWI\u2019s new policy, a vendor or wallet team facing the next unsupported model can maintain a fork, build a separate integration, adopt another interface or leave that combination unsupported. What disappears is the normal path for landing the change in the shared upstream project.<\/p>\n<h2>BHWI has a testing lead, not a production handoff<\/h2>\n<p><a href=\"https:\/\/github.com\/wizardsardine\/bhwi\">BHWI<\/a> tackles HWI\u2019s architectural limitation with a Rust, sans-I\/O core that leaves transport and runtime choices to the caller. Its workspace includes asynchronous, command-line and WebAssembly layers, and its command-line package builds an <code>hwi<\/code> binary intended to preserve Python-HWI-compatible output. The repository still labels the project work in progress.<\/p>\n<p>The current project snapshot lists BitBox02, Coldcard, Jade and Ledger models. Its strongest published compatibility evidence is narrower. BHWI\u2019s <a href=\"https:\/\/github.com\/wizardsardine\/bhwi\/blob\/main\/docs\/HWI_PARITY.md\">parity documentation<\/a> describes differential tests and final gates that run the unmodified HWI 3.2.0 device suite against BHWI for BitBox02, Coldcard, Ledger and Jade.<\/p>\n<p>Those tests reduce the risk that a replacement command returns different results for the covered devices. They do not demonstrate production behavior across HWI\u2019s broader matrix, every host platform, each packaging format or complete downstream wallet flows. BHWI\u2019s README and parity document also do not name a wallet already shipping it as a production replacement for HWI.<\/p>\n<p>The remaining gap is organizational as well as technical. HWI\u2019s maintainer made archival conditional on a suitable replacement, while BHWI has defined an architecture and a growing test surface. Wallet teams must still decide whether its covered device paths are sufficient, how to distribute it and who will maintain the integration they ship.<\/p>\n<p>The likely final HWI release would establish a fixed upstream boundary. A new device, firmware behavior or host platform could then require a downstream patch without a normal path back into HWI. Projects that bundle Python HWI need packaging and release plans. Command-line consumers need compatibility tests for their own calls. Projects such as Sparrow and Lark face a separate decision about continuing their independent stack.<\/p>\n<p>HWI\u2019s repository may remain open until a successor is suitable, but its contribution freeze is already in effect. The succession risk begins when the next compatibility change arrives and the shared bridge no longer accepts it.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>BHWI has published parity tests, but downstream wallets still face packaging, platform and integration work.<\/p>\n","protected":false},"author":1264,"featured_media":559073,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[77968,37,60206],"tags":[81073,77750,78506],"prediction_market_topic":[],"post_folder":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v21.9 (Yoast SEO v21.9.1) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Bitcoin HWI support freezes as BHWI handoff remains unfinished<\/title>\n<meta name=\"description\" content=\"Bitcoin HWI is freezing new device support while wallet teams assess BHWI\u2019s Rust replacement, parity tests and remaining integration risks.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cryptoslate.com\/popular-bitcoin-wallets-risk-losing-support-for-new-hardware-devices-as-critical-security-bridge-stops-accepting-new-devices\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Popular Bitcoin wallets risk losing support for new hardware devices as critical security bridge stops accepting new devices\" \/>\n<meta property=\"og:description\" content=\"Bitcoin HWI is freezing new device support while wallet teams assess BHWI\u2019s Rust replacement, parity tests and remaining integration risks.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cryptoslate.com\/popular-bitcoin-wallets-risk-losing-support-for-new-hardware-devices-as-critical-security-bridge-stops-accepting-new-devices\/\" \/>\n<meta property=\"og:site_name\" content=\"CryptoSlate\" \/>\n<meta property=\"article:published_time\" content=\"2026-08-30T09:30:10+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-30T08:41:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cryptoslate.com\/wp-content\/uploads\/2026\/08\/hardware-wallet-transition.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Liam &#039;Akiba&#039; Wright\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@akibablade\" \/>\n<meta name=\"twitter:site\" content=\"@cryptoslate\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Liam 'Akiba' Wright\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"NewsArticle\",\"@id\":\"https:\/\/cryptoslate.com\/popular-bitcoin-wallets-risk-losing-support-for-new-hardware-devices-as-critical-security-bridge-stops-accepting-new-devices\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/cryptoslate.com\/popular-bitcoin-wallets-risk-losing-support-for-new-hardware-devices-as-critical-security-bridge-stops-accepting-new-devices\/\"},\"author\":{\"@type\":\"Person\",\"@id\":\"https:\/\/cryptoslate.com\/author\/liam-akiba-wright\/#person\",\"name\":\"Liam 'Akiba' Wright\",\"url\":\"https:\/\/cryptoslate.com\/author\/liam-akiba-wright\/\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/cryptoslate.com\/author\/liam-akiba-wright\/\"},\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/cryptoslate.com\/author\/liam-akiba-wright\/#authorimage\",\"url\":\"https:\/\/cryptoslate.com\/wp-content\/uploads\/2025\/10\/about-liam.jpg\",\"contentUrl\":\"https:\/\/cryptoslate.com\/wp-content\/uploads\/2025\/10\/about-liam.jpg\",\"caption\":\"Liam 'Akiba' Wright\"},\"jobTitle\":\"Editor-in-Chief\",\"description\":\"Liam \u201cAkiba\u201d Wright is CryptoSlate\u2019s Editor-in-Chief, reporter and podcast producer, focused on decentralized tech\u2019s positive impact.\",\"worksFor\":{\"@id\":\"https:\/\/cryptoslate.com\/#organization\"},\"sameAs\":[\"https:\/\/www.akiba.gg\",\"https:\/\/x.com\/akibablade\",\"https:\/\/www.linkedin.com\/in\/liamandrewwright\",\"https:\/\/muckrack.com\/liam-wright\/articles\"]},\"headline\":\"Popular Bitcoin wallets risk losing support for new hardware devices as critical security bridge stops accepting new devices\",\"datePublished\":\"2026-08-30T09:30:10+00:00\",\"dateModified\":\"2026-08-30T09:30:10+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/cryptoslate.com\/popular-bitcoin-wallets-risk-losing-support-for-new-hardware-devices-as-critical-security-bridge-stops-accepting-new-devices\/\"},\"wordCount\":1380,\"publisher\":{\"@id\":\"https:\/\/cryptoslate.com\/#organization\"},\"keywords\":[\"Bitcoin\",\"Ledger\",\"Trezor\"],\"articleSection\":[\"Featured\",\"Technology\",\"Wallets\"],\"inLanguage\":\"en-US\",\"copyrightYear\":\"2026\",\"copyrightHolder\":{\"@id\":\"https:\/\/cryptoslate.com\/#organization\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cryptoslate.com\/popular-bitcoin-wallets-risk-losing-support-for-new-hardware-devices-as-critical-security-bridge-stops-accepting-new-devices\/\",\"url\":\"https:\/\/cryptoslate.com\/popular-bitcoin-wallets-risk-losing-support-for-new-hardware-devices-as-critical-security-bridge-stops-accepting-new-devices\/\",\"name\":\"Bitcoin HWI support freezes as BHWI handoff remains unfinished\",\"isPartOf\":{\"@id\":\"https:\/\/cryptoslate.com\/#website\"},\"datePublished\":\"2026-08-30T09:30:10+00:00\",\"dateModified\":\"2026-08-30T09:30:10+00:00\",\"description\":\"Bitcoin HWI is freezing new device support while wallet teams assess BHWI\u2019s Rust replacement, parity tests and remaining integration risks.\",\"breadcrumb\":{\"@id\":\"https:\/\/cryptoslate.com\/popular-bitcoin-wallets-risk-losing-support-for-new-hardware-devices-as-critical-security-bridge-stops-accepting-new-devices\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cryptoslate.com\/popular-bitcoin-wallets-risk-losing-support-for-new-hardware-devices-as-critical-security-bridge-stops-accepting-new-devices\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cryptoslate.com\/popular-bitcoin-wallets-risk-losing-support-for-new-hardware-devices-as-critical-security-bridge-stops-accepting-new-devices\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cryptoslate.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Popular Bitcoin wallets risk losing support for new hardware devices as critical security bridge stops accepting new devices\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cryptoslate.com\/#website\",\"url\":\"https:\/\/cryptoslate.com\/\",\"name\":\"CryptoSlate\",\"description\":\"Cryptocurrency News and Real-time Coin Data\",\"publisher\":{\"@id\":\"https:\/\/cryptoslate.com\/#organization\"},\"inLanguage\":\"en-US\"},{\"@type\":\"NewsMediaOrganization\",\"@id\":\"https:\/\/cryptoslate.com\/#organization\",\"name\":\"CryptoSlate\",\"url\":\"https:\/\/cryptoslate.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cryptoslate.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cryptoslate.com\/wp-content\/uploads\/2018\/05\/c-logo.jpg\",\"contentUrl\":\"https:\/\/cryptoslate.com\/wp-content\/uploads\/2018\/05\/c-logo.jpg\",\"width\":1000,\"height\":1000,\"caption\":\"CryptoSlate\"},\"image\":{\"@id\":\"https:\/\/cryptoslate.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/twitter.com\/cryptoslate\",\"https:\/\/www.instagram.com\/cryptoslate\",\"https:\/\/www.linkedin.com\/company\/cryptoslate\",\"https:\/\/www.youtube.com\/c\/cryptoslate\",\"https:\/\/cryptoslate.substack.com\",\"https:\/\/t.me\/cryptoslatenews\",\"https:\/\/www.crunchbase.com\/organization\/cryptoslate\",\"https:\/\/iq.wiki\/wiki\/cryptoslate\",\"https:\/\/news.google.com\/publications\/CAAqKggKIiRDQklTRlFnTWFoRUtEMk55ZVhCMGIzTnNZWFJsTG1OdmJTZ0FQAQ\",\"https:\/\/muckrack.com\/media-outlet\/cryptoslate\",\"https:\/\/www.tiktok.com\/@cryptoslatenews\"],\"publishingPrinciples\":\"https:\/\/cryptoslate.com\/disclaimers\/editorial-policy\/#editorial-principles\",\"ownershipFundingInfo\":\"https:\/\/cryptoslate.com\/disclaimers\/how-cryptoslate-makes-and-spends-money\/\",\"correctionsPolicy\":\"https:\/\/cryptoslate.com\/disclaimers\/editorial-policy\/#corrections-feedback\",\"ethicsPolicy\":\"https:\/\/cryptoslate.com\/disclaimers\/editorial-policy\/#editorial-principles\",\"foundingDate\":\"2017-08-04\",\"founder\":[{\"@type\":\"Person\",\"name\":\"Nate Whitehill\"},{\"@type\":\"Person\",\"name\":\"Matthew Blancarte\"}],\"contactPoint\":[{\"@type\":\"ContactPoint\",\"contactType\":\"customer support\",\"url\":\"https:\/\/cryptoslate.com\/contact\/\",\"availableLanguage\":\"en-US\"},{\"@type\":\"ContactPoint\",\"contactType\":\"sales\",\"url\":\"https:\/\/cryptoslate.com\/advertising\/\",\"availableLanguage\":\"en-US\"},{\"@type\":\"ContactPoint\",\"contactType\":\"newsroom\",\"url\":\"https:\/\/cryptoslate.com\/disclaimers\/editorial-policy\/#corrections-feedback\",\"email\":\"tips@cryptoslate.com\",\"availableLanguage\":\"en-US\"}],\"masthead\":\"https:\/\/cryptoslate.com\/about\/#masthead\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/cryptoslate.com\/#\/schema\/person\/ea2b02b41a7478e18d903ca8eec4979e\",\"name\":\"Liam 'Akiba' Wright\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cryptoslate.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/cryptoslate.com\/wp-content\/uploads\/2025\/10\/about-liam-150x150.jpg\",\"contentUrl\":\"https:\/\/cryptoslate.com\/wp-content\/uploads\/2025\/10\/about-liam-150x150.jpg\",\"caption\":\"Liam 'Akiba' Wright\"},\"description\":\"Also known as \\\"Akiba,\\\" Liam Wright is the Editor-in-Chief at CryptoSlate and host of the SlateCast. He believes that together decentralized blockchain and AI technology have the potential to make widespread positive change.\",\"sameAs\":[\"https:\/\/www.akiba.gg\",\"https:\/\/www.instagram.com\/akibablade\",\"https:\/\/twitter.com\/akibablade\"],\"award\":[\"Most improved footballer - 1992\"],\"knowsAbout\":[\"Python\",\"Javascript\",\"PHP\",\"HTML\",\"Agentic Software\",\"Machine Learning\",\"2000s emo music\",\"Manchester United\"],\"knowsLanguage\":[\"English\",\"Spanish\"],\"url\":\"https:\/\/cryptoslate.com\/author\/liam-akiba-wright\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Bitcoin HWI support freezes as BHWI handoff remains unfinished","description":"Bitcoin HWI is freezing new device support while wallet teams assess BHWI\u2019s Rust replacement, parity tests and remaining integration risks.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cryptoslate.com\/popular-bitcoin-wallets-risk-losing-support-for-new-hardware-devices-as-critical-security-bridge-stops-accepting-new-devices\/","og_locale":"en_US","og_type":"article","og_title":"Popular Bitcoin wallets risk losing support for new hardware devices as critical security bridge stops accepting new devices","og_description":"Bitcoin HWI is freezing new device support while wallet teams assess BHWI\u2019s Rust replacement, parity tests and remaining integration risks.","og_url":"https:\/\/cryptoslate.com\/popular-bitcoin-wallets-risk-losing-support-for-new-hardware-devices-as-critical-security-bridge-stops-accepting-new-devices\/","og_site_name":"CryptoSlate","article_published_time":"2026-08-30T09:30:10+00:00","article_modified_time":"2026-08-30T08:41:59+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/cryptoslate.com\/wp-content\/uploads\/2026\/08\/hardware-wallet-transition.jpg","type":"image\/jpeg"}],"author":"Liam 'Akiba' Wright","twitter_card":"summary_large_image","twitter_creator":"@akibablade","twitter_site":"@cryptoslate","twitter_misc":{"Written by":"Liam 'Akiba' Wright","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"NewsArticle","@id":"https:\/\/cryptoslate.com\/popular-bitcoin-wallets-risk-losing-support-for-new-hardware-devices-as-critical-security-bridge-stops-accepting-new-devices\/#article","isPartOf":{"@id":"https:\/\/cryptoslate.com\/popular-bitcoin-wallets-risk-losing-support-for-new-hardware-devices-as-critical-security-bridge-stops-accepting-new-devices\/"},"author":{"@type":"Person","@id":"https:\/\/cryptoslate.com\/author\/liam-akiba-wright\/#person","name":"Liam 'Akiba' Wright","url":"https:\/\/cryptoslate.com\/author\/liam-akiba-wright\/","mainEntityOfPage":{"@id":"https:\/\/cryptoslate.com\/author\/liam-akiba-wright\/"},"image":{"@type":"ImageObject","@id":"https:\/\/cryptoslate.com\/author\/liam-akiba-wright\/#authorimage","url":"https:\/\/cryptoslate.com\/wp-content\/uploads\/2025\/10\/about-liam.jpg","contentUrl":"https:\/\/cryptoslate.com\/wp-content\/uploads\/2025\/10\/about-liam.jpg","caption":"Liam 'Akiba' Wright"},"jobTitle":"Editor-in-Chief","description":"Liam \u201cAkiba\u201d Wright is CryptoSlate\u2019s Editor-in-Chief, reporter and podcast producer, focused on decentralized tech\u2019s positive impact.","worksFor":{"@id":"https:\/\/cryptoslate.com\/#organization"},"sameAs":["https:\/\/www.akiba.gg","https:\/\/x.com\/akibablade","https:\/\/www.linkedin.com\/in\/liamandrewwright","https:\/\/muckrack.com\/liam-wright\/articles"]},"headline":"Popular Bitcoin wallets risk losing support for new hardware devices as critical security bridge stops accepting new devices","datePublished":"2026-08-30T09:30:10+00:00","dateModified":"2026-08-30T09:30:10+00:00","mainEntityOfPage":{"@id":"https:\/\/cryptoslate.com\/popular-bitcoin-wallets-risk-losing-support-for-new-hardware-devices-as-critical-security-bridge-stops-accepting-new-devices\/"},"wordCount":1380,"publisher":{"@id":"https:\/\/cryptoslate.com\/#organization"},"keywords":["Bitcoin","Ledger","Trezor"],"articleSection":["Featured","Technology","Wallets"],"inLanguage":"en-US","copyrightYear":"2026","copyrightHolder":{"@id":"https:\/\/cryptoslate.com\/#organization"}},{"@type":"WebPage","@id":"https:\/\/cryptoslate.com\/popular-bitcoin-wallets-risk-losing-support-for-new-hardware-devices-as-critical-security-bridge-stops-accepting-new-devices\/","url":"https:\/\/cryptoslate.com\/popular-bitcoin-wallets-risk-losing-support-for-new-hardware-devices-as-critical-security-bridge-stops-accepting-new-devices\/","name":"Bitcoin HWI support freezes as BHWI handoff remains unfinished","isPartOf":{"@id":"https:\/\/cryptoslate.com\/#website"},"datePublished":"2026-08-30T09:30:10+00:00","dateModified":"2026-08-30T09:30:10+00:00","description":"Bitcoin HWI is freezing new device support while wallet teams assess BHWI\u2019s Rust replacement, parity tests and remaining integration risks.","breadcrumb":{"@id":"https:\/\/cryptoslate.com\/popular-bitcoin-wallets-risk-losing-support-for-new-hardware-devices-as-critical-security-bridge-stops-accepting-new-devices\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cryptoslate.com\/popular-bitcoin-wallets-risk-losing-support-for-new-hardware-devices-as-critical-security-bridge-stops-accepting-new-devices\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/cryptoslate.com\/popular-bitcoin-wallets-risk-losing-support-for-new-hardware-devices-as-critical-security-bridge-stops-accepting-new-devices\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cryptoslate.com\/"},{"@type":"ListItem","position":2,"name":"Popular Bitcoin wallets risk losing support for new hardware devices as critical security bridge stops accepting new devices"}]},{"@type":"WebSite","@id":"https:\/\/cryptoslate.com\/#website","url":"https:\/\/cryptoslate.com\/","name":"CryptoSlate","description":"Cryptocurrency News and Real-time Coin Data","publisher":{"@id":"https:\/\/cryptoslate.com\/#organization"},"inLanguage":"en-US"},{"@type":"NewsMediaOrganization","@id":"https:\/\/cryptoslate.com\/#organization","name":"CryptoSlate","url":"https:\/\/cryptoslate.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cryptoslate.com\/#\/schema\/logo\/image\/","url":"https:\/\/cryptoslate.com\/wp-content\/uploads\/2018\/05\/c-logo.jpg","contentUrl":"https:\/\/cryptoslate.com\/wp-content\/uploads\/2018\/05\/c-logo.jpg","width":1000,"height":1000,"caption":"CryptoSlate"},"image":{"@id":"https:\/\/cryptoslate.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/twitter.com\/cryptoslate","https:\/\/www.instagram.com\/cryptoslate","https:\/\/www.linkedin.com\/company\/cryptoslate","https:\/\/www.youtube.com\/c\/cryptoslate","https:\/\/cryptoslate.substack.com","https:\/\/t.me\/cryptoslatenews","https:\/\/www.crunchbase.com\/organization\/cryptoslate","https:\/\/iq.wiki\/wiki\/cryptoslate","https:\/\/news.google.com\/publications\/CAAqKggKIiRDQklTRlFnTWFoRUtEMk55ZVhCMGIzTnNZWFJsTG1OdmJTZ0FQAQ","https:\/\/muckrack.com\/media-outlet\/cryptoslate","https:\/\/www.tiktok.com\/@cryptoslatenews"],"publishingPrinciples":"https:\/\/cryptoslate.com\/disclaimers\/editorial-policy\/#editorial-principles","ownershipFundingInfo":"https:\/\/cryptoslate.com\/disclaimers\/how-cryptoslate-makes-and-spends-money\/","correctionsPolicy":"https:\/\/cryptoslate.com\/disclaimers\/editorial-policy\/#corrections-feedback","ethicsPolicy":"https:\/\/cryptoslate.com\/disclaimers\/editorial-policy\/#editorial-principles","foundingDate":"2017-08-04","founder":[{"@type":"Person","name":"Nate Whitehill"},{"@type":"Person","name":"Matthew Blancarte"}],"contactPoint":[{"@type":"ContactPoint","contactType":"customer support","url":"https:\/\/cryptoslate.com\/contact\/","availableLanguage":"en-US"},{"@type":"ContactPoint","contactType":"sales","url":"https:\/\/cryptoslate.com\/advertising\/","availableLanguage":"en-US"},{"@type":"ContactPoint","contactType":"newsroom","url":"https:\/\/cryptoslate.com\/disclaimers\/editorial-policy\/#corrections-feedback","email":"tips@cryptoslate.com","availableLanguage":"en-US"}],"masthead":"https:\/\/cryptoslate.com\/about\/#masthead"},{"@type":"Person","@id":"https:\/\/cryptoslate.com\/#\/schema\/person\/ea2b02b41a7478e18d903ca8eec4979e","name":"Liam 'Akiba' Wright","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cryptoslate.com\/#\/schema\/person\/image\/","url":"https:\/\/cryptoslate.com\/wp-content\/uploads\/2025\/10\/about-liam-150x150.jpg","contentUrl":"https:\/\/cryptoslate.com\/wp-content\/uploads\/2025\/10\/about-liam-150x150.jpg","caption":"Liam 'Akiba' Wright"},"description":"Also known as \"Akiba,\" Liam Wright is the Editor-in-Chief at CryptoSlate and host of the SlateCast. He believes that together decentralized blockchain and AI technology have the potential to make widespread positive change.","sameAs":["https:\/\/www.akiba.gg","https:\/\/www.instagram.com\/akibablade","https:\/\/twitter.com\/akibablade"],"award":["Most improved footballer - 1992"],"knowsAbout":["Python","Javascript","PHP","HTML","Agentic Software","Machine Learning","2000s emo music","Manchester United"],"knowsLanguage":["English","Spanish"],"url":"https:\/\/cryptoslate.com\/author\/liam-akiba-wright\/"}]}},"_links":{"self":[{"href":"https:\/\/cryptoslate.com\/wp-json\/wp\/v2\/posts\/558962"}],"collection":[{"href":"https:\/\/cryptoslate.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cryptoslate.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cryptoslate.com\/wp-json\/wp\/v2\/users\/1264"}],"replies":[{"embeddable":true,"href":"https:\/\/cryptoslate.com\/wp-json\/wp\/v2\/comments?post=558962"}],"version-history":[{"count":4,"href":"https:\/\/cryptoslate.com\/wp-json\/wp\/v2\/posts\/558962\/revisions"}],"predecessor-version":[{"id":559074,"href":"https:\/\/cryptoslate.com\/wp-json\/wp\/v2\/posts\/558962\/revisions\/559074"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cryptoslate.com\/wp-json\/wp\/v2\/media\/559073"}],"wp:attachment":[{"href":"https:\/\/cryptoslate.com\/wp-json\/wp\/v2\/media?parent=558962"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cryptoslate.com\/wp-json\/wp\/v2\/categories?post=558962"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cryptoslate.com\/wp-json\/wp\/v2\/tags?post=558962"},{"taxonomy":"prediction_market_topic","embeddable":true,"href":"https:\/\/cryptoslate.com\/wp-json\/wp\/v2\/prediction_market_topic?post=558962"},{"taxonomy":"post_folder","embeddable":true,"href":"https:\/\/cryptoslate.com\/wp-json\/wp\/v2\/post_folder?post=558962"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}