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

20 word shares #23

Closed
intek71 opened this issue Mar 28, 2023 · 4 comments
Closed

20 word shares #23

intek71 opened this issue Mar 28, 2023 · 4 comments

Comments

@intek71
Copy link

intek71 commented Mar 28, 2023

Hi, would it be possible to split/recombine into 20 word shares:
Trezor T and Keystome offer Shamir backup options, where they split into n/m shares of 20 words. And they are compatible. Still, my concerb is if both trzor and Keystone stop working, I would not be able to recover from my Shamir 20 word share they generate. I am wondering if you could adjust the number of words per share into 20 and that way I would be able to software recombine them if needed. Thank you in advance

@iancoleman
Copy link
Owner

I think those hardware wallets use slip39, not shamir39

If you use https://iancoleman.io/slip39/ with 128 bits of entropy it creates shares of 20 words

You should be able to recover from 20-word-shares with any slip39 compatible wallet

@intek71
Copy link
Author

intek71 commented Apr 3, 2023

Thank you. Got it. From what I understand, from the 3/5 20 word shards there is no way to recreate a 24 word seed to use in a bip39 wallet? Needs to be done through importing the master key?

@iancoleman
Copy link
Owner

No the shards cannot be used to create a 24 word bip39 seed

More info in this part of the slip39 spec:
https://github.com/satoshilabs/slips/blob/master/slip-0039.md#user-content-bip39compatibility

@intek71
Copy link
Author

intek71 commented Apr 5, 2023

Thank you very much and sorry for silly questions.

@intek71 intek71 closed this as completed Jul 2, 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