Skip to content

Commit

Permalink
doc: Tor control auth cookie file must be group readable
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapsk committed Nov 4, 2024
1 parent a0761bf commit d53b902
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/tor.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d53b902

Please sign in to comment.