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

Seems broken for me... Any ideas? #3

Open
avsync opened this issue Jun 2, 2020 · 6 comments
Open

Seems broken for me... Any ideas? #3

avsync opened this issue Jun 2, 2020 · 6 comments

Comments

@avsync
Copy link

avsync commented Jun 2, 2020

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
...

@avsync
Copy link
Author

avsync commented Jun 2, 2020

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

@AlloryDante
Copy link

I am also looking to this issue.I created a 12 word seed from this site https://iancoleman.io/bip39/
I inserted 11 in the software
The 12 word seed provided by the web generator could not be found in the list generated by the software

@avsync
Copy link
Author

avsync commented Jun 6, 2020

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"
"python2 bip39check.py english"

@avsync
Copy link
Author

avsync commented Jun 6, 2020

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...

@avsync
Copy link
Author

avsync commented Jun 6, 2020

Think I managed to get it sorted. Working in python 3 and spits out the correct words. https://github.com/avsync/bip39chk

@AlloryDante
Copy link

Thank you verry much

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

2 participants