Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions bip-0039/bip-0039-wordlists.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* [Chinese (Traditional)](chinese_traditional.txt)
* [French](french.txt)
* [Italian](italian.txt)
* [Russian](russian.txt)

##Wordlists (Special Considerations)

Expand Down Expand Up @@ -81,3 +82,22 @@ 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.

### Russian

Credits: @status-im @farazdagi
([The pull request](https://github.com/bitcoin/bips/issues/432))

Words chosen using the following rules:

1. Simple and common words.
2. Length between 4 and 8 characters.
3. Mostly nouns, some hand-picked infinitive verbs, and adjectives.
4. First 4 letters are unique between all words.
5. No complex verb forms.
6. No plural words.
7. No negative/offensive/sad/bad words.
8. No words already used in other language mnemonic sets.
9. Levenshtein distance between all words is **at most** 0.87 (lower values rejected due to diminishing returns).

All the words have been manually filtered + double-checked using scripts.
Loading