From d53b9026b3de08f29af1cffa6b96828056d834b0 Mon Sep 17 00:00:00 2001 From: Kristaps Kaupe Date: Mon, 4 Nov 2024 03:19:14 +0200 Subject: [PATCH] doc: Tor control auth cookie file must be group readable --- docs/tor.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/tor.md b/docs/tor.md index d9d22a6c0..01efa805d 100644 --- a/docs/tor.md +++ b/docs/tor.md @@ -54,11 +54,12 @@ Don't start the tor daemon yet though, since we need to do some setup. Edit Tor' sudo vim /etc/tor/torrc ``` -and uncomment these two lines to enable onion service startup: +and uncomment these three lines to enable onion service startup: ``` ControlPort 9051 CookieAuthentication 1 +CookieAuthFileGroupReadable 1 ``` However if you proceed at this point to try to start your yieldgenerator with `python yg-privacyenhanced.py wallet.jmdat` or similar, you will almost certainly get an error like this: