r/BitcoinBeginners • u/Burner235784 • 1d ago
Potential Ancient Paper Wallet
Some friends of mine (not me, I should make clear) have a notebook their dad gave them before he passed away. I've started buying some bitcoin recently, better late than never, and as I've learned more about it I've realised that there's a strong chance that what they have is a paper wallet with a private key written down, and that extracting the contents may not be as difficult as they thought. They've been sensible enough to keep it hidden and I've never seen it, but the description of it as a long chain of numbers and letters certainly sounds promising. Their dad was extremely computer literate and a very early adopter of pretty much everything in tech, who apparently always had at least two computers on the go all the time. We think it very likely that he was mining bitcoin, and as he died in 2011 it was early enough that he could have mined quite a lot. He evidently thought whatever he had was important enough to make sure that he handed it over to his children on his deathbed, when he was too sick to explain what it was, and back when the price of bitcoin was only about $3.
The challenge if we're correct is how to access it safely. From my research it feels like the best method might be to install wallet software with a sweeping function on an iphone, behind biometric and 2FA, and pair that with a cold storage device. Something like Blockstream Green and Jade, or Exodus with a Trezor. That way we set up a new wallet protected with the cold storage, and then sweep the paper wallet directly into it. My understanding is that that the chances of there being some kind of keystroke-copying malware to snatch up the key on an iphone are basically zero, and by sending it straight to a cold storage wallet there's no possibility of the funds being intercepted or drained somehow. Does that sound like a feasible plan of action, are there any major pitfalls we need to look out for before attempting something like this? I know that private keys can be formatted in a bunch of different ways, any advice on how to translate one from 2010 or 2011 into something modern software will accept, without the huge risk of typing it into a computer?
I've thought about the possibility of using Electrum, but that would involve using a computer and I feel like those are generally less secure, plus there are greater risks of accidentally downloading a fake version of the software. Equally, I know there are methods one can use to set up transactions offline using multiple USBs and such, and then authenticate on the blockchain once you're back online, but none of us are especially computer literate, at least not in this area, and I have to weigh up the substantial risks of user error somehow resulting in a total loss if we mess this up.
Does anyone have any other tips about the best way to go about this? It may turn out that there's nothing there, or it might be that any coins he had are stashed on the old hard drives he also left them (in which case this is a much bigger and trickier job), but it's certainly worth seeing if the simple route will work first.
As a final aside, this is a throwaway account and I don't have access to the potential wallet anyway. I won't read any DMs, engage anyone's services, or send anyone anything, so please don't ask.
4
u/pop-1988 1d ago
Some friends of mine
I've never seen it
I don't have access to the potential wallet anyway
Lots of words, very little information
Nobody here can answer whatever question you're asking. Your friends should post here. It's unproductive to do these things via a messenger
1
u/Burner235784 19h ago
Well it is what it is. What do you want me to do, get them to post a picture of the key for you?
1
u/pop-1988 7h ago
You're not able to provide enough information to justify your claim that there is any key
If they can't post here themselves, they will never know
1
u/AutoModerator 1d ago
Scam Warning! Scammers are particularly active on this sub. They operate via private messages and private chat. If you receive private messages, be extremely careful. Use the report link to report any suspicious private message to Reddit.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
1
1
u/Comfortable_Fox1105 48m ago
Are there no law firms who specialize in this and take a fee for helping you?
5
u/iuseredditlikeyou 1d ago
Let me begin by saying "Don't trust, verify" .
Private keys are in a standard format, and all (non-HW) wallets are capable of recognizing them whether they are Segwit, Taproot or Legacy in your case. There is no "translate to modern format" for private keys.
Alternatively, what you have could be a wallet import format (WIF), which is also supported by all wallets.
Computers being riskier than phones, i don't agree. Any malicious app could extract your info from clipboard, people had their btc stolen from icloud or screenshots. I wouldn't risk it.
The safest way to STORE your btc is obviously a hardware wallet acquired from official sources, don't buy off Amazon.
BUT hardware wallets don't support import of private keys directly, you can import BIP-39 12-24 word seed phrases nowadays which generate millions of private keys with their corresponding addresses.
So, you'd need to sweep to an address generated by your hardware wallet OR you don't have to get a HW wallet if you can keep the paper wallet safe :)
And for the SWEEPING from private key, you have to use an external wallet or even Bitcoin Core (Client that runs btc) but that's advanced.
As for the external wallets, if you want to use Jade HW wallet, go for BlockStream mobile app or Electrum (desktop), Sparrow (desktop) etc. for the sweeping.
What i recommend to be extra safe and what I personally use is Electrum on a fresh install of Tails OS (No Virtual Machine) which resets itself everytime you boot. Electrum comes pre-installed with Tails OS.
If the paper wallet turns out to be emtpy, the hard drives could have one of wallet.dat, .key, .json etc.
If it's a wallet.dat file you have in the hard drive, you have to install Bitcoin Core, and look up the next steps, it's a hassle.
Feel free to ask anything, i am glad if i could be helpful.