diff options
author | luigi1111 <luigi1111w@gmail.com> | 2018-06-20 14:44:54 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2018-06-20 14:44:54 -0500 |
commit | 3721298cf6fc49202efc56ecf10ea12f6a05fdf5 (patch) | |
tree | 2c36da00159e3c42a702fa08a40f0a39db4a42b8 /README.md | |
parent | Merge pull request #3927 (diff) | |
parent | README: mention --untrusted-daemon (diff) | |
download | monero-3721298cf6fc49202efc56ecf10ea12f6a05fdf5.tar.xz |
Merge pull request #3932
8962f00 simplewallet: add optional trusted/untrusted argument to set_daemon (moneromooo-monero)
941a608 util: consider Tor/I2P addresses to be non local (moneromooo-monero)
2b3357e README: mention --untrusted-daemon (moneromooo-monero)
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -567,6 +567,8 @@ setting the following configuration parameters and environment variables: as well. * Do NOT pass `--detach` when running through torsocks with systemd, (see [utils/systemd/monerod.service](utils/systemd/monerod.service) for details). +* If you use the wallet with a Tor daemon via the loopback IP (eg, 127.0.0.1:9050), + then use `--untrusted-daemon` unless it is your own hidden service. Example command line to start monerod through Tor: |