Why does wallet.dat differ after running?

3

0

What information is exactly saved inside the wallet.dat file? When I run the bitcoin daemon, then stop, then compare the new wallet.dat file with the old one, the binary files differ, although I didn't make any new transactions. Can you explain the reason of this behavior?

user27928

Posted 2015-08-22T02:16:40.320

Reputation:

Answers

3

The wallet contains a lot of metadata, and is actually a database rather than a flat file. At a minimum it contains a record of where you were last synced to in the chain, allowing any node that loads this wallet to pick up where it left off.

Anonymous

Posted 2015-08-22T02:16:40.320

Reputation: 10 054