Skip to content

Commit 51a8d83

Browse files
authored
Merge pull request bitcoin#493 from zizelevak/master
Czech wordlist for BIP0039
2 parents 7bbe439 + b7f682f commit 51a8d83

File tree

2 files changed

+2064
-0
lines changed

2 files changed

+2064
-0
lines changed

bip-0039/bip-0039-wordlists.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* [Chinese (Traditional)](chinese_traditional.txt)
99
* [French](french.txt)
1010
* [Italian](italian.txt)
11+
* [Czech](czech.txt)
1112

1213
## Wordlists (Special Considerations)
1314

@@ -82,3 +83,18 @@ Words chosen using the following rules:
8283
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.
8384

8485
All the words have been manually selected and automatically checked against the rules.
86+
87+
### Czech
88+
89+
Credits: @zizelevak (Jan Lansky [email protected])
90+
91+
Words chosen using the following rules:
92+
93+
1. Words are 4-8 letters long.
94+
2. Words can be uniquely determined typing the first 4 letters.
95+
3. Only words containing all letters without diacritical marks. (It was the hardest task, because in one third of all Czech letters has diacritical marks.)
96+
4. Only nouns, werbs and adverbs, no other word types. All words are in basic form.
97+
5. No personal names or geografical names.
98+
6. No very similar words with 1 letter of difference.
99+
7. Words are sorting according English alphabet (Czech sorting has difference in "ch").
100+
8. No words already used in other language mnemonic sets (english, italian, french, spanish). Letters with diacritical marks from these sets are counted as analogous letters without diacritical marks.

0 commit comments

Comments
 (0)