Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Tor control auth cookie file must be group readable #1742

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading