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

SLIP39 vs BIP39 4 characters recovery seed words #905

Closed
martijnw opened this issue Mar 17, 2020 · 1 comment
Closed

SLIP39 vs BIP39 4 characters recovery seed words #905

martijnw opened this issue Mar 17, 2020 · 1 comment

Comments

@martijnw
Copy link

With BIP39 I can abbreviate every recovery seed word to just the first 4 characters. I know this is not recommended as storing the full words provides some form of error correction but my seed backup only supports 4 char recovery seed words.

I recently changed to using SLIP39 seeds and noticed these use a different word list as BIP39 seeds and was wondering ...

Can I abbreviate the SLIP39 recovery seed words to the first 4 characters like the BIP39 seed or is there a risk of collisions/errors?

Thanks in advance. I couldn't find this information anywhere online (wiki, docs, reddit, etc.) and do not know how to test this with just the word-list.

@martijnw
Copy link
Author

martijnw commented Mar 17, 2020

Sorry. I found my answer! "All words begin with a unique 4-letter prefix." It would be a good thing to add it to the wiki as many users will not be able to navigate GitHub for their answers.

https://github.com/satoshilabs/slips/blob/master/slip-0039.md

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

1 participant