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
5 changes: 5 additions & 0 deletions docs/networking/tor.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ For more information on Tor, visit their [website](https://www.torproject.org/).

To view or modify your current Tor setting for use by Bitcoin and LND, look for the Networking section on the settings page. Move the slider to enable or disable Tor for LND and/or Lightning and click Save. Your device will reboot and Bitcoin and LND will be using the new Tor setting.

If your router does not have UPnP and/or NAT-PMP enabled, disabling Tor will break your lightning node.

If you want to allow inbound connections from other nodes on Clearnet, you would need to open port 8333 on your router first. Reference:
https://bitcoin.org/en/full-node#network-configuration

<center>
<figure>
<img src="/images/networking/tor_enable_disable.png" alt="tor enable disable">
Expand Down