iancoleman / bip39

A web tool for converting BIP39 mnemonic codes
https://iancoleman.io/bip39/
MIT License
3.42k stars 1.42k forks source link

Add Portuguese Wordlist #468

Closed 3rdIteration closed 3 years ago

3rdIteration commented 3 years ago

Previously raised here: https://github.com/iancoleman/bip39/pull/230

Has since been added to the BIP39 list: https://github.com/bitcoin/bips/blob/master/bip-0039/portuguese.txt

Was adding it to BTCRecover, so verified that everything is behaving as it ought in the unit tests added here: https://github.com/3rdIteration/btcrecover/commit/42fcf5bd4f84ad7a7a633a31367212ad60621e82

iancoleman commented 3 years ago

Thanks for this. Glad to see new wordlists being added to bip39, which has had a lot of difficulty in the past.