You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bitcoinlib 0.7.1 currently lacks support for Portuguese BIP39 wordlists. This is needed for generating and validating Portuguese mnemonics.
Current Behavior
Portuguese wordlist is not available in the library
Cannot generate mnemonics in Portuguese
Cannot validate Portuguese mnemonics
Proposed Solution
Add the standard Portuguese BIP39 wordlist to: bitcoinlib/wordlists/portuguese.txt
Benefits
Support for Portuguese-speaking users
Complete BIP39 language coverage
Consistency with other major Bitcoin libraries
Technical Details
Wordlist should contain 2048 words
File should be UTF-8 encoded
Follow BIP39 specification for Portuguese words
Additional Context
While this may not be a frequently requested feature, it's necessary for proper BIP39 language coverage and to support Portuguese-speaking Bitcoin users who prefer working with mnemonics in their native language.
The text was updated successfully, but these errors were encountered:
Description
bitcoinlib 0.7.1 currently lacks support for Portuguese BIP39 wordlists. This is needed for generating and validating Portuguese mnemonics.
Current Behavior
Proposed Solution
Add the standard Portuguese BIP39 wordlist to:
bitcoinlib/wordlists/portuguese.txt
Benefits
Technical Details
Additional Context
While this may not be a frequently requested feature, it's necessary for proper BIP39 language coverage and to support Portuguese-speaking Bitcoin users who prefer working with mnemonics in their native language.
The text was updated successfully, but these errors were encountered: