Post
Topic
Board Altcoin Discussion
Re: missing ONE WORD of my WAVES seed phrase, is there a chance?
by
abcdfGEEZ
on 14/02/2018, 17:18:02 UTC
Hi,

I got 14 of 15 words of my WAVES seed phrase. I dont know the position of the missing word, i do have the public key...

So odds arent too bad right? is there a tool that I can use? I bet I am not the first noob to have this kind of problem...


Thanks in advance for any helpful answer

Should be brute forceable quite easily. As Danny said on top, there are 2048 words in the seed wordlist - you can find them here - https://github.com/bitcoin/bips/blob/master/bip-0039/bip-0039-wordlists.md and 30,720 total possibilities - a python based script should be able to work it out quite quickly.


Hi thanks for answering.

Same question as for Danny, are the waves seed set of words different?

We are talking 800 waves so not the world for now but i can see waves at 50$ this year and the butthurt will only grow.

No, it's the same set of 2048 words. A script should be fairly simple to get done. Here's one - https://github.com/PyWaves/pywavestools/blob/master/address_generator.py#L225 - which checks possible seeds with addresses and can be modified to meet your particular case.

Thanks, looks like what I was searching for. I will try to understand this. What kind of program do I need to run this kind of code?

It's written in python. You can run it on the terminal on the Mac/command line on Windows or use an Integrated Development Environment (IDE) like PyCharm. If you wish to learn, you can get started here - https://www.codecademy.com/catalog/language/python

Security tip : Before running any code, make sure you understand what each line does.

I really appreciate your help. I will dive into it. Luckily I know a developer that can give me a hand. I will let you guys know how if/how it worked!