Created
July 13, 2018 13:19
-
-
Save meeDamian/c64c5c65cf20f6d5db3aca38bbdce6ae to your computer and use it in GitHub Desktop.
lnd Tor-only configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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