pull down to refresh
0 sats \ 5 replies \ @Scroogey 21h \ on: Puzzle: There's 1 Million Sats In This Image bitcoin
Added a passphrase generator and test script (requires KeePassXC) to the tools:
There are 40 words on the card. The lesson suggests 9 rules (one cannot be followed, missing the birth-year).
Picking 4-5 words out of 40 and 2-3 rules out of 9 would take 7411 years to test.
If you pick only 4 words and use only the first two rules, it takes 89 days.
You can try your own hunches/ideas by modifying the word list or the rules in phrases.py.
Slide 21 of 'what is bitcoin' has 7 seed words in the background of the video, but those are probably unrelated
I tried a script looping for combinations that start with abstract and end with those, but stopped after a while of not finding any combination where the last word would be a correct checksum of the rest
You might be able to speed up trying these possibilities using this software.
reply
It can generate passphrase candidates using more advanced rules. But it doesn't speed up the testing (about one try every five seconds) for the KeePass file.
But many of the words on the card are actually in the BIP39 word list. It's possible that the KeePass file does not contain the private key of the Bitcoin address. But instead further hints, required to build the seed phrase of BIP39 words. btcrecover can help check seed phrase candidates by comparing generated addresses with the prize address (which we know). You can also do this manually with e.g. Electrum (Create New Wallet, Standard wallet, I already have a seed, Options, BIP39 seed, enter candidate, Detect Existing Accounts).
The reason I think BIP39 is not out of the question is that the puzzle author has posted on X in the past about helping a friend recover a partial BIP39 seed phrase.
reply
It's out of my skill range. I just thought you could program it to test all possibilities of those words for the passphrase. Paying for GPU'S might speed up the process too. Or it might end up costing more than the prize...
Good luck, I'm impressed by your perseverance!
reply