2
So I found my old wallet from 2011, I was able to pull my address and my PrivateKey using pywallet. I downloaded Bitcoin-QT, copied the old wallet over and reran with -scan. Since it was a new install the blockchain is still updating (not finished as of this post).
I searched my address at blockchain.info and it said that address didn't have a balance. With that being said, are my efforts at recovering the wallet pointless? I pulled the wallet off an old drive so it hasn't connected since 6/2011. The entire directory is intact and the block that was processed is still in the directory as well, about 301MB big. Not sure if that helps me at all in this case.
EDIT: Here'e the pywallet dump with critical data removed. The fact that there is nothing under tx makes me believe that I'm wasting my time.
{
"bestblock": "REDACTED",
"ckey": [],
"defaultkey": "1PSatNhRDmmR6rfK5c9XJvqwB92z7beRa",
"keys": [
{
"addr": "1PSatNhRDmmR6rfK5c9XJvqwB92z7beRa",
"compressed": false,
"hexsec": "REDACTED",
"label": "",
"private": "REDACTED",
"pubkey": "REDACTED",
"reserve": 0,
"sec": "REDACTED",
"secret": "REDACTED"
}
],
"mkey": {},
"names": {
"1PSatNhRDmmR6rfK5c9XJvqwB92z7beRa": ""
},
"pool": [],
"settings": {
"addrProxy": "127.0.0.1:23075",
"fGenerateBitcoins": "False",
"fUseProxy": "False"
},
"tx": [],
"version": 32100
}
what do you get with listtransactions? – jcomeau_ictx – 2014-02-02T21:37:57.240
I get an empty dataset from Bitcoin-QT. The Blockchain hasn't finished downloading yet, so I'll try again once it has, but I'm sure it will be the same. – Majordeek – 2014-02-02T21:41:41.603
What do you mean by "the block that was processed"? – Nate Eldredge – 2014-02-02T21:47:58.583
@nate-eldredge Sorry, my entire concept behind everything is still Beginner at best. What I'm referencing is the blk0001.dat file in the same directory as the wallet.dat on the older computer. I don't THINK it has any relevance to the recovery process, but thought I would throw it in there just in case. – Majordeek – 2014-02-02T21:52:54.637
Oh, I see. blk0001.dat is just blocks (transaction data) that you have downloaded, so indeed it is not relevant here. Anyway, it sounds like you never had any coins, so there is nothing to recover. – Nate Eldredge – 2014-02-02T22:23:21.597