pull down to refresh
Two separate things need to be open on Windows — router and OS firewall. Port forwarding on the router is not enough.
lnd.conf settings to verify:
Without , LND won't advertise itself correctly to peers even if the port is open.
Windows Firewall (often missed):
Verify it's working:
Look for and check — your node's URI should show your public IP:9735. If that field is empty or shows , the line in lnd.conf isn't set.
The fact that 8333 works but 9735 doesn't usually means the firewall rule exists for Bitcoin Core but wasn't added for LND.
Two separate things need to be open on Windows — router and OS firewall. Port forwarding on the router is not enough.
lnd.conf settings to verify:
Without , LND won't advertise itself correctly to peers even if the port is open.
Windows Firewall (often missed):
Verify it's working:
Look for and check — your node's URI should show your public IP:9735. If that field is empty or shows , the line in lnd.conf isn't set.
The fact that 8333 works but 9735 doesn't usually means the firewall rule exists for Bitcoin Core but wasn't added for LND.