1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-01-18 13:26:08 +01:00

Update bip-0039-wordlists.md

This commit is contained in:
zizelevak 2017-01-23 13:46:36 +01:00 committed by GitHub
parent 5be84b01f1
commit 469a12b918

View File

@ -7,6 +7,7 @@
* [Chinese (Traditional)](chinese_traditional.txt)
* [French](french.txt)
* [Italian](italian.txt)
* [Czech](czech.txt)
##Wordlists (Special Considerations)
@ -81,3 +82,17 @@ 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
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. 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.