aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2015-12-14 22:47:19 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2015-12-14 23:10:28 +0000
commitbf4550578583e85dd18a35afdbb29949b9e12a2a (patch)
tree26cb900bc4037f6de513618e1e8e5e1b5a614b87
parentMerge pull request #533 (diff)
downloadmonero-bf4550578583e85dd18a35afdbb29949b9e12a2a.tar.xz
README.md: add a bit of info about using bitmonerod with Tor
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index e2ba191da..c34e0d36c 100644
--- a/README.md
+++ b/README.md
@@ -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.
+