Pages:
Author

Topic: Recovering wallet with .dat files (no key phrases) - page 2. (Read 563 times)

newbie
Activity: 12
Merit: 0
I have followed the steps provided, How can I load up the wallet I have saved? The image below shows the files from bitcoin core. Thank you guys for the help you have provided me with.

https://i.imgur.com/qgpBdx1.png
copper member
Activity: 2856
Merit: 3071
https://bit.ly/387FXHi lightning theory

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!

Your other backup should be enough for keeping your wallet safe enough (the it might be safer to have at least 2 backups).

Either method should work fine as one is for when your node/wallet software is running and the other is faster for when it's not running.
legendary
Activity: 2394
Merit: 5531
Self-proclaimed Genius
I am wondering if it is possible to recover an old wallet from 2011-2013 without the key phrases. I believe I have the backup but I am not entirely sure. The folders/files I have are:
What do you mean by "key phrases", your wallet's passphrase (password)?
If you don't have it, you'll just waste your time syncing core since it will ask you the passphrase once you want to send the funds out.
Your only option is to bruteforce but you need to have some password candidates or at least some parts of it.

If you mean the "seed phrase" or "mnemonic" or "backup phrase", Bitcoin Core never supported seed phrase backup.
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
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:
# First enter the .bitcoin folder using 'cd'
python pywallet.py –-dumpwallet –-wallet=wallet.dat

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
newbie
Activity: 12
Merit: 0
Anytime, even now.
After synchronisation Bitcoin Core should display updated balance, transactions etc. And then it will be possible to move coins to other wallet.
But there is also other solution: without waiting for full synchronisation (download of full blockchain) you my try to dump private keys and import them into other, maybe more user friendly client, like Electrum.
Google for command ’dumpprivkeys’, you need to do something like:
https://bitcoin.stackexchange.com/a/5933



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!
legendary
Activity: 952
Merit: 1367
Anytime, even now.
After synchronisation Bitcoin Core should display updated balance, transactions etc. And then it will be possible to move coins to other wallet.
But there is also other solution: without waiting for full synchronisation (download of full blockchain) you my try to dump private keys and import them into other, maybe more user friendly client, like Electrum.
Google for command ’dumpprivkeys’, you need to do something like:
https://bitcoin.stackexchange.com/a/5933

copper member
Activity: 2856
Merit: 3071
https://bit.ly/387FXHi lightning theory
Should I back it up after I synch?

Do it before (as soon as possible) just in case. The syncing process is quite intense on drives and may cause problems. I'd recommend shutting down core first too if you're still syncing and waiting for the shutdown box to go before fiddling with copying the wallet.dat in case core keeps a lock on it until it's completely finished shutting down.
newbie
Activity: 12
Merit: 0
Should I back it up after I synch?
legendary
Activity: 952
Merit: 1367
Wallet.dat is the file you are looking for.
Do the backup of that file before you start playing with recovery!
newbie
Activity: 12
Merit: 0
Hello all,

I am wondering if it is possible to recover an old wallet from 2011-2013 without the key phrases. I believe I have the backup but I am not entirely sure. The folders/files I have are:

blocks (file folder)
chainstate (file folder)
database (file folder)
testnet3 (file folder)
.lock
banlist.dat
db.txt
debug.txt
fee_estimates.dat
mempool.dat
peers.dat
wallet.dat

I am currently synching Bitcoin Core to maybe help locate the wallet address first.

Not really sure what I am dealing with here so hopefully I can get some insight on this situation.

Thanks in advance! Grin
Pages:
Jump to: