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.
It worked, a friend of mine did it! Thanks for your help!