HWI icon indicating copy to clipboard operation
HWI copied to clipboard

Bitcoin Hardware Wallet Interface

Results 89 HWI issues
Sort by recently updated
recently updated
newest added

I tried to test `hwi-2.4.0-windows-x86_64.zip` from the tag downloads, but Windows Security immediately quarantines it. It says it detected "Trojan:Win32/Wacatac.B!ml".

I connected a ledger and a bitbox and had them both open simultaneously while trying to execute a transaction using sparrow wallet. The Bitbox device is acting up when another...

I've had slow loading time issues with Trezor One and Sparrow on my desktop. I opened a ticket on Sparrow Github https://github.com/sparrowwallet/sparrow/issues/1315#issue-2181812555 and was told to open one here. My...

Commands to reproduce the problem. ``` $./hwi enumerate [{"type": "trezor", "path": "webusb:001:3", "label": "My Trezor", "model": "trezor_1", "needs_pin_sent": true, "needs_passphrase_sent": true, "error": "Could not open client or get fingerprint information:...

trezor one

* enable taproot for EDGE releases * enumerate result now contains label `edge` * bump ckcc-protocol to current master HEAD - [ ] optimize `git clone` that is run twice...

Hi in https://github.com/bitcoin-core/HWI/blob/7fd2cead481197f88cad180757b5cf982eb0a0b1/hwilib/common.py#L41C1-L42 there is `P2WPSH`. But should it not be `P2WSH` as defined in https://github.com/bitcoin/bips/blob/master/bip-0048.mediawiki ?

I tried run hwi on macOS (10.15) to detect my Ledger Nano S Plus by command but result is empty Command: ./hwi enumerate Result: [] hwi latest version, python3 and...

ledger nano s & x

PySide2 uses Qt5 which is no longer maintained. PySide6 uses Qt6 and is the current version of Qt, so we should switch to that. This also lets us build the...

Hello, this in an exploratory PR as a proof of concept of how wallet policies could look like in HWI. Wallet policies [were presented](https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-May/020423.html) to the bitcoin-dev mailing list back...