From e8a2fec51933c8c85e7091955302f1233576cc0d Mon Sep 17 00:00:00 2001 From: skaunov <65976143+skaunov@users.noreply.github.com> Date: Thu, 9 Feb 2023 13:47:44 +0300 Subject: [PATCH 1/3] Minor update of `particl.conf` Didn't try `tor` setting, but `onion` is currently indicated at , so it could make sense to align. --- content/tutorial/privacy/tor-hidden-service/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/tutorial/privacy/tor-hidden-service/index.md b/content/tutorial/privacy/tor-hidden-service/index.md index 256feff..8214f7c 100644 --- a/content/tutorial/privacy/tor-hidden-service/index.md +++ b/content/tutorial/privacy/tor-hidden-service/index.md @@ -96,7 +96,7 @@ addnode=partusq5qad6jd2c.onion addnode=x6fxdwpq2krxzmr3.onion addnode=amu2ck7lyw26fiqs.onion addnode=kfyopkn3shigcneh.onion -onlynet=tor +onlynet=onion listen=1 bind=127.0.0.1:51738 maxconnections=30 @@ -104,4 +104,4 @@ maxconnections=30 ## Start wallet -Now you're ready to go, start it up. You should start making connections. If you use the `getpeerinfo` command you'll see the addresses of the peers and they should all be _.onion_ addresses. Some of the peers will show your external IP .onion address and that's normal, those are incoming connections. \ No newline at end of file +Now you're ready to go, start it up. You should start making connections. If you use the `getpeerinfo` command you'll see the addresses of the peers and they should all be _.onion_ addresses. Some of the peers will show your external IP .onion address and that's normal, those are incoming connections. From fdbccc91e4741ac2125b9b3e27d7a4f445e6db1f Mon Sep 17 00:00:00 2001 From: skaunov <65976143+skaunov@users.noreply.github.com> Date: Thu, 9 Feb 2023 13:53:28 +0300 Subject: [PATCH 2/3] Update name for `tor-hidden-service` It now named _onion service_, AFAIU. --- content/tutorial/privacy/tor-hidden-service/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/tutorial/privacy/tor-hidden-service/index.md b/content/tutorial/privacy/tor-hidden-service/index.md index 8214f7c..4af569a 100644 --- a/content/tutorial/privacy/tor-hidden-service/index.md +++ b/content/tutorial/privacy/tor-hidden-service/index.md @@ -1,6 +1,6 @@ --- -title: Particl as Tor Hidden Service -subtitle: Tor hidden service conceals your IP address and thus your privacy +title: Particl as Tor Onion Service +subtitle: Tor onion service conceals your IP address and thus your privacy slug: tor-hidden-service geekdocHidden: true weight: 3 From 95eeba4959ca8680698b9d2a4804970086271eae Mon Sep 17 00:00:00 2001 From: skaunov <65976143+skaunov@users.noreply.github.com> Date: Thu, 9 Feb 2023 16:20:39 +0300 Subject: [PATCH 3/3] Replace "Hidden Service" abbreviation --- content/tutorial/privacy/tor-hidden-service/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/tutorial/privacy/tor-hidden-service/index.md b/content/tutorial/privacy/tor-hidden-service/index.md index 4af569a..23af198 100644 --- a/content/tutorial/privacy/tor-hidden-service/index.md +++ b/content/tutorial/privacy/tor-hidden-service/index.md @@ -36,7 +36,7 @@ If not, install Tor with these commands: $ sudo apt-get install tor -## Define HS in Tor config +## Define Onion Service in Tor config $ sudo nano /etc/tor/torrc @@ -50,7 +50,7 @@ Save the file with `CTRL-X`, type `y` to overwrite and confim by `Enter` – the $ sudo service tor restart -## Find your IP for HS +## Find your IP for Onion Service At a command prompt enter: