Long story short:
- Running RAID0
- Updated Mobo Bios - broke fakeraid
- Was going to use TestDisk to rebuild the MBR, screwed up and acidentally "quick formatted" the array
- Used TestDisk, PhotoRec, and another piece of software to rebuild the inode index and get all of my data back
It appears that ALL of my data is intact and works. PDFs, mp3s, mkvs, xlsx, vsd, etc - anything important I cared about. Except one thing: my bitcoin wallet.
I've went through a few threads and found pywallet recovery, bitcointools, and I think one other thing. I can't seem to get anything to work.
I have a .dat file, which correct me if I'm wrong, appears to be my key that encrypts my wallet. Then in my C:\Users\name\AppData\Roaming\Bitcoin - I have directory structure that looks like it's all there. I have wallet.dat, wallet_000.dat, wallet_001.dat, wallet_002.dat, and other files.
If I install bitcoin-qt on a brand new machine and move these .dat files to the directory, Bitcoin just tells me wallet.data corrupt, salvage failed.
I continously get this error in my Linux VM (or even my live disk for that matter):
ERROR:root:Couldn't open wallet.dat/main. Try quitting Bitcoin and running this again.
Anyone have any pointers?