Santochi Nacamocho
Santochi Nacamocho
Hi, in my case the enumerate function hangs, I have modified the HWI code to enumerate my BitBox2 in Windows 10 https://github.com/bitcoin-core/HWI/issues/630 Now, I have a working hwi,exe, have modified...
Thanks, with the rebuilt hwi.exe and the rebuilt sparrow tag 1.6.6 I can retrieve the xpubs. But with the release 1.6.6 built by you and downloaded from github I am...
Yes, I fixed the hwi library and built a new hwi.exe. I modified the path to the hwi exe in the sparrow config file and it didn't work with 1.6.6...
I am sure that I have built 1.6.6 tag without changes and that the release and my rebuilt are using the same config file with the new path to the...
When I press "Scan again" without the HW connected, the release instantaneously reports "error parsing json", my rebuilt takes some seconds and then says "No hardware wallet found". This is...
For me the hwi enumerate never ends, even after unlocking with the pin and introducing the passphrase
Sparrow 1.6.5 and BitBox02 firmware 9.12.0
I found this issue with Trezor https://github.com/sparrowwallet/sparrow/issues/542 that led me to this one in the HWI library, but I am not sure if it is the same problem https://github.com/bitcoin-core/HWI/issues/613
I am trying to debug the enumerate function in the HWI library and it crashes in bitbox02.py while doing: from bitbox02 import util error: Descriptors cannot not be created directly....
I have downgraded protobuf to 3.20. Now the enumerate method returns a correct string with the device [{"type": "bitbox02", "path":..."fingerprint": "XXXX"}] I have removed jade from the list of devices,...