1
0
mirror of https://github.com/bitcoin/bips.git synced 2024-11-19 09:50:06 +01:00

Merge pull request #1047 from prusnak/bip39-wordlist-warning

bip39: discourage from using localized wordlists
This commit is contained in:
Luke Dashjr 2021-02-03 22:19:52 +00:00 committed by GitHub
commit 3b0662a622
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,7 +113,14 @@ will make the desired wallet available.
==Wordlists==
* [[bip-0039/bip-0039-wordlists.md|Moved to separate document]]
Since the vast majority of BIP39 wallets supports only the English wordlist,
it is '''strongly discouraged''' to use non-English wordlists for generating
the mnemonic sentences.
If you still feel your application really needs to use a localized wordlist,
use one of the following instead of inventing your own.
* [[bip-0039/bip-0039-wordlists.md|Wordlists]]
==Test vectors==