diff options
| author | leuqarte <[email protected]> | 2015-10-20 15:55:50 -0700 |
|---|---|---|
| committer | J Ross Nicoll <[email protected]> | 2015-10-31 14:49:41 +0000 |
| commit | 94227abdff92c85b5fb45ee3d55cc0de142f16b8 (patch) | |
| tree | 813a06d374e04374445e07c87e3885ee0271e5c3 | |
| parent | Changing to the proper ports for Dogecoin. (diff) | |
| download | discoin-94227abdff92c85b5fb45ee3d55cc0de142f16b8.tar.xz discoin-94227abdff92c85b5fb45ee3d55cc0de142f16b8.zip | |
Minor changes
capitalization consistency
| -rw-r--r-- | doc/tor.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/tor.md b/doc/tor.md index c1804ed71..9980dd8c8 100644 --- a/doc/tor.md +++ b/doc/tor.md @@ -7,7 +7,7 @@ The following directions assume you have a Tor proxy running on port 9050. Many configure Tor. -1. Run dogecoin behind a Tor proxy +1. Run Dogecoin behind a Tor proxy --------------------------------- The first step is running Dogecoin behind a Tor proxy. This will already make all @@ -16,7 +16,7 @@ outgoing connections be anonymized, but more is possible. -proxy=ip:port Set the proxy server. If SOCKS5 is selected (default), this proxy server will be used to try to reach .onion addresses as well. - -onion=ip:port Set the proxy server to use for tor hidden services. You do not + -onion=ip:port Set the proxy server to use for Tor hidden services. You do not need to set this if it's the same as -proxy. You can use -noonion to explicitly disable access to hidden service. @@ -34,7 +34,7 @@ In a typical situation, this suffices to run behind a Tor proxy: ./dogecoin -proxy=127.0.0.1:9050 -2. Run a dogecoin hidden server +2. Run a Dogecoin hidden server ------------------------------ If you configure your Tor system accordingly, it is possible to make your node also @@ -48,11 +48,11 @@ config file): The directory can be different of course, but (both) port numbers should be equal to your dogecoind's P2P listen port (22556 by default). - -externalip=X You can tell dogecoin about its publicly reachable address using + -externalip=X You can tell Dogecoin about its publicly reachable address using this option, and this can be a .onion address. Given the above configuration, you can find your onion address in /var/lib/tor/dogecoin-service/hostname. Onion addresses are given - preference for your node to advertize itself with, for connections + preference for your node to advertise itself with, for connections coming from unroutable addresses (such as 127.0.0.1, where the Tor proxy typically runs). |