We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad960f5 commit a5263fbCopy full SHA for a5263fb
doc/tor.md
@@ -31,7 +31,7 @@ outgoing connections be anonymized, but more is possible.
31
32
In a typical situation, this suffices to run behind a Tor proxy:
33
34
- ./bitcoin -proxy=127.0.0.1:9050
+ ./bitcoind -proxy=127.0.0.1:9050
35
36
37
2. Run a bitcoin hidden server
@@ -86,7 +86,7 @@ and open port 8333 on your firewall (or use -upnp).
86
If you only want to use Tor to reach onion addresses, but not use it as a proxy
87
for normal IPv4/IPv6 communication, use:
88
89
- ./bitcoin -onion=127.0.0.1:9050 -externalip=57qr3yd1nyntf5k.onion -discover
+ ./bitcoind -onion=127.0.0.1:9050 -externalip=57qr3yd1nyntf5k.onion -discover
90
91
3. Automatically listen on Tor
92
--------------------------------
0 commit comments