Bitcoin Forum
April 20, 2024, 12:16:52 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: restore/recover backed up wallet  (Read 481 times)
roberto32 (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
October 09, 2013, 11:04:48 AM
 #1

I use linux my wallet was in chown-ed folder but as I install second distro I eventually erase  filesystem parititon of the old distro. After that my wallet (which is in another parition which was left there unchanged -no formatting) has different adress, cleared history, no coins.. but fortunately I backed it up before. So my question is how to restore the old wallet?? I read somwhere that I've to named it wallet.dat and place it somewhere in bitcoin folder but where??
You get merit points when someone likes your post enough to give you some. And for every 2 merit points you receive, you can send 1 merit point to someone else!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
orymh
Full Member
***
Offline Offline

Activity: 167
Merit: 100



View Profile WWW
October 11, 2013, 11:31:26 PM
 #2

This depends entirely on what Bitcoin client you're using. If it's Bitcoin-Qt, then the wallet file is indeed named wallet.dat. You can recover it by reinstalling Bitcoin-Qt (which it sounds like you may have already done), and replacing your newly-installed wallet.dat with the wallet.dat from your backup. If it's a different client, the file name (and possibly the process to recover it) will be different.

DannyHamilton
Legendary
*
Offline Offline

Activity: 3360
Merit: 4570



View Profile
October 11, 2013, 11:45:34 PM
 #3

https://en.bitcoin.it/wiki/Data_directory

Quote
Linux

By default Bitcoin will put its data here:

Code:
~/.bitcoin/

You need to do a "ls -a" to see directories that start with a dot.

If that's not it, you can do a search like this:

Code:
find / -name wallet.dat -print 2>/dev/null
roberto32 (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
October 14, 2013, 08:41:23 AM
 #4

Thanks fellas,
solved but I've another question, how can I recover history? I upgraded the btc client to 0.8.5 version and I've blk000x.dat... files and blkindex in old version, I copied it into new version but that won't work
poewerden
Full Member
***
Offline Offline

Activity: 125
Merit: 100


View Profile
October 14, 2013, 08:44:51 AM
 #5

You may delete all files except your wallet and the blockchain will be downloaded again
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!