cryptoadvance / specter-desktop

A desktop GUI for Bitcoin Core optimised to work with hardware wallets
MIT License
789 stars 236 forks source link

Trezor Safe 3 not supported #2414

Open TrbnH opened 5 months ago

TrbnH commented 5 months ago

Adding a Trezor Safe 3 does not work when selecting "Trezor" as device.

Steps to reproduce the behavior:

  1. Go to 'Add Device'
  2. Click on 'Trezor'
  3. Click on 'Get via USB'
  4. See error 'Internal error: unsupported trezor model'

    • Windows desktop
    • Specter Version [2.0.2]
moneymanolis commented 4 months ago

Might be as easy as updating the hwi version to the one that supports Trezor 3.

moneymanolis commented 3 months ago

This is the relevant PR on the hwi side: https://github.com/bitcoin-core/HWI/pull/716

PeteClubSeven commented 3 months ago

Might be as easy as updating the hwi version to the one that supports Trezor 3.

I'll try to test this on the weekend 🥳

bitcoinlizard commented 3 months ago

I don't believe this will work. I've found that Specter Desktop doesn't work with HWI versions 2.3 and newer:

https://github.com/cryptoadvance/specter-desktop/pull/2299#issuecomment-1734147837

PeteClubSeven commented 3 months ago

I don't believe this will work. I've found that Specter Desktop doesn't work with HWI versions 2.3 and newer:

#2299 (comment)

Yes you're right, I tried upgrading HWI to 2.4.0 and encountered a similar error