pull down to refresh

The user @DarthCoin has hidden the mnemonic (12 words) for a Bitcoin wallet with 1 BTC in one of his guides. This is how I've tried to find it.
So the information that we have is that they are in one of the guides, in random order. We assume that it's in one of the 12 general guides, and in the English version. Which might be wrong but we have to start somewhere.
We can then look for words from the BIP39 list (2048 English words) and see how the matches look like in the text. This gives us way too many results and no clear pattern (nothing like 12 valid BIP39 words together).
So we need to make more assumptions to narrow the search space. What if the words where all in the same paragraph? If we look for paragraphs with more than 12 valid BIP39 words, there are more than 2500... Way too much.
So let's make another assumption. Paragraphs with exactly 12 BIP39 words. There are 14. That's doable.
So, how hard is it to find the right order of 12 words? There are ~480 million permutations of those 12 words. Luckily, because of the BIP39 standard we have some advantage, the 12th word is a checksum. So only 1 in 12 of those permutations constitutes a valid mnemonic. We are down to 14 paragraphs with ~50 million valid mnemonics from each.
How do we find the one with 1 BTC? That's the next adventure. We now need to derive an address from that mnemonic. Is it a Hierarchical Deterministic wallet? Let's assume so... But what address do we generate? Legacy? SegWit? Taproot?
In theory the words have been there for 5 years. That means it must be one of the old guides, and probably the address is not taproot(?).
I've written a script that derives the legacy address for each and checks against my mempool to see if it has any transaction history. It takes ~100h for each paragraph to check all. And maybe I was wrong in some assumption. Let's see how it goes :-)
The paragraph I'm the most suspicious about is:
You will never sell your bitcoins back for fiat, you only stay humble and stack sats</a>, spend, buy back or earn then. HODL is the ultimate duty.
Is then instead of them a misspelling or a clue? Because them is not a valid BIP39 word.
Haha I applaude your effort. Just give up. You have more chance at finding the physical bitcoin that he has hidden. The 1btc is his backup, in a worst case scenario situation.
reply
It's fine. Was interesting to learn how hard it is even to figure out the order having the 12 words...
reply
0 sats \ 0 replies \ @ek 12 Apr
Just give up.
reply
You are wasting your time trying to rob my BTC instead of learning more about Bitcoin. That's not what a real bitcoiner will do, only shitcoiners want to take what is not theirs...
reply
I'd give it back if you want it. And wouldn't be robbing if you literally give me the keys.
I think it's been a fun experiment and I've learned about Bitcoin in the process. Furthermore, I'm either discouraging the next person that sees your nerdsniper message (https://xkcd.com/356/) from trying, or at least saving them some time to get started ;-)
reply
if I would let on a table a paper with a wallet seed on it, you would take it and use it for yourself without telling me ? Taking something that is not yours, isn't it robbery ? And you are doing it also with premeditation.
reply
No.
But if you leave a riddle and challenge people to find it, then yes. And I would let you know as I did. Feel free to move them, they are your coins. The challenge still works even if the account is empty. Would be satisfactory enough to find a wallet that once had 1 BTC.
When I started I thought that you actually wanted people to find it. As some kind of reward for getting educated about Bitcoin. You literally say: “read my guides, there's even the 12 words for a wallet containing 1 BTC on them, in plain sight”.
reply
“read my guides, there's even the 12 words for a wallet containing 1 BTC on them, in plain sight”.
When I read this for the first time, my head 🤯 exploded. (As when I heard him say he left 1 BTC under a rock 🪨 Over there on some European path) 🤯
I did not understand how someone could leave a 1 BTC out there.
Then I understood that @DarthCoin was simply someone who had many BTC. And his life will not reach them all even if he wants to do it.
I thought the following: 🤔💭 This man has left a great challenge for those who are worth finding it. And that is amazing.
I don't understand why he says now that they want to steal it ... 😵‍💫
You should be happy. (Someone appeared worthy who resolved the riddle). And it deserves its reward.
Maybe he thought no one could achieve the feat.
reply
I understand it the same way. Same goes for the photo of the cats with steganography for a wallet.
One thing is to leave a piece of paper with 12 words under a rock in the middle of nowhere, with instructions how to GET the sats, as geocaching game. And another thing is to hide 12 words in a guide, online, as a proof that nobody can think about it as a place to keep a seed.
As I said: if I leave on a table, in a coffee shop a piece of paper with 12 words of a seed, 99,99% of people seeing it will take it as it could be THEIR property. Only 1 or 2 will take the paper and give it back to me.... THAT is my point. People nowadays think only in TAKING what is not theirs... there's no respect for property.
The intention of finding them is clearly of taking something that is not yours. This is the wrong part that people do not understand. They think that if is posted online, it up for grabs, they don't even think about THE MORALITY of that act, that is pure robbery.
And I did that exactly to see how people nowadays think. There's no morality, everybody wants to do harm to another (steal, damage, kill) and we will never evolve to a higher level of intelligent beings if we do not respect the natural law.
Interesting to solve an unsolvable problem 🤑
reply
This is interesting! What are the chances of getting the hidden coins?
reply
I would say that without more clues it's not doable. It needs to be narrowed down even more or at least validate the assumptions so that it makes sense to leave a server trying for months.
reply
Well, I think this might make @DarthCoin to move the coins to another address. I wouldn't leave the coins in an address, whose private key is hidden in a known series of books and articles.
reply
why would I do that? He have 0 chances to find it. I am not worried that somebody will find it. I am more worried for what kind of people are trying to find it. And on top of that it shows his shitcoiner character, trying to take something that is not his.
reply
Hahaha! I like the way you think. For sure, shitcoiners exist. They exist to get what they don't deserve.
reply
Since when does solving a riddle make you a shitcoiner? Where do you deduct that I would move the coins if I ever found the wallet?
Wow this is a fun adventure. Good Luck.
reply
10 sats \ 11 replies \ @OT 12 Apr
Hope you find it. Don't know if Darth would make it that easy.
BTW, how did you narrow that info down? You wrote a script or was it an AI model?
reply
There isn't that much info from Darth (one guide, random order words, there for 5 years). The rest are just guesses (within a paragraph, with 12 BIP39 words, first address). The script just computes the permutations, checks if they are valid, and derives the addresses to look up via mempool API.
reply
Whats do u use to do that? Its interesnting and i want to learn.
reply
Python.
reply
Can u send me the code u used?
reply
Can I @DarthCoin? Or will you get angry at me again xD
Happy hunting!
@DarthCoin, I knew you had done this, but are you hoping someone will find it or were you making a point about how secure seed phrases are?
reply
Great work! You might find this post useful: How I checked over 1 trillion mnemonics in 30 hours to win a bitcoin. It’s a fascinating read.
reply
This is a series I want to follow since I don’t have the technical knowledge to find it myself.
reply
Queridos amigos, familiares e benfeitores, A Páscoa é um tempo de renovação, fé e compartilhamento, mas este ano, estamos passando por dificuldades financeiras e gostaríamos de pedir sua ajuda para tornar esses dados especiais para nossa família. Se você pudesse contribuir, ficaríamos extremamente gratos! Aceitamos doações em Bitcoin (BTC), além de outras formas de ajuda (como alimentos ou transferências tradicionais, se preferir). bc1qrqj8n4kg6f02td8edvd6jc6hte5qtsywxwe39y
Is it possible to stack without spending?
reply
Sure. But what's the relation with this post?
reply
Everything! Cos I wonder how you're able to stack up 1btc without spending out of it or don't you own the wallet? @klk
reply
That's not my wallet. Ask @DarthCoin
reply
I bet Darth is moving those coins now!
reply
They are as secure as they were before 😜
reply
deleted by author
reply
reply
The seed words can be different from the ones in the dictionary, right?
reply
You can derive a wallet from anything. Numbers, a passphrase, rolling dices, ...
But when people talk about 12 words it should be the BIP39 standard.
reply
These are the paragraphs from 2021 having exactly 12 valid BIP39 words:
No clear suspects...
reply
The sentence I was the most suspicious about is from 2022 so that shouldn't be it... Must be one of the guides from 2021... And there's one from December that year about moving your cold storage to taproot xD Is this another clue?
reply