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

Cannot Import Watch-Only from Specter-Desktop #96

Closed
mflaxman opened this issue Oct 8, 2020 · 7 comments · Fixed by #97
Closed

Cannot Import Watch-Only from Specter-Desktop #96

mflaxman opened this issue Oct 8, 2020 · 7 comments · Fixed by #97

Comments

@mflaxman
Copy link

mflaxman commented Oct 8, 2020

Steps:

  1. Create multisig wallet on Specter-Desktop:
  2. Open Gordian iOS and click on Accounts tab.
  3. Click on QR icon in upper left and scan Export Wallet QR code from Specter-Desktop (http://127.0.0.1:25441/wallets/WALLETNAMEHERE/settings/)

Screen Shot 2020-10-08 at 10 48 54 AM

{ "label": "Cobo Seedpicker Generated", "blockheight": 1859308, "descriptor": "wsh(sortedmulti(1,[c7d0648a\/48h\/1h\/0h\/2h]tpubDEpefcgzY6ZyEV2uF4xcW2z8bZ3DNeWx9h2BcwcX973BHrmkQxJhpAXoSWZeHkmkiTtnUjfERsTDTVCcifW6po3PFR1JRjUUTJHvPpDqJhr\/0\/*,[f7d04090\/48h\/1h\/0h\/2h]tpubDF7FTuPECTePubPXNK73TYCzV3nRWaJnRwTXD28kh6Fz4LcaRzWwNtX153J7WeJFcQB2T6k9THd424Kmjs8Ps1FC1Xb81TXTxxbGZrLqQNp\/0\/*))#sa6r7elh" }

  1. Hangs on "processing..." forever (restarting the app doesn't help):
    83B8C73D-EC46-4599-A13F-7D2B5E830E52_1_105_c

My use-case is ultimately that I want to see if I can use Gordian as a cosigner in a multisig wallet, but for now I'm seeing if it can just do receive address validation (no private keys).

@Fonta1n3
Copy link
Contributor

Fonta1n3 commented Oct 9, 2020

@mflaxman looks like that is a bug, will push a fix today.

For now in order to achieve your goal you can tap the + button in top right corner of Accounts > Recover > Scan Account Map. Just tested with your wallet QR and it works without issue.

Just a warning about a known lag point, when the app initiates a rescan on your node it can hang for a few seconds so be patient when it says "initiating rescan", I will also push a fix for that today.

@Fonta1n3
Copy link
Contributor

Fonta1n3 commented Oct 9, 2020

And to use Gordian as a signer for this quorum, you:

  1. Accounts > tap your account to "activate it"
  2. Tap the tools button in top right
  3. Tap add a signer

@Fonta1n3
Copy link
Contributor

Fonta1n3 commented Oct 9, 2020

@mflaxman @ChristopherA This bug was introduced when I added UR support to the QR scanner on the Account's view. Often UR QR code payload is uppercased but needs to be converted to lowercase. I had forgotten to remove the forced lowercase for non UR QR codes. #97 fixes this bug, should have an update for testflight by the end of today.

@mflaxman
Copy link
Author

mflaxman commented Oct 9, 2020

Thanks! happy to try again once the new version is available on testflight.

@Fonta1n3
Copy link
Contributor

Thanks! happy to try again once the new version is available on testflight.

Excellent, keep an eye out for 0.1.88 which includes the fix should be live in next 24 hours.

@Fonta1n3
Copy link
Contributor

@mflaxman 0.1.88 is live which fixes this issue, closing for now, if its still a problem feel free to reopen.

@mflaxman
Copy link
Author

Wohooo, importing watch-only now works!

The UI is quite confusing and it's extremely slow, but it does appear possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants