Skip to content

Commit 55cabaa

Browse files
laanwjcodablock
authored andcommitted
Merge bitcoin#9004: Clarify listenonion
3421e74 Clarify `listenonion` (unsystemizer)
1 parent e9f250d commit 55cabaa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/tor.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ This means that if Tor is running (and proper authentication has been configured
126126
Dash Core automatically creates a hidden service to listen on. This will positively
127127
affect the number of available .onion nodes.
128128

129-
This new feature is enabled by default if Dash Core is listening, and
130-
a connection to Tor can be made. It can be configured with the `-listenonion`,
131-
`-torcontrol` and `-torpassword` settings. To show verbose debugging
132-
information, pass `-debug=tor`.
129+
This new feature is enabled by default if Dash Core is listening (`-listen`), and
130+
requires a Tor connection to work. It can be explicitly disabled with `-listenonion=0`
131+
and, if not disabled, configured using the `-torcontrol` and `-torpassword` settings.
132+
To show verbose debugging information, pass `-debug=tor`.
133133

134134
Connecting to Tor's control socket API requires one of two authentication methods to be
135135
configured. For cookie authentication the user running dashd must have write access

0 commit comments

Comments
 (0)