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

make bip-39 view-only wallets capable of PSBT on android #8977

Closed
pony-montana opened this issue Mar 27, 2024 · 1 comment
Closed

make bip-39 view-only wallets capable of PSBT on android #8977

pony-montana opened this issue Mar 27, 2024 · 1 comment

Comments

@pony-montana
Copy link

pony-montana commented Mar 27, 2024

Hi, I think would be good to make the android version capable to do psbt with bip-39 view only wallets.

EDIT:

A solution could be:

  • Integrate an explicit way to populate the [derivation path] and [fingerprint] field when importing bip-39 view-only wallets. On desktop it is possible to do that using the console or importing some specially crafted json. On android, as far as I tried, it is not possible as android electrum lacks console and the "import wallet" possibility.

I think a GUI explicit solution in the wizard would be the best and it would expand electrum compatibility with bip-39 either on desktop and android.

If this solution wouldn't be considered well, a way to give power users a workaround is to integrate in the android version at least one of these functions, to make it "on pair" with desktop:

  • console.
  • import wallet from file (to import view-only wallet with populated fields from electrum desktop or from HW). This feature seems to me the less controversial to implement.
@pony-montana pony-montana changed the title make android version capable of PSBT make bip-39 view-only wallets capable of PSBT on android Mar 29, 2024
@SomberNight
Copy link
Member

This is not really related to the android/qml gui.

It should get solved as part of necessary wizard changes once we have #5715 / #5694.

I will close this now as I would prefer not to add temporary hacks just for this.

@SomberNight SomberNight closed this as not planned Won't fix, can't repro, duplicate, stale Apr 5, 2024
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

No branches or pull requests

2 participants