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
3 changes: 3 additions & 0 deletions bip-0039.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ JavaScript:
* https://github.com/bitpay/bitcore-mnemonic
* https://github.com/bitcoinjs/bip39 (used by [[https://github.com/blockchain/My-Wallet-V3/blob/v3.8.0/src/hd-wallet.js#L121-L146|blockchain.info]])

Perl:
* https://github.com/perlancar/perl-Bitcoin-BIP39 ([[https://metacpan.org/pod/Bitcoin::BIP39|Bitcoin::BIP39]] on CPAN)

Ruby:
* https://github.com/sreekanthgs/bip_mnemonic

Expand Down
8 changes: 8 additions & 0 deletions bip-0039/bip-0039-wordlists.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* [Chinese (Traditional)](chinese_traditional.txt)
* [French](french.txt)
* [Italian](italian.txt)
* [Indonesian](indonesian.txt)

## Wordlists (Special Considerations)

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

### Indonesian

1. Selected from most common words (Wikipedia Indonesia corpus).
2. At least 4 characters long.
3. Words can be uniquely determined typing the first 4 characters.
4. Words are not found in the other languages' BIP wordlist, so language detection is easy.
Loading