Skip to content
Open
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
8 changes: 8 additions & 0 deletions tutorials/nodes/tor.md
Original file line number Diff line number Diff line change
Expand Up @@ -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\):
Expand Down