Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Portuguese BIP39 wordlist support #432

Open
halissontorres opened this issue Jan 17, 2025 · 0 comments
Open

Add Portuguese BIP39 wordlist support #432

halissontorres opened this issue Jan 17, 2025 · 0 comments

Comments

@halissontorres
Copy link

Description

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.

halissontorres added a commit to halissontorres/bitcoinlib that referenced this issue Jan 17, 2025
- Add Portuguese language support for BIP39 mnemonics
- Wordlist follows BIP39 specification
- File location: bitcoinlib/wordlists/portuguese.txt

Resolves issue 1200wd#432

Testing:
- Verified wordlist contains 2048 words
- Tested mnemonic generation and validation
- Confirmed no special characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant