I know the first 6 words in the correct order from memory as these were familiar words I used when creating the wallet a very long time ago.
Like 2010 maybe. Was all done in CLI as BTC was in its early days.
Interesting view of Bitcoin's early-days.
Just for trivia: On the contrary, the first release of Bitcoin (
Core) already included GUI and exclusively for Windows, that's even earlier than 2010.
Also, it doesn't use mnemonic seed, even in the latest version.
Now, since you've said "
I used when creating the wallet", this suggest that the client didn't provided you the seed phrase but you provided it with those words instead, no?
Perhaps you're talking about Electrum's early version (
2011),
The first official release asks for a "
Passphrase" which will then be used as seed by the client. (
later versions use RNG)
However, it will be hard to find a specific tool that can bruteforce the rest of the words that you've used given that it should be specific for old Electrum code.
And also, if it's actually 12 words, then it will not be feasible.
Or Perhaps it's actually a "
Brainwallet" which is basically a private key result from SHA256 hash of those words.
Does any of these sound familiar?