@DarthCoin’s post reminded me of an old question I never really looked into. The official word lists have 2048 words, and I’m sure there are rules behind how they’re picked, but why can’t we use words outside that list? Is it a technical limitation, or is it just to help people avoid messing up and losing access to their wallet?
pull down to refresh
2047
- from the initial entropy and representing this to the user as words.10
, as we have0 1 2 3 4 5 6 7 8 9
(10 distinct digits) and in hexadecimal it's 16:0 1 2 3 4 5 6 7 8 9 a b c d e f
. These are conventions.1 + 3 = 4
, but what is1 + z
?Footnotes