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

Coldcard's Edge (6+) firmware includes support for Taproot keyspends. Signing singlesig Taproot transactions is already possible using HWI 2.3.1. However, an error is returned when displaying Taproot addresses: https://github.com/bitcoin-core/HWI/blob/c3a94b6f9d696b3a669153dcda2bfdad9c80583e/hwilib/devices/coldcard.py#L246-L247 Also...

I am working on being able to sign BitGo multisig vaults with hardware wallets. BitGo uses non-standard derivation paths for their vaults where you provide a master xpub and then...

The current [device support policy](https://hwi.readthedocs.io/en/latest/devices/index.html#support-policy) does not require an emulator/simulator for new devices. However I think that we should change that to require that so that we can run automated...

Using HWI 2.2.1 with Ledger Bitcoin App 2.1.1 to sign a P2SH-P2WSH multisig output does not work. There is no error, but the PSBT comes back from the call without...

ledger nano s & x

Hey, I'm trying to set up a trezor emulator using this command: ``` ❯ hwi --device-type trezor -i setup ``` The emulator prompts me with a "Enter new pin" screen...

trezor t

According to the type in `HardwareWalletClient`, password is optional and can be `None`: ``` def __init__(self, path: str, password: Optional[str], expert: bool, chain: Chain = Chain.MAIN) -> None: ``` The...

The currently released 3.0.0 Linux binaries fail on Ubuntu 20.04 with `version 'GLIBC_2.35' not found`. There seems to be no particular reason to require Ubuntu 22.04 or later, and this...

Gentoo has deprecated pyside2: https://packages.gentoo.org/packages/dev-python/pyside2 pyside6 is currently maintained, but requires Qt 6. Maybe there's a way to support both, depending on whether the OS has Qt 5 or 6...