18 word mnemonic seed that contains words outside of BIP39 wordlist, struggling to recover BTC

1

I recently recovered a document containing information relating to some BTC I purchased in 2015. I only have: a passphrase/password, an 18 word mnemonic phrase(the majority of which are not in the BIP39 wordlist, nor the electrum old/new wordlists, e.g. mccartney, hopkinton), and the address: 1CfadqyBDRPt62S9UvBHDPtqRu2kSvwPPu. I idiotically forgot to add what wallet I used, so I'm a bit stuck.

Any ideas about what the mnemonic could be for?

Sierra

Posted 2019-04-13T01:51:49.153

Reputation: 11

Answering these kinds of questions are rarely ever free.skaht 2019-04-13T02:10:33.330

I understand, I was just wondering if someone else had encountered a similar issue in the past.Sierra 2019-04-13T02:11:59.310

2That’s a blockchain.info “recovery phrase”, which isn’t a seed and isn’t enough to recover your wallet.Anonymous 2019-04-13T06:54:34.527

Remember the 1st four characters of the BIP39 seed words need to remain unchanged to identify what the real BIP 39 seed words are. If this gets you nowhere, read the BIP 39 Standard as to how seed words are used to synthesize entropy. You will note that the entropy associated with different spoken languages leads to wildly different results. Understanding that the effective sha512 hashing a the seed words might provide insights what happens when seed words are misspelled or improperly recorded. However, taking this approach will be very implementation specific.skaht 2019-04-14T03:34:05.993

No answers