You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It sounds like randomly denying a percentage of payment requests would be an efective countermeasure. Outside of the potential loss of routing fees, are there any other downsides? IMO, this sounds like a great trade-off relative to the privacy leakage.
Another countermeasure was to remove error messages when a route fails. Besides having less clarity as to why a path failed when trying to find a route for a payment, are there any other reasons to include these error messages? When trying to find a path, if one of the links did not have enough capacity and you got a generic error message, you'd still keep trying enough paths and eventually get the payment through. If the problem was something else, like in the attack the destination node doesn't have the preimage for the HTLC, then after enough fails the sender would realize the problem is likely in the destination node. Is there a good use case for keeping the path error messages?
Rendezvous Mechanism
Can someone breakdown Rendez vous into more basic language?
Would it make sense to chain multiple RV (meeting point)?
How does rendezvous protect against the following scenario: The sender controls the selected rendezvous node. How this could happen: The sender of the payment wants to know the location of the receiver, the receiver selects a rendezvous node for each invoice randomly. The sender can spin up a bunch of rendezvous enabled nodes on the network and request invoices from the receiver until one of her nodes are selected as the rendezvous node.
HTLC-DASH
It's not clear how the "Payment hash is segment content hash: Claim of payment reveals segment" works to achieve an atomic 'fair exchange' of payment for video segments. If the requests are for a hash of a segment, and HTLCs are spendable with the pre-image of the hash, then what incentive does the payment receiver have to actually send the segment? If they have the content they can spend the payment, but no way to force them to transmit it.
Submarine swaps
Can an adversary make a swap and wait for the last minute before the lock expires and then reveal the secret on one chain and tries to use the signature on the other? If the blocks there are pretty fast he might be able to get off with the money from both chains.