Based on what he has written and discussed in that story here are my questions.
Here is what's known:
An Electrum wallet was made in April of 2012.
The public address of the wallet is known.
6 of the 12 seed words are known (but not the order).
4 of the remaining seed words are a possible match.
Given his approach how long would it take if only 6 of the words match, 7 match, 8 match, 9 match or 10 match?
The approach would be slightly different.
First of all, the article that you read is about BIP39 seed phase which is different from old Electrum seed before v2.0.
The striking difference is the 1626 wordlist which is a lot smaller than BIP39's 2048 words.
Next is the derivation path which is shorter with "
master_private_key/receiving or change/address_index" (
e.g.: m/0/0 = 1st address)
than BIP39 which commonly uses either BIP44, 49, 84, etc. which is longer so it requires more HMAC-SHA512 hashes to get to the address_index (
e.g.: m/44'/0'/0'/0/0 = 1st address)
So overall, it may be easier than the article only if the factors are the same.
However, with 6 out of 12 words, that could still take a long time depending if the other 4 words are correct.
(
I'll leave the math to others)