File tree Expand file tree Collapse file tree 4 files changed +3
-11
lines changed Expand file tree Collapse file tree 4 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 10
10
# Run a regression test network
11
11
#regtest=0
12
12
13
- # Connect via a socks4 proxy
13
+ # Connect via a SOCKS5 proxy
14
14
#proxy=127.0.0.1:9050
15
15
16
16
##############################################################
Original file line number Diff line number Diff line change @@ -32,10 +32,7 @@ Set database cache size in megabytes (default: 25)
32
32
Specify connection timeout in milliseconds (default: 5000)
33
33
.TP
34
34
\fB \- proxy= \fR <ip:port>
35
- Connect through socks proxy
36
- .TP
37
- \fB \- socks= \fR <n>
38
- Select the version of socks proxy to use (4\- 5, default: 5)
35
+ Connect through SOCKS5 proxy
39
36
.TP
40
37
\fB \- tor= \fR <ip:port>
41
38
Use proxy to reach tor hidden services (default: same as \fB \- proxy \fR )
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Start minimized
28
28
Specify data directory
29
29
.TP
30
30
\fB \- proxy= \fR <ip:port>
31
- Connect through socks4 proxy
31
+ Connect through SOCKS5 proxy
32
32
.TP
33
33
\fB \- addnode= \fR <ip>
34
34
Add a node to connect to
Original file line number Diff line number Diff line change @@ -13,11 +13,6 @@ configure Tor.
13
13
The first step is running Bitcoin behind a Tor proxy. This will already make all
14
14
outgoing connections be anonymized, but more is possible.
15
15
16
- -socks=5 SOCKS5 supports connecting-to-hostname, which can be used instead
17
- of doing a (leaking) local DNS lookup. SOCKS5 is the default,
18
- but SOCKS4 does not support this. (SOCKS4a does, but isn't
19
- implemented).
20
-
21
16
-proxy=ip:port Set the proxy server. If SOCKS5 is selected (default), this proxy
22
17
server will be used to try to reach .onion addresses as well.
23
18
You can’t perform that action at this time.
0 commit comments