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 Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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