5
1
I set up Bitcoin (application) software on a WinXP machine in 2011 and received some Bitcoin. I set the machine aside, disconnected from the internet. Now I want to access the 2011 Bitcoin.
Lately I verified my Bitcoin address/public key on blockchain.info, and the BTC is still there. I backed up the public key and wallet.dat* onto a flash drive. The WinXP machine is functioning.
I am a former coder but new to Bitcoin under the hood, but willing and able to learn whatever is necessary to retrieve, control, and move the BTC. *I suspect that the wallet.dat file "contains" the private key, but I can't read the file contents with Notepad.
What secure tools do I need, and what is the best way to fill my knowledge gaps so that I can resume control of the BTC?
Thank you, Jonas. I will give this a try, and give you feedback. It may take a couple days. – user2788603 – 2017-07-05T22:28:11.657
Jonas, (or anybody), I still have a couple of questions: Q1...While I am taking steps 1 thru 7, will I at some point be able to actually see my 2011 key? I am interested in maximum security.When I make a paper wallet, I can see both keys...especially that private key, can see it exactly character by character. I can't see the 2011 one now - it's somehow encoded in that wallet.dat file Q2...I've been reading 'Mastering Bitcoin' (by A.A.); what are the chances I protected that 2011 private key with a password? IOW, Did 2011 Bitcoin Client require this back in the day? – user2788603 – 2017-11-14T21:28:51.403
2The wallet.dat file is not human readable (it's a binary database). You can use the RPC command (Bitcoin-Qt / Debug Console)
dumpwallet <filename-with-path>to get a human-readable export. – Jonas Schnelli – 2017-11-15T06:44:46.610