Difference between revisions of "Data directory"

From Bitcoin Wiki
Jump to: navigation, search
(Add to category Technical.)
m (See Also: Chagne link name, aesthetic.)
Line 32: Line 32:
 
==See Also==
 
==See Also==
  
* [[Securing_your_wallet]]
+
* [[Securing your wallet]]
  
 
[[Category:Technical]]
 
[[Category:Technical]]

Revision as of 04:40, 30 January 2011

The location where Bitcoin's data files are stored, including the wallet data file.

Default Location

  • Windows XP
C:\Documents and Settings\YourUserName\Application data\BitCoin
  • Windows Vista, 7
C:\Users\YourUserName\Appdata\Roaming\BitCoin
  • Mac
~/Library/Application Support/Bitcoin
  • Linux
~/.bitcoin

Directory Contents

Subdirectories

  • database

Files

  • .lock
  • blk0001.dat
  • blkindex.dat
  • __db.001
  • __db.002
  • __db.003
  • __db.004
  • __db.005
  • __db.006
  • db.log
  • debug.log
  • wallet.dat

See Also