aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes.md
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-11-12 18:08:53 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2015-11-12 19:24:59 +0100
commitbd629d77edbeac6ce71a34f6d557c4e00513be44 (patch)
treee5a2d84d2153393e71a7b84e726ae5136f80e4af /doc/release-notes.md
parenteb6172a8ca7e0474457c1206c9907514348243ea (diff)
parent58ef0ffa9ef9c6ecd383040edbd5c5b6e0a63fef (diff)
downloadbitcoin-bd629d77edbeac6ce71a34f6d557c4e00513be44.tar.xz
Merge pull request #6639
58ef0ff doc: update docs for Tor listening (Wladimir J. van der Laan) 68ccdc4 doc: Mention Tor listening in release notes (Wladimir J. van der Laan) 09c1ae1 torcontrol improvements and fixes (Wladimir J. van der Laan) 2f796e5 Better error message if Tor version too old (Peter Todd) 8f4e67f net: Automatically create hidden service, listen on Tor (Wladimir J. van der Laan)
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r--doc/release-notes.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index f5842127a1..31704ba47c 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -151,6 +151,23 @@ mining with the getblocktemplate protocol to a pool: this will affect you at
the pool operator's discretion, which must be no later than BIP65 achieving its
951/1001 status.
+Automatically listen on Tor
+----------------------------
+
+Starting with Tor version 0.2.7.1 it is possible, through Tor's control socket
+API, to create and destroy 'ephemeral' hidden services programmatically.
+Bitcoin Core has been updated to make use of this.
+
+This means that if Tor is running (and proper authorization is available),
+Bitcoin Core automatically creates a hidden service to listen on, without
+manual configuration. This will positively affect the number of available
+.onion nodes.
+
+This new feature is enabled by default if Bitcoin Core is listening, and
+a connection to Tor can be made. It can be configured with the `-listenonion`,
+`-torcontrol` and `-torpassword` settings. To show verbose debugging
+information, pass `-debug=tor`.
+
0.12.0 Change log
=================