-
Notifications
You must be signed in to change notification settings - Fork 14
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
Seems broken for me... Any ideas? #3
Comments
It's working on Python2 with the previous commit, so something in the latest is broken. Pity it doesn't work with Python3. git checkout 4a53f21 |
I am also looking to this issue.I created a 12 word seed from this site https://iancoleman.io/bip39/ |
If you are running the latest commit it spits out an invalid list of words. Revert to the previous commit, then you have to run with python2 as it's incompatible with python3. "git checkout 4a53f21" |
I was doing some more tests and found even the previous commit generates invalid words or spits out an "odd-length" error for some mnemonics. Forking and seeing if I can fix it... |
Think I managed to get it sorted. Working in python 3 and spits out the correct words. https://github.com/avsync/bip39chk |
Thank you verry much |
ubuntu@ubuntu-VirtualBox:~/bip39check$ python bip39check.py english
one two three angry wife disagree six seven eight daughter miss
absurd
acquire
affair
alley
angry
arch
ask
average
...
The text was updated successfully, but these errors were encountered: