diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-12-15 15:26:14 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-12-15 15:28:38 +0200 |
commit | 042e85396cd15e24e1ac2bd9430e1c7b05c0f3c0 (patch) | |
tree | cf369f55ec54e41a4a93f34671ac76c65cf3c223 | |
parent | Merge pull request #538 (diff) | |
parent | README.md: add a bit of info about using bitmonerod with Tor (diff) | |
download | monero-042e85396cd15e24e1ac2bd9430e1c7b05c0f3c0.tar.xz |
Merge pull request #539
bf45505 README.md: add a bit of info about using bitmonerod with Tor (moneromooo-monero)
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -172,3 +172,8 @@ Dependencies: Doxygen 1.8.0 or later, Graphviz 2.28 or later (optional). See README.i18n +## Using Tor + +While Monero isn't made to integrate with Tor, it can be used wrapped with torsocks, if you add --p2p-bind-ip 127.0.0.1 to the bitmonerod command line. +Be aware that your DNS use will probably go over clearnet. These come in two flavours: request for checkpoint data, and request for OpenAlias data. The first one is mostly harmless (your ISP can tell you're using monero). The second one leaks information about your transaction recipients, so do not use OpenAlias if you want DNS privacy. + |