Wallet

From Bitcoin Wiki
Revision as of 06:24, 27 April 2011 by Sgornick (talk | contribs) (Add list of data entities stored in wallet.dat)
Jump to: navigation, search

A Bitcoin wallet contains:

  • your keypairs for each addresses
  • transactions done from/to
  • user preferences
  • default key
  • reserve keys
  • accounts
  • a version number
  • Key pool

The data file for the wallet is wallet.dat and is located in the Bitcoin data directory.

See Also