Set up Tor for LND #288

Closed
opened 2021-01-14 11:14:46 +00:00 by raucao · 1 comment
Owner

LND has native support for Tor (no need for port forwarding and such):

https://github.com/lightningnetwork/lnd/blob/master/docs/configuring_tor.md

In order to support both Tor and clearnet (and also IPv4 and IPv6), we can configure multiple externalips.

tor.active=1
tor.v3=1
tor.privatekeypath=~/.lnd/v3_onion_private_key
externalip=32.260.201.72
externalip=2001:0db8:85a3:0000:0000:8a2e:0370:7334
externalip=rvaslfkj2blahblahbalhdfsfjdflxcmnvxcvxvkfdsxcvxcvxcv.onion
LND has native support for Tor (no need for port forwarding and such): https://github.com/lightningnetwork/lnd/blob/master/docs/configuring_tor.md In order to support both Tor and clearnet (and also IPv4 and IPv6), we can configure multiple `externalip`s. ```plain tor.active=1 tor.v3=1 tor.privatekeypath=~/.lnd/v3_onion_private_key externalip=32.260.201.72 externalip=2001:0db8:85a3:0000:0000:8a2e:0370:7334 externalip=rvaslfkj2blahblahbalhdfsfjdflxcmnvxcvxvkfdsxcvxcvxcv.onion ```
raucao added the
feature
label 2021-01-14 11:14:46 +00:00
Author
Owner

We have already set this up actually, and have a couple of Tor channels open, too.

We have already set this up actually, and have a couple of Tor channels open, too.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kosmos/chef#288
No description provided.