-
Notifications
You must be signed in to change notification settings - Fork 243
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
Cannot import keys from Jade HWW over USB #1480
Comments
Same for me. Specter Desktop (1.7.1) and the Jade firmware (0.1.30) too. No luck to connect to Specter, but Blockstream Green app works well |
The thing is that i couldn't reproduce the issue. So more details are needed. Which OS are you using? WHich version of the jade-firmware? If you're using Windows, did you do this: |
My OS is MacOS Big Sur 11.2. Jade firmware details I mentioned above: 01.30 no radio. Blockstream Green detects the Jade so no issue there... |
Same on macos Monterey. Blockstream Green has no issues, I see it in the system profiler under USB, latest Specter and Jade firmware |
I am also having the same issue. When I connect the Jade it stays stuck on detecting |
I have only a MacOS catalina-machine. I just tried and it's working there. It's the same machine which is building the App-image so it could potentially be an issue with the AppImage optimized for Catalina and not working on later MacOS versions. So are you all working with the AppImage or is there someone who can confirm that it's (not) working in a pip-installation on a newer MacOS ? |
I used the AppImage on my Catalina machine and have the same issue as my two Monterey machines. Both Monterey machines are m1, Catalina is Intel. Issue still persists for me. |
I am not sure I am using windows |
Jade added a new VID-PID pair to the list of USB devices, so it might be that devices that use these PID:VID were not detected by Specter. |
Interestingly, the issue fixed itself (?). I did not update the Jade firmware and Specter Desktop is still on 1.7.1 and I was just able to import the Jade's keys. EDIT: Again cannot detect the Jade - however, I seem to have issues with Jade in other software wallets as well (including its native Blockstream Green app now...). So this issue does not seem to be exclusive to Specter Desktop. |
Do you have an idea of which version? I'm on 1.8.1 with jade fw 01.32 and still doesn't detect on any of my 3 macs (both m1 and intel) |
Do you have any other wallet software running at the same time (e.g. Blockstream Green or Electrum)? I have noticed that that causes issues too, so close down that software as well. |
Nope, direct usb-c connection, I see it in system profile, no other USB devices connected or other Bitcoin software except Specter. Works totally fine in Green and when I do an |
Just to confirm: yes, it's |
I know this is closed but still haven't been able to connect w/ v1.8.1, fw 01.33, but i'm able to use https://github.com/bitcoin-core/HWI
from there, i'm able to use hwi to grab xpubs, descriptors, sign transactions, etc. edit: figured out one part. in specter/devices/hwi/jade.py:864, i put a breakpoint at the enumerate function. when it hits the correct device in devinfo, there's no PID or VID When I change line 866 to |
@k9ert I'm guessing this fix won't get in for awhile because this will require quite a bit of changes. hwi-2.1.0 has some regression issues in hwi, but i'm glad I got down to the bottom of it. |
I've created a new issue. Thank you very much for the investigation. |
I updated both Specter Desktop (1.7.1) and the Jade firmware (01.30 no radio) to the latest version. When trying to import the keys into Specter Desktop, the screen is stuck at "Detecting...", even though the device is plugged in. Retried multiple times in different USB ports as well. Blockstream Green is perfectly detecting (and unlocking) the device.
It seems to be the same issue referenced in #1251.
The text was updated successfully, but these errors were encountered: