Bitcoin Forum
April 26, 2024, 05:19:57 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [PPC] Backing Up Wallet  (Read 807 times)
peepee (OP)
Full Member
***
Offline Offline

Activity: 185
Merit: 100



View Profile
November 13, 2012, 03:46:59 PM
 #1

When I use ppcoind backupwallet, where is the .dat file saved? What is the proper way to specify exactly where the .dat file is?

I know I have backed up numerous times, but I have no idea where they are stored. I have manually backed up the .dat file in APPDATA just in case.
1714108797
Hero Member
*
Offline Offline

Posts: 1714108797

View Profile Personal Message (Offline)

Ignore
1714108797
Reply with quote  #2

1714108797
Report to moderator
1714108797
Hero Member
*
Offline Offline

Posts: 1714108797

View Profile Personal Message (Offline)

Ignore
1714108797
Reply with quote  #2

1714108797
Report to moderator
1714108797
Hero Member
*
Offline Offline

Posts: 1714108797

View Profile Personal Message (Offline)

Ignore
1714108797
Reply with quote  #2

1714108797
Report to moderator
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714108797
Hero Member
*
Offline Offline

Posts: 1714108797

View Profile Personal Message (Offline)

Ignore
1714108797
Reply with quote  #2

1714108797
Report to moderator
1714108797
Hero Member
*
Offline Offline

Posts: 1714108797

View Profile Personal Message (Offline)

Ignore
1714108797
Reply with quote  #2

1714108797
Report to moderator
1714108797
Hero Member
*
Offline Offline

Posts: 1714108797

View Profile Personal Message (Offline)

Ignore
1714108797
Reply with quote  #2

1714108797
Report to moderator
Sunny King
Legendary
*
Offline Offline

Activity: 1205
Merit: 1010



View Profile WWW
November 13, 2012, 04:37:54 PM
 #2

backupwallet command must be supplied with destination file.

sunny> ppcoind help backupwallet
backupwallet <destination>
Safely copies wallet.dat to destination, which can be a directory or a path with filename.


Directly copying wallet.dat is not a 100% safe backup. The copied file may not be flushed, thus restoring could fail with database error in db.log.
peepee (OP)
Full Member
***
Offline Offline

Activity: 185
Merit: 100



View Profile
November 13, 2012, 04:49:51 PM
 #3

backupwallet command must be supplied with destination file.

sunny> ppcoind help backupwallet
backupwallet <destination>
Safely copies wallet.dat to destination, which can be a directory or a path with filename.


Directly copying wallet.dat is not a 100% safe backup. The copied file may not be flushed, thus restoring could fail with database error in db.log.

The .dat file does not seem to be showing up when I do something as simple as:

ppcoind backupwallet C:\walletbackup.dat

Ideas?
Sunny King
Legendary
*
Offline Offline

Activity: 1205
Merit: 1010



View Profile WWW
November 13, 2012, 05:18:10 PM
 #4

backupwallet command must be supplied with destination file.

sunny> ppcoind help backupwallet
backupwallet <destination>
Safely copies wallet.dat to destination, which can be a directory or a path with filename.


Directly copying wallet.dat is not a 100% safe backup. The copied file may not be flushed, thus restoring could fail with database error in db.log.

The .dat file does not seem to be showing up when I do something as simple as:

ppcoind backupwallet C:\walletbackup.dat

Ideas?

On windows it seems to require adding quotes around the file name:
ppcoind backupwallet "C:\walletbackup.dat"
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!