Post
Topic
Board Bitcoin Technical Support
Merits 1 from 1 user
Re: Recovering wallet with .dat files (no key phrases)
by
NotATether
on 30/12/2021, 02:50:23 UTC
⭐ Merited by ETFbitcoin (1)
I have the original backed up on a different computer, will this suffice or do I have to back it up on the device I am currently syncing on? Also, I watched a couple tutorials on how to back it up and I am seeing people using "back up" from Bitcoin Core to achieve this. Is there another method to back it up?

Cheers!

First, copy the wallet.dat file to another location to attempt to open that (you don't want to destroy the only file copy you have).

Now you can download "pywallet" from Github and use that to print the private keys inside the wallet file. This only works if the wallet is not encrypted, or it's encrypted and you have the password.

Quote
Code:
python pywallet.py –dumpwallet –datadir=.

# Download links to python and pywallet:
https://github.com/jackjack-jj/pywallet
http://www.python.org/ftp/python/2.7.2/python-2.7.2.msi