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
What about the ability for the sender to just send a payment to the receiver without the receiver having to first issue a payment request if you are already directly connected through a channel to the receiver? This would allow for lightning tips without having to host a tip bot payment request creating plugin on an expensive server.
The text was updated successfully, but these errors were encountered:
The current LN protocol requires the receiver to actively initiate the payment workflow: the receiver creates a payment preimage, sends its hash to the sender (typically by displaying a QR code).
There have been discussions on how to enable recurring payments or donations (see lightning/bolts#447 for example), and it's a feature that has been requested quite often so we'll try to add it to the next version of the protocol.
What about the ability for the sender to just send a payment to the receiver without the receiver having to first issue a payment request if you are already directly connected through a channel to the receiver? This would allow for lightning tips without having to host a tip bot payment request creating plugin on an expensive server.
The text was updated successfully, but these errors were encountered: