aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2020-10-15 12:00:56 +0200
committerMarcoFalke <falke.marco@gmail.com>2020-12-17 12:29:15 +0100
commit0c1fa78af1c413c848359df76f4d55f819b9fad5 (patch)
tree8d3d87797f15de6ae223647d9bf82cb497790b94 /doc
parent84e8d5467fcec3b7c8ce950cd7a3e7e7b24452a3 (diff)
downloadbitcoin-0c1fa78af1c413c848359df76f4d55f819b9fad5.tar.xz
doc: update tor.md address examples from onion v2 to v3
Github-Pull: #19961 Rebased-From: e1765d8b04fe1fb775f3750e0fa59f13a58eb176
Diffstat (limited to 'doc')
-rw-r--r--doc/tor.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tor.md b/doc/tor.md
index 12b5f70245..8fe87bdde6 100644
--- a/doc/tor.md
+++ b/doc/tor.md
@@ -72,7 +72,7 @@ should be equal to binding address and port for inbound Tor connections (127.0.0
In a typical situation, where you're only reachable via Tor, this should suffice:
- ./bitcoind -proxy=127.0.0.1:9050 -externalip=57qr3yd1nyntf5k.onion -listen
+ ./bitcoind -proxy=127.0.0.1:9050 -externalip=7zvj7a2imdgkdbg4f2dryd5rgtrn7upivr5eeij4cicjh65pooxeshid.onion -listen
(obviously, replace the .onion address with your own). It should be noted that you still
listen on all devices and another node could establish a clearnet connection, when knowing
@@ -90,7 +90,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:
- ./bitcoind -onion=127.0.0.1:9050 -externalip=57qr3yd1nyntf5k.onion -discover
+ ./bitcoind -onion=127.0.0.1:9050 -externalip=7zvj7a2imdgkdbg4f2dryd5rgtrn7upivr5eeij4cicjh65pooxeshid.onion -discover
## 3. Automatically listen on Tor