summaryrefslogtreecommitdiff
path: root/bip-0039/bip-0039-wordlists.md
diff options
context:
space:
mode:
authorLuke Dashjr <luke_github1@dashjr.org>2019-09-19 22:05:16 +0000
committerGitHub <noreply@github.com>2019-09-19 22:05:16 +0000
commit51a8d8312208d8c314f1420d9298350924e322b4 (patch)
tree0f3ed281ae8ed2271f06b4747031dafc5cf26ae7 /bip-0039/bip-0039-wordlists.md
parent7bbe439509e251242ab9c9d068b3672d7f9b1170 (diff)
parentb7f682f702bfb5679b39ef19c994b191693f59b4 (diff)
downloadbips-51a8d8312208d8c314f1420d9298350924e322b4.tar.xz
Merge pull request #493 from zizelevak/master
Czech wordlist for BIP0039
Diffstat (limited to 'bip-0039/bip-0039-wordlists.md')
-rw-r--r--bip-0039/bip-0039-wordlists.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/bip-0039/bip-0039-wordlists.md b/bip-0039/bip-0039-wordlists.md
index 635b901..0940f35 100644
--- a/bip-0039/bip-0039-wordlists.md
+++ b/bip-0039/bip-0039-wordlists.md
@@ -8,6 +8,7 @@
* [Chinese (Traditional)](chinese_traditional.txt)
* [French](french.txt)
* [Italian](italian.txt)
+* [Czech](czech.txt)
## Wordlists (Special Considerations)
@@ -82,3 +83,18 @@ Words chosen using the following rules:
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.
All the words have been manually selected and automatically checked against the rules.
+
+### Czech
+
+Credits: @zizelevak (Jan Lansky zizelevak@gmail.com)
+
+Words chosen using the following rules:
+
+1. Words are 4-8 letters long.
+2. Words can be uniquely determined typing the first 4 letters.
+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.)
+4. Only nouns, werbs and adverbs, no other word types. All words are in basic form.
+5. No personal names or geografical names.
+6. No very similar words with 1 letter of difference.
+7. Words are sorting according English alphabet (Czech sorting has difference in "ch").
+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.