Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BitBox02 support broken #103

Open
4 tasks
thejokoono opened this issue Aug 24, 2023 · 3 comments
Open
4 tasks

BitBox02 support broken #103

thejokoono opened this issue Aug 24, 2023 · 3 comments
Assignees
Labels
C-bug Something isn't working OS-macos

Comments

@thejokoono
Copy link

Bug type

Put x in the boxes below:

  • Installation issue
  • [ x] App crash
  • Broken UI
  • [ x] Incorrect app behaviour

Operating system

  • Linux (specify distribution here)
  • [ x] MacOS
  • Windows

Problem description

Connecting a BitBox02 fails.

  1. Close all other wallet apps that could connect to the BitBox02
  2. Connect the BitBox02 and tap the touch sensor
  3. Open MyCitadel
  4. Open any wallet file ( or create a new one)
  5. Click on "Connect device"
  6. BitBox02 asks for password, enter it
  7. Error message appears:
grafik

Clicking on "rescan devices" crashes and force closes the app.

Connecting a Trezor works without issues.

Attachments

Goal of this was to try out miniscript support, which came with the newest BitBox02 update.

@thejokoono thejokoono added the C-bug Something isn't working label Aug 24, 2023
@benma
Copy link

benma commented Aug 24, 2023

async-hwi will receive bitbox02 support soon. It could be worth using this to interface with signers, as it is Rust just like this project.

@dr-orlovsky
Copy link
Member

@benma wow great project! That's nearly what we need: wizardsardine/async-hwi#47

@dr-orlovsky
Copy link
Member

dr-orlovsky commented Sep 7, 2023

Ok, I got fixed device detection (it was failing due to a bug in rust-hwi which was sending empty string password to BitBox, which was working before the update) - however now the HWI library fails to sign PSBT. Filed a bug here: bitcoin-core/HWI#706

CC @benma @thejokoono

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Something isn't working OS-macos
Projects
None yet
Development

No branches or pull requests

4 participants