mirror of
https://github.com/bitcoin/bips.git
synced 2025-05-12 12:03:29 +00:00
Merge pull request #521 from jonathancross/bip-39-wordlist
bip-0039-wordlists : Typos, capitalization and trailing whitespace.
This commit is contained in:
commit
8fc0e0d4be
@ -41,9 +41,9 @@ uniformity, we propose to use normal ASCII spaces (0x20) to separate words as pe
|
|||||||
Credits: @Kirvx @NicolasDorier @ecdsa @EricLarch
|
Credits: @Kirvx @NicolasDorier @ecdsa @EricLarch
|
||||||
([The pull request](https://github.com/bitcoin/bips/issues/152))
|
([The pull request](https://github.com/bitcoin/bips/issues/152))
|
||||||
|
|
||||||
1. High priority on simple and common french words.
|
1. High priority on simple and common French words.
|
||||||
2. Only words with 5-8 letters.
|
2. Only words with 5-8 letters.
|
||||||
3. A word is fully recognizable by typing the first 4 letters (special french characters "é-è" are considered equal to "e", for exemple "museau" and "musée" can not be together).
|
3. A word is fully recognizable by typing the first 4 letters (special French characters "é-è" are considered equal to "e", for example "museau" and "musée" can not be together).
|
||||||
4. Only infinitive verbs, adjectives and nouns.
|
4. Only infinitive verbs, adjectives and nouns.
|
||||||
5. No pronouns, no adverbs, no prepositions, no conjunctions, no interjections (unless a noun/adjective is also popular than its interjection like "mince;chouette").
|
5. No pronouns, no adverbs, no prepositions, no conjunctions, no interjections (unless a noun/adjective is also popular than its interjection like "mince;chouette").
|
||||||
6. No numeral adjectives.
|
6. No numeral adjectives.
|
||||||
@ -65,7 +65,7 @@ Credits: @paoloaga @Polve
|
|||||||
|
|
||||||
Words chosen using the following rules:
|
Words chosen using the following rules:
|
||||||
|
|
||||||
1. Simple and common italian words.
|
1. Simple and common Italian words.
|
||||||
2. Length between 4 and 8 characters.
|
2. Length between 4 and 8 characters.
|
||||||
3. First 4 letters must be unique between all words.
|
3. First 4 letters must be unique between all words.
|
||||||
4. No accents or special characters.
|
4. No accents or special characters.
|
||||||
@ -76,7 +76,7 @@ Words chosen using the following rules:
|
|||||||
9. No words with double vocals (like: lineetta).
|
9. No words with double vocals (like: lineetta).
|
||||||
10. No words already used in other language mnemonic sets.
|
10. No words already used in other language mnemonic sets.
|
||||||
11. If 3 of the first 4 letters are already used in the same sequence in another mnemonic word, there must be at least other 3 different letters.
|
11. If 3 of the first 4 letters are already used in the same sequence in another mnemonic word, there must be at least other 3 different letters.
|
||||||
12. If 3 of the first 4 letters are already used in the same sequence in another mnemonic word, there not must be the same sequence of 3 or more letters.
|
12. If 3 of the first 4 letters are already used in the same sequence in another mnemonic word, there must not be the same sequence of 3 or more letters.
|
||||||
|
|
||||||
Rules 11 and 12 prevent the selection words that are not different enough. This makes each word more recognizable among others and less error prone. For example: the wordlist contains "atono", then "atomo" is rejected, but "atomico" is good.
|
Rules 11 and 12 prevent the selection words that are not different enough. This makes each word more recognizable among others and less error prone. For example: the wordlist contains "atono", then "atomo" is rejected, but "atomico" is good.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user