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

add support for wallet creation from xpubs #161

Merged
merged 2 commits into from
Jun 10, 2021
Merged

add support for wallet creation from xpubs #161

merged 2 commits into from
Jun 10, 2021

Conversation

stepansnigirev
Copy link
Collaborator

Now whenever you go to the xpub screen you can save this key to SD card or create a new wallet using this key. If the key derivation follows bip84, bip49 rules DIY will recommend corresponding wallet type, but in principle you can go crazy and even use your multisig xpub in singlesig wallet (but you shouldn't...).

Also this PR adds cross-app communication that may be useful in the future development. Any app can now pretend to be a "host" and ask any other app to do something. All verification and confirmation rules still apply as for communication with the host.

Close #80

Next: add cosigners app that can store xpubs and derivations of your cosigners and assist in multisig wallet creation process. Creation of custom miniscript wallets is not supported in the GUI yet, but let me know if you want this.

@stepansnigirev stepansnigirev merged commit 8c79415 into cryptoadvance:master Jun 10, 2021
@stepansnigirev stepansnigirev deleted the createwallets branch June 10, 2021 13:43
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 this pull request may close these issues.

[Feature request] Import custom derivation paths to wallets on the device
1 participant