Bitcoin Forum
September 28, 2025, 04:36:10 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Bitcoin Technical Support / Re: Need help and advice regarding recovery on: July 12, 2022, 10:32:09 AM
Honestly, I don't really fancy your chances... an XP machine that was reformatted to Win7 and then "used" for up to 2 years afterwards? Undecided

Particularly if the friend nearly filled up the hard disk with data, or maybe even half of the hard disk. In those cases, the wallet bytes won't even be on the raw image, and you'd have to use some specialized tools to see if you can read the original (unencrypted) bytes.


It was pretty clean not many files, it was used mainly for work accounts/ quotation after formatting but i don't think the existance of any wallet.dat remains - i found and recovered a few long lost photos from the xp data and thats about it. Time to move on, the btc will just have to remain where its been since 09.


Really like to say thanks to everyone who took time to give me some advice and tips to help. cheers
2  Bitcoin / Bitcoin Technical Support / Re: Need help and advice regarding recovery on: July 12, 2022, 10:20:59 AM
Honestly, I don't really fancy your chances... an XP machine that was reformatted to Win7 and then "used" for up to 2 years afterwards? Undecided

Also... that browser based version of PyWallet isn't really suitable for disk/image scanning for wallet files... it was more as a utility for working directly with known wallet.dat files.

If you're trying to scan the disk/image for possible files... you'll need to use the command line version.



Late replying back to this thread, been away with temp illness.

Yeah think you're right tbh. Chances look dead. The PC was used about this long after reformatting before the motherboard/cpu or whatever failed and i never bothered with it again.
3  Bitcoin / Bitcoin Technical Support / Re: Need help and advice regarding recovery on: July 03, 2022, 02:06:00 PM
Just wondering, where did you download pywallet? AFAIK there's no option to install pywallet.
i found it through this old thread, 10 posts down.

https://bitcointalk.org/index.php?topic=2398504.0

I understand what you meant. To be precise, it extract all files and install required software (such as Python). I just tried "PWI_0.0.3.exe" on Windows 10, but i encountered problem and it quit hallway. But i managed to run pywallet on Windows (after i check install script and other user post). Here's what i did,

1. Download and install Python from https://www.python.org/downloads/release/python-2716/. I choose "Windows x86-64 MSI installer". Make sure you enable "Add python.exe" to the path.



2. Download pywallet from https://raw.githubusercontent.com/jackjack-jj/pywallet/b52c955f8c93a75745166ebf281448016e1f22e2/pywallet.py. I right clicked the page and save it at Desktop. On your Desktop, you should see "pywallet.dat" file.
3. Open CMD and run this

Code:
cd Desktop
pip install twisted
python pywallet.py --web --port 8989

4. Open your browser and enter localhost:8989. Afterwards you should see something like this.



P.S. Sorry for rough explanation, i rarely use windows for this kind of stuff. I also never use web version either.

Thanks a lot for this guide, very good. I will have a crack at it this week. I will also go back to Linux and try as suggested - making a clone using DD and try to work it that way. It is all beyond me this stuff, bit too technical but willing to try and at least put any doubts to rest by exhausting every avenue of search. All i know is at the time i was running SETI (search for extra terrestrial intelligence) - crunching data & i ran bitcoin to mine in the background alternatively, it was in 2009 as i left the country later that year. If it's gone it's gone, game over. Appreciate all the replies  Smiley Smiley
Cheers
4  Bitcoin / Bitcoin Technical Support / Re: Need help and advice regarding recovery on: July 01, 2022, 02:08:34 PM
I've tried to run pywallet but really struggling.

I downloaded the file into downloads it auto ran the installation

Just wondering, where did you download pywallet? AFAIK there's no option to install pywallet.

Opened win + R CMD

Typed  cd C:\Users\'name'\downloads\ pywallet

it comes back to say
The system cannot find the path specified.

At least for this error, it's likely you write the folder name incorrectly. Have you tried cd one folder at a time?

Code:
cd Downloads
cd pywallet

i found it through this old thread, 10 posts down.

https://bitcointalk.org/index.php?topic=2398504.0
5  Bitcoin / Bitcoin Technical Support / Re: Need help and advice regarding recovery on: July 01, 2022, 10:24:00 AM

Not tried pywallet.....I installed python 2.7 on my c drive . How do i run it , just command line ? and say if the mounted disk is Local disk (z) how do i get it to target that cloned image ?

If you launch it from inside of WSL, you will have your drives under /mnt folder, like "/mnt/c/...."(it will be probably "--recov_device /mnt/z")
If you boot your machine into pure linux, it will appear somewhere under /dev/ folder.


[/quote]

I've tried to run pywallet but really struggling.

I downloaded the file into downloads it auto ran the installation - created files in c: program files 86x\  GnuWin32 folder it also created a pywallet bat file which it dumped into downloads where the auto zip file was. Ran the install bat.

Opened win + R CMD

Typed  cd C:\Users\'name'\downloads\ pywallet

it comes back to say
The system cannot find the path specified.

This is melting my mind  Grin

6  Bitcoin / Bitcoin Technical Support / Re: Need help and advice regarding recovery on: July 01, 2022, 06:37:05 AM
I've got Winhex downloaded and i did a search the other day for 0420 and  it came back with results but i read this is common to find. I didnt know about the other hex to search like the ones you've added , so i will try them.

I used ddrescue to create a disk image of the hdd on Linux.  i think i will look at your suggestion. Simply because i'm not sure if the Windows software is including everything. I ran Testdisk, Dmde, recuva and r-studio and they all find different deleted files, quite impressive really but i need to search for the wallet - need to get those python scripts working..I'm literally looking through folders one by one.

I did find bitminter client and username details to which i contacted their email support - its no longer running. Was good enough to reply to inform me it was just dust, i dont even remember running it so sounds right.😁


 cheers for everyones input.

7  Bitcoin / Bitcoin Technical Support / Re: Need help and advice regarding recovery on: June 30, 2022, 11:54:57 AM
Ok thanks guys, i will look into WSL that sounds a lot better to figure out. Yes i was wondering which cloning software  will pick up all deleted data and not worry about missing sections. As i say, some software has picked up deleted data, it's just messy to look at so i'm not too sure. If i figure out pywallet and it comes back with nothing then maybe best put it to bed and accept it's gone.
8  Bitcoin / Bitcoin Technical Support / Re: Need help and advice regarding recovery on: June 30, 2022, 11:30:38 AM
Then as i read was advisable , i cloned the HDD booting my windows laptop into a Linux ubuntu usb boot key.

Depending on your Windows version (10?) You may use WSL, to have easily "two" systems, and launch linux as a any other program. Maybe it would make your life a little easier. Then you may see your mounted/external disk in WSL and use linux tools.
Were you able to restore any folders structure? What you see are probably program file, not saved wallet.
Did you try pywallet or not yet?
https://bitcointalk.org/index.php?topic=38004.0


Hi, Yes i am running Windows 10. What is WSL , is it like a dual boot thing ? No i have not restored any folder structures, i ran Testdisk, r-studio - which came back with deleted sections but i didn't recover them as was unsure what to bother with. Also ran DMDE using the search for wallet.ini, but as you say likely program file.

Not tried pywallet.....I installed python 2.7 on my c drive . How do i run it , just command line ? and say if the mounted disk is Local disk (z) how do i get it to target that cloned image ?

Cheers
9  Bitcoin / Bitcoin Technical Support / Need help and advice regarding recovery on: June 30, 2022, 09:58:49 AM
Hello,

I'm aware the forum is probably awash with these type of posts, so i sincerley apologise for another. i've spent a few weeks trying to possibly recover bitcoin wallet from mining in 2009 but hit a dead end, so i've come to ask for advice.

So to explain, I mined bitcoin propbably early 2009 for roughly 2 months, before thinking it was not really worth leaving the pc on and called it a day. This was on an old pentium 4 pc desktop, nothing great. I left the country oct 09 and left my PC with my friend and said he could use it until i returned. Upon returning 2011, he had wiped windows xp and put on win7 OS.

I got the pc back, but it packed in and i never used it again.

I never had any interest in cryptocurrency until last year, and recently saw a thread on reddit explaining that even with a formatted drive, that it's possible to recover deleted bitcoin wallet.

So i got the old hdd out and bought a sata 3 caddy.

Then as i read was advisable , i cloned the HDD booting my windows laptop into a Linux ubuntu usb boot key.

I used ddrescue and saved the cloned drive image to an external.

I have searched for wallet.dat and don't see anything from a standard search or browsing to app data. I think i need to recover the deleted xp formatted part. If this is not possible and it's simply gone and it's toast, then fine, i just move on.

I managed to figure out how to run testdisk and found lot's of deleted stuff but so much came back i had no idea what to do with it all next.

Then i tried to follow the instructions from this thread to use keyhunter.py https://bitcointalk.org/index.php?topic=2857580.0 .....but this is where i am stuck, i do not know Linux, nor am i good technically with computer code like this...So i couldn't get it to work.

I mounted the cloned hdd image, but no idea how to use keyhunter.py it said to make it executable - no idea.

Then i went back to windows 10, cloned the hdd once again using EaseUS software ( windows wouldnt open the Linux created image file), mounted it which created it as Local drive (Z)

Then i ran R-studio and followed this guide https://www.disktuna.com/recover-lost-or-deleted-bitcoin-wallet-dat-using-r-studio/

The script wallet.ini filled raw data files as suggested to use in that guide came back with various wallet folders with a total of 39 dat files - probably nothing looking at it, none were marked wallet.dat. I still haven't recovered any potential formatted data though.

Edit **the search using wallet.ini that came back with 39 files - i used a program called DMDE.

So is this just toast and chasing btc ghosts or is there something else i could do ?

Cheers
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!