iancoleman / bip39

A web tool for converting BIP39 mnemonic codes
https://iancoleman.io/bip39/
MIT License
3.42k stars 1.42k forks source link

Czech list is not alphabetically ordered #544

Open iancoleman opened 2 years ago

iancoleman commented 2 years ago

See https://github.com/bitcoin/bips/pull/493#issuecomment-970511014

Possible ways to deal with this:

Depends a bit on how other implementations will handle it.

xHire commented 2 years ago

Idea: remove the out-of-order words (or more if needed) and replace them with different words. The rest of the wordlist should keep its ordering and positions. This way, backward compatibility for mnemonics not containing those words should be preserved and it will be automatically detectable whether to use the old wordlist or the new one (i.e., less space for users to make an error in a wallet recovery).