Skip to content

Commit a5263fb

Browse files
knoxcardlaanwj
authored andcommitted
doc: Use bitcoind in Tor documentation
1 parent ad960f5 commit a5263fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/tor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ outgoing connections be anonymized, but more is possible.
3131

3232
In a typical situation, this suffices to run behind a Tor proxy:
3333

34-
./bitcoin -proxy=127.0.0.1:9050
34+
./bitcoind -proxy=127.0.0.1:9050
3535

3636

3737
2. Run a bitcoin hidden server
@@ -86,7 +86,7 @@ and open port 8333 on your firewall (or use -upnp).
8686
If you only want to use Tor to reach onion addresses, but not use it as a proxy
8787
for normal IPv4/IPv6 communication, use:
8888

89-
./bitcoin -onion=127.0.0.1:9050 -externalip=57qr3yd1nyntf5k.onion -discover
89+
./bitcoind -onion=127.0.0.1:9050 -externalip=57qr3yd1nyntf5k.onion -discover
9090

9191
3. Automatically listen on Tor
9292
--------------------------------

0 commit comments

Comments
 (0)