diff options
author | Indospace.io <justin@indospace.io> | 2018-04-03 22:33:07 -0700 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-04-05 09:40:20 +0200 |
commit | a5263fb5112bf1f9276c9db6cb6181d12ca905e6 (patch) | |
tree | af9a1887b8614ba37304175234ae1a941f94b591 /doc/tor.md | |
parent | ad960f5771dc251c8e1198dd8a82e18df4562171 (diff) |
doc: Use bitcoind in Tor documentation
Diffstat (limited to 'doc/tor.md')
-rw-r--r-- | doc/tor.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tor.md b/doc/tor.md index a05979fca8..931c83abdd 100644 --- a/doc/tor.md +++ b/doc/tor.md @@ -31,7 +31,7 @@ outgoing connections be anonymized, but more is possible. In a typical situation, this suffices to run behind a Tor proxy: - ./bitcoin -proxy=127.0.0.1:9050 + ./bitcoind -proxy=127.0.0.1:9050 2. Run a bitcoin hidden server @@ -86,7 +86,7 @@ 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 -onion=127.0.0.1:9050 -externalip=57qr3yd1nyntf5k.onion -discover + ./bitcoind -onion=127.0.0.1:9050 -externalip=57qr3yd1nyntf5k.onion -discover 3. Automatically listen on Tor -------------------------------- |