From 3061e5c40ed9eedc113fdcea4cd673a148d786bc Mon Sep 17 00:00:00 2001 From: Walter Smuts Date: Tue, 24 May 2022 10:56:27 +0200 Subject: [PATCH] Add info on tor permission persistences for Arch --- tutorials/nodes/tor.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tutorials/nodes/tor.md b/tutorials/nodes/tor.md index d300792..79d922b 100644 --- a/tutorials/nodes/tor.md +++ b/tutorials/nodes/tor.md @@ -117,6 +117,14 @@ sudo chmod 750 /var/lib/tor sudo chmod 740 /var/lib/tor/control_auth_cookie ``` +These changes won't persist on reboot. Add the following to your torrc: +```text + CookieAuthFileGroupReadable 1 + DataDirectoryGroupReadable 1 +``` + +See the [Arch tor wiki](https://wiki.archlinux.org/title/Tor) for further debugging and configuration. + **Tor for multi-LND systems** If you want to run multiple instances of LND simulaneously on the same machine and have them use different Tor Hidden Service addresses, add this to `lnd.conf` \(a new private key will automatically be created if the file specified here does not exist\):