Possible to restore an Electrum wallet with partial (12/13) seed?

0

Long story, but I need to restore an Electrum wallet (version 2.x). I have the seed, except the first word which got ripped off a legal pad.

So with 12 of the 13 seed words, what can I do to restore the wallet? I've tried to look at the word list and test possible 1st seed words, but haven't had any luck. Is there another way to skin this?

Any ideas / help would be very much appreciated. Hoping this isn't a costly mistake.

east-end-aa

Posted 2016-12-18T01:22:15.117

Reputation: 1

Answers

1

There are only 2048 possible first words, if your other 12 words are correct, this guarantees that you will find the seed. Here is the list of possible words for English:

https://github.com/bitcoin/bips/blob/master/bip-0039/english.txt

There is also a checksum involved in the seed, so it's possible to narrow down the list further if you can program a bit. Best of luck.

Jimmy Song

Posted 2016-12-18T01:22:15.117

Reputation: 7 067

thank you. how would i use the checksum to create a program to cull the list some?east-end-aa 2016-12-18T01:35:06.540

never mind... solved it. :)east-end-aa 2016-12-18T02:10:48.133