pull down to refresh

Lightning can be very private for senders from their merchants, and soon with coming improvements for receivers from the person paying them, but it is very weak against a truly powerful global adversary. This can be mitigated however. Payments stand out to a global adversary because that is the majority of traffic nodes will send, and the timing relationship from A to B to C to D, etc. These heuristics can be broken by nodes sending fake traffic to each other regularly. Fake traffic could take the form of a constant barrage of fake packets, simply replacing fake ones with real messages when payments are routed. This would make it impossible to correlate anything. Other options would be to add decoy messages that continue on after the completion of a payment, or opportunistically make payments when such decoy messages reach you.
My understanding is that the mitigation strategies discussed here are not part of the protocol. Do clients implementing these privacy preserving strategies (or other) exist?
Anybody can create his "own LN" without using any of the big LN nodes... You just need to open private channels ONLY between trusted peers and done, you transact between each others safe and private.
Using LN it doesn't mean you have to use any of the big nodes out there...
If you still run public nodes you can also use the Electronwall and do not let any other peer to connect to your nodes ring.
Guys, please study more about how to use LN... and build your own scenarios.
btw, even a private channel with SN is in fact a new separate LN, that nobody else knows about. Is just between you and SN.
reply
Just seen this. Bookmarked for later consumption. #843264
reply
btw, even a private channel with SN is in fact a new separate LN, that nobody else knows about. Is just between you and SN
So a private channel with a big node like SN, or a trusted peer, makes your traffic undetectable by an adversary that is passively monitoring the connections? Thanks.
From the article:
Global Passive Adversaries. That means an actor who is able to passively monitor all the internet connections between everyone involved in a network like Lightning, or Tor.
reply