I want to run a daemon on another machine, and I was thinking of copying the blockchain I already have (copying the entire .bitmonero
folder). I'm curious whether any private information may be leaked by doing that, such as information about the machine that this blockchain was synced on (IP, name, OS...) or information about wallets that used this copy of the blockchain.
Asked
Active
Viewed 160 times
3
1 Answers
3
The blockchain itself will not (beyond its endianness), but some other files might: the logs, in particular, might contain paths specific to your computer (not saying they definitely will). The p2pstate.bin file will contain your node's peer id (though this is now reset on every restart), and may also leak information on the version of boost it was built with. That's all I can think of right now. No wallet information will be there (unless of course you chose to store your wallet there).

user36303
- 34,858
- 2
- 57
- 123
lmdb
folder be safe? – Jona Sep 05 '17 at 19:27