@@ -62,14 +62,19 @@ The directory can be different of course, but virtual port numbers should be equ
62
62
your bitcoind's P2P listen port (8333 by default), and target addresses and ports
63
63
should be equal to binding address and port for inbound Tor connections (127.0.0.1:8334 by default).
64
64
65
- -externalip=X You can tell bitcoin about its publicly reachable address using
66
- this option, and this can be a . onion address. Given the above
67
- configuration, you can find your . onion address in
65
+ -externalip=X You can tell bitcoin about its publicly reachable addresses using
66
+ this option, and this can be an onion address. Given the above
67
+ configuration, you can find your onion address in
68
68
/var/lib/tor/bitcoin-service/hostname. For connections
69
69
coming from unroutable addresses (such as 127.0.0.1, where the
70
- Tor proxy typically runs), . onion addresses are given
70
+ Tor proxy typically runs), onion addresses are given
71
71
preference for your node to advertise itself with.
72
72
73
+ You can set multiple local addresses with -externalip. The
74
+ one that will be rumoured to a particular peer is the most
75
+ compatible one and also using heuristics, e.g. the address
76
+ with the most incoming connections, etc.
77
+
73
78
-listen You'll need to enable listening for incoming connections, as this
74
79
is off by default behind a proxy.
75
80
0 commit comments