Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The future ability to receive payments without having to generate payment requests #105

Closed
d4amenace opened this issue Aug 15, 2018 · 1 comment

Comments

@d4amenace
Copy link

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.

@sstone
Copy link
Member

sstone commented Aug 20, 2018

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.

@sstone sstone closed this as completed Aug 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants