QuasarNode asked about 2 years ago
My node page only shows the tor address, not the clearnet address.
On the page of my node I only see the .tor address, and not the clearnet one. In C-Lightning I have the config:
proxy=127.0.0.1:9050
bind-addr=0.0.0.0:9736
addr=statictor:127.0.0.1:9051/torport=9736
always-use-proxy=false
I am currently connected to several clearnet peers.
Is it an error on my side, or is LN+ incorrectly assuming I am not reachable on clearnet?
proxy=127.0.0.1:9050
bind-addr=0.0.0.0:9736
addr=statictor:127.0.0.1:9051/torport=9736
always-use-proxy=false
I am currently connected to several clearnet peers.
Is it an error on my side, or is LN+ incorrectly assuming I am not reachable on clearnet?
3 Comments
QuasarNode wrote about 2 years ago
Actually I think there is something wrong with the config, AMBOSS also showed only the tor addr. Maybe someone knows what I do wrong here? :)
SystemOptOut wrote about 2 years ago
I'm also seeing this problem
QuasarNode wrote about 2 years ago
For my case I figured it out. You have to specify it like this for CLN:
bind-addr=0.0.0.0:9735
announce-addr=103.219.152.43:9735 #this is your public IP that will be broadcast
addr=statictor:127.0.0.1:9051 #tor control port
bind-addr=0.0.0.0:9735
announce-addr=103.219.152.43:9735 #this is your public IP that will be broadcast
addr=statictor:127.0.0.1:9051 #tor control port
Please login to post comments.