-
Notifications
You must be signed in to change notification settings - Fork 74
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
PSBT with seedsigner fails #165
Comments
nbd-wtf/obw#47 here I presented the issue to obw, a sbw fork. SBW behaviour was identical to OBW, so in the discussion you can find some useful informations. |
now I cant import hardware wallet, parsing from qr generated by seedsigner fails (worked well in pre 2.5 release). |
Waiting for hardware parts to arrive so I can do some debugging, fix is probably a few weeks away. |
This is the most bullish news I ever heard in the bitcoin space 😍 |
Unfortunately I could not get hardware to work (blank screen on boot, tried a few different pi models and sd cards). I don't have much free time to keep trying so shelving this for now. If anyone can send me a definitely working hardware setup though then I'll look into it. |
if you tried different pi models and different sd cards there are two possible cause for it not working:
Building seedsigner the first time is not easy, so there are possibilities that we are in the case 2.
If these solutions doesnt work, you can reach me out, I can help to debug the problem. |
I did not yet solder the screen, just connected it such that it clearly gets powered (the screen lights up overall) so I'm not sure, could be screen, are there any ways to diagnose this? |
on boot the camera is initialized and a camera led will lights up for a second (there could be slightly different behaviour on different pi and different cameras). If it doesnt lights up, probably the boot is not happening correctly, and the problem is not the screen (could be the sd card not flashed properly or something else). If it lights up, seedsigner is booting and there are a lot of probability that its a problem with the screen. |
you mean that you just placed the pins on the board without soldering them? If I understood correctly, this is definitevely the problem. The pin connections from board to screen works only after a perfect soldering, they are very fragile. I had a lot of headhache with the screen and with some pins that was "not perfectly soldered" the first time I built it. |
Soldering is not a problem, I'll try that. |
@Resikoakun if you're wondering what has happened to that one, it's been postponed indefinitely due to the lack of time. |
Harware wallets support will be removed in future release. |
The problem accour in the final step of PSBT, when the seedsigner generates the qr containing the signed txo. SBW isnt able to recognize the qr and shows an error. It shows a load screen when scanning qr that end at 99% with the fatal error.
The seesigner signin seems to work (no error reported, no unexpected behaviour and the final qr is correctly generated).
The text was updated successfully, but these errors were encountered: