aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Brown <[email protected]>2016-03-29 15:16:16 -0300
committerMarcoFalke <[email protected]>2016-04-05 14:54:39 +0200
commit3373c43505cf76b63e7aa81b0d745d14765bd610 (patch)
tree53d8d19d0e92c9cf1e838ef8a48bffdef06bf593
parentMerge #7707: [RPC][QT] UI support for abandoned transactions (diff)
downloaddiscoin-3373c43505cf76b63e7aa81b0d745d14765bd610.tar.xz
discoin-3373c43505cf76b63e7aa81b0d745d14765bd610.zip
[doc] Update port in tor.md
Tor Browser Bundle spawns the Tor process and listens on port 9150, it doesn't randomly pick a port. [ci skip] (cherry picked from commit 1b63cf98347b2a62915425576930f55c2126c2ff)
-rw-r--r--doc/tor.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor.md b/doc/tor.md
index be4125544..43e922718 100644
--- a/doc/tor.md
+++ b/doc/tor.md
@@ -3,7 +3,7 @@ TOR SUPPORT IN BITCOIN
It is possible to run Bitcoin as a Tor hidden service, and connect to such services.
-The following directions assume you have a Tor proxy running on port 9050. Many distributions default to having a SOCKS proxy listening on port 9050, but others may not. In particular, the Tor Browser Bundle defaults to listening on a random port. See [Tor Project FAQ:TBBSocksPort](https://www.torproject.org/docs/faq.html.en#TBBSocksPort) for how to properly
+The following directions assume you have a Tor proxy running on port 9050. Many distributions default to having a SOCKS proxy listening on port 9050, but others may not. In particular, the Tor Browser Bundle defaults to listening on port 9150. See [Tor Project FAQ:TBBSocksPort](https://www.torproject.org/docs/faq.html.en#TBBSocksPort) for how to properly
configure Tor.