Are there any transaction-related artifacts left in the database?

4

1

Bitcoin writes to some log files (bitcoin/*.log and bitcoin/database/log.nnnnnn )

Are these (and everything else other than wallet.dat) clear of any information that would allow a forensic investigation to determine which addresses a bitcoin installation had sent or received?

Reworded question from: - http://bitcointalk.org/index.php?topic=63488.msg743339#msg743339

Stephen Gornick

Posted 2012-02-11T21:49:19.380

Reputation: 26 118

Answers

1

Some (one?) of the *.log files are connected to your wallet.dat address database, knowing your bitcoin addresses implies knowing your transactions.

One (debug.log) is free format debugging text and may contain all kinds of identifying info.

Guest

Posted 2012-02-11T21:49:19.380

Reputation: 443