Post
Topic
Board Bitcoin Discussion
Merits 1 from 1 user
Re: Is the Lightning Network centralized?
by
BitCryptex
on 18/10/2018, 20:25:30 UTC
⭐ Merited by d5000 (1)
but there are things such as lightning explorers
they reveal many things, balances per channel, who the nodes connect to. they actually reveal alot more then the bitcoin block explorer does about individuals

Actually, you are right. 1ML.com is an example of such explorer. However, it is possible to open a private channel which is only known to nodes which maintain it. Such channel is excluded from routing outside payments since other nodes don't know that it exists. LND allows their users to open a private channel by adding --private parameter while opening a channel. I guess it's only useful for people who often trade between themselves and don't wont other people to interrupt.

--private make the channel private, such that it won't be announced to the greater network, and nodes other than the two channel endpoints must be explicitly told about it to be able to route through it