-
Notifications
You must be signed in to change notification settings - Fork 89
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
Comments
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 |
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? |
No the shards cannot be used to create a 24 word bip39 seed More info in this part of the slip39 spec: |
Thank you very much and sorry for silly questions. |
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
The text was updated successfully, but these errors were encountered: