Skip to content

Instantly share code, notes, and snippets.

@meeDamian
Created July 13, 2018 13:19
Show Gist options
  • Save meeDamian/c64c5c65cf20f6d5db3aca38bbdce6ae to your computer and use it in GitHub Desktop.
Save meeDamian/c64c5c65cf20f6d5db3aca38bbdce6ae to your computer and use it in GitHub Desktop.
lnd Tor-only configuration
[Application Options]
externalip=5ogfg2weyoj5bgbxh36tdwdpehvmqkq6aziqsuptak5uyqfuhi4wsmqd.onion:9735
listen=127.0.0.1:9735
# … all other stuff
[Tor]
tor.active=1
tor.streamisolation=true
tor.socks=127.0.0.1:9050
tor.v3=true
RunAsDaemon 1
ControlPort 9051
CookieAuthentication 1
CookieAuthFileGroupReadable 1
HiddenServiceDir /var/lib/tor/lnd-service/
HiddenServiceVersion 3
HiddenServicePort 9735 127.0.0.1:9735
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment