File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -43,4 +43,4 @@ Some dependencies are not needed in all configurations. The following are some f
43
43
* ZeroMQ is needed only with the ` --with-zmq ` option.
44
44
45
45
#### Other
46
- * librsvg is only needed if you need to run ` make deploy ` on (cross-compliation to) macOS.
46
+ * librsvg is only needed if you need to run ` make deploy ` on (cross-compilation to) macOS.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ outgoing connections, but more is possible.
16
16
17
17
-onion=ip:port Set the proxy server to use for Tor hidden services. You do not
18
18
need to set this if it's the same as -proxy. You can use -noonion
19
- to explicitly disable access to hidden service .
19
+ to explicitly disable access to hidden services .
20
20
21
21
-listen When using -proxy, listening is disabled by default. If you want
22
22
to run a hidden service (see next section), you'll need to enable
@@ -27,6 +27,11 @@ outgoing connections, but more is possible.
27
27
-seednode=X SOCKS5. In Tor mode, such addresses can also be exchanged with
28
28
other P2P nodes.
29
29
30
+ -onlynet=onion Make outgoing connections only to .onion addresses. Incoming
31
+ connections are not affected by this option. This option can be
32
+ specified multiple times to allow multiple network types, e.g.
33
+ ipv4, ipv6, or onion.
34
+
30
35
In a typical situation, this suffices to run behind a Tor proxy:
31
36
32
37
./bitcoind -proxy=127.0.0.1:9050
You can’t perform that action at this time.
0 commit comments