nervosnetwork / fiber

16 stars 8 forks source link

Add keysend mode in send_payment #159

Closed chenyukang closed 1 day ago

chenyukang commented 1 day ago

How to allow the recipient to receive payments without generating an invoice. In real-world scenarios, there is a similar need where the sender wants to initiate a payment to the recipient.

The keysend mode has been added for this purpose. For more information, see:

quake commented 1 day ago

please note that this feature requires Blinded Paths, this PR is only to test the feasibility of the process, there are security and privacy concerns, waiting for https://github.com/cryptape/fiber-sphinx integration.