aboutsummaryrefslogtreecommitdiff
path: root/doc/tor.md
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2013-10-16 20:14:46 -0700
committerGavin Andresen <gavinandresen@gmail.com>2013-10-16 20:14:46 -0700
commita5bba245a3a5fabd037b3812e9d987dfc94a8fcf (patch)
treefd9729f3d1854b8f8216f95929e513fba9913c3d /doc/tor.md
parent796e7b7aecd84a5c0cd7098c2f770ef8fba732e3 (diff)
parent102518fdb711b646dec8f0cc26fa170364bf2e0b (diff)
downloadbitcoin-a5bba245a3a5fabd037b3812e9d987dfc94a8fcf.tar.xz
Merge pull request #2981 from gmaxwell/tor2onion
Rename -tor to -onion to better reflect what it does.
Diffstat (limited to 'doc/tor.md')
-rw-r--r--doc/tor.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tor.md b/doc/tor.md
index 6057801d34..41dd71209f 100644
--- a/doc/tor.md
+++ b/doc/tor.md
@@ -21,8 +21,8 @@ outgoing connections be anonimized, 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.
- -tor=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 -notor
+ -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.
-listen When using -proxy, listening is disabled by default. If you want
@@ -86,5 +86,5 @@ and open port 8333 on your firewall (or use -upnp).
If you only want to use Tor to reach onion addresses, but not use it as a proxy
for normal IPv4/IPv6 communication, use:
- ./bitcoin -tor=127.0.0.1:9050 -externalip=57qr3yd1nyntf5k.onion -discover
+ ./bitcoin -onion=127.0.0.1:9050 -externalip=57qr3yd1nyntf5k.onion -discover