Wallet

From Bitcoin Wiki
Revision as of 06:36, 27 April 2011 by Sgornick (talk | contribs) (Add References section, add reference for wallet data entities.)
Jump to: navigation, search

A Bitcoin wallet contains[1]:

  • your keypairs for each addresses
  • transactions done from/to your addresses
  • 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

References