Post
Topic
Board Bitcoin Discussion
Re: The Legend of Satoshi Nakamato, FINAL STEP PUBLISHED.... 4.87 BTC GRAND PRIZE!
by
smracer
on 12/12/2017, 20:44:38 UTC
I had this idea of a 12 word seed as key.

So I looked at the Sheakspeare poem: https://www.poetryfoundation.org/poems/45085/the-phoenix-and-the-turtle-56d2246f86c06

And tried to match words with the BIP39 wordlist: https://github.com/bitcoin/bips/blob/master/bip-0039/english.txt

But I got too many words making impossible to try all combinations.

1FLAMEN6rq2BqMnkUmsJBqCGWdwgVKcegd  is a vanity address.  Using a word list is impossible.

She got a random private key similar to this - 5KTVSQgC3Mx1hBWzFSADwYds4L31nbPSNPRQwE1F2GwDfdUjSZK

I found the vanity address 1FLAMEuWQftZ6moQvbAZo5aTqpPbeCrjZj  the above is the private key.

She then encrypted the key using BIP38 and got something similar to this.

6PRN5sGMbcMKzqP1ofE7t4CeMeKmxzSQ6MRfp6cPAGipe1HiF4L9Jf3E2p

This is what is hidden in the flames.  Find 6PR and you get the BTC.

It could be in binary in which case you are looking for this string 00110110 01010000 01010010

Hex is 36 50 52. I don't think it is encoded using hex though.

It could be an Base 64 matrix in which case it could be random.  You can't brute force that.