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

BIP39: Add Hungarian wordlist #1129

Closed
wants to merge 1 commit into from

Conversation

peterkisfaludi
Copy link

made a list of 2048 Hungarian words with following criteria:

  1. Words are 4-8 letters long.
  2. Words can be uniquely determined typing the first 4 letters.
  3. No words with accents or hyphens.
  4. No words with Levehnstein distance less than 2 (Minimum Levehnstein distance for the full set of words is 2).
  5. Words are sorted according to English alphabet
  6. No words containing "j" or "ly" (as they are pronounced the same way, written differently)
  7. No words already used in other language mnemonic sets.
  8. Obscenities and bad language removed as much as possible

@kallewoof
Copy link
Contributor

The rebase went wrong here.

@peterkisfaludi
Copy link
Author

@kallewoof you are right, rebased to master just now

@luke-jr
Copy link
Member

luke-jr commented Jul 2, 2021

@slush0 @prusnak @voisine @ebfull

@peterkisfaludi It may be more productive in the short run to look at submitting this to https://github.com/p2w34/wlips

@prusnak
Copy link
Contributor

prusnak commented Jul 2, 2021

+1 for moving all wordlists to wlips repo

@luke-jr
Copy link
Member

luke-jr commented Jul 2, 2021

For now, the author(s) of BIP 39 have decided not to accept any further word lists into BIP 39 itself, and encourage adding new ones to the WLIPs repo here: https://github.com/p2w34/wlips

@murchandamus murchandamus mentioned this pull request Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants