From cf175d555c1de9b388aeeee3266140ce97227c0b Mon Sep 17 00:00:00 2001 From: elanaint Date: Sun, 1 Mar 2015 21:48:32 +0000 Subject: [PATCH 1/3] Update tor.md --- doc/tor.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/tor.md b/doc/tor.md index 7f8b4733a3c8e..03fc38e52f265 100644 --- a/doc/tor.md +++ b/doc/tor.md @@ -37,6 +37,13 @@ outgoing connections be anonymized, but more is possible. -seednode=X SOCKS5. In Tor mode, such addresses can also be exchanged with other P2P nodes. + -onlynet=tor Only connect to .onion nodes and drop IPv4/6 connections. + +An example how to start the client if the Tor proxy is running on local host on +port 9050 and only allows .onion nodes to connect: + + ./darkcoind -onion=127.0.0.1:9050 -onlynet=tor -listen=0 -addnode=ssapp53tmftyjmjb.onion + In a typical situation, this suffices to run behind a Tor proxy: ./darkcoind -proxy=127.0.0.1:9050 @@ -91,3 +98,9 @@ for normal IPv4/IPv6 communication, use: ./darkcoind -onion=127.0.0.1:9050 -externalip=ssapp53tmftyjmjb.onion -discover + +3. List of known darkcoin tor relays +------------------------------------ + +* [darkcoinie7ghp67.onion](http://darkcoinie7ghp67.onion/) +* [ssapp53tmftyjmjb.onion](http://ssapp53tmftyjmjb.onion/) From f830f27428be563e220ce11c1c68a296e5e8b6ab Mon Sep 17 00:00:00 2001 From: elanaint Date: Sun, 1 Mar 2015 23:50:18 +0000 Subject: [PATCH 2/3] Update tor.md --- doc/tor.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/tor.md b/doc/tor.md index 03fc38e52f265..6d32186009153 100644 --- a/doc/tor.md +++ b/doc/tor.md @@ -103,4 +103,5 @@ for normal IPv4/IPv6 communication, use: ------------------------------------ * [darkcoinie7ghp67.onion](http://darkcoinie7ghp67.onion/) +* [drktalkwaybgxnoq.onion](http://drktalkwaybgxnoq.onion/) * [ssapp53tmftyjmjb.onion](http://ssapp53tmftyjmjb.onion/) From dcedbe1649db6d6dcb341fac721206a90a1f64cc Mon Sep 17 00:00:00 2001 From: elanaint Date: Sun, 1 Mar 2015 23:51:35 +0000 Subject: [PATCH 3/3] Update tor.md --- doc/tor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tor.md b/doc/tor.md index 6d32186009153..a8bcf3154171e 100644 --- a/doc/tor.md +++ b/doc/tor.md @@ -99,7 +99,7 @@ for normal IPv4/IPv6 communication, use: ./darkcoind -onion=127.0.0.1:9050 -externalip=ssapp53tmftyjmjb.onion -discover -3. List of known darkcoin tor relays +3. List of known darkcoin Tor relays ------------------------------------ * [darkcoinie7ghp67.onion](http://darkcoinie7ghp67.onion/)