10
Basic examples in LN always mention payments from an online end user to other online end user. But let's say we want to send a micropayment donation to a blog that does not have an always online LN client.
With an on-chain transaction, the payer can send the money and the money will be there even if the payee can't check that within a week time. How about LN?
What are the current proposals for such payments? And what are the requirements for such end users who want to receive payments? Do we require the payee to get online at least once a day, once a week, or no such requirements are there?
2Would it be possible to use some sort of 'mailbox' service, where all you need is a third party server that stores forwarded encrypted messages for you, until you come online? – Pieter Wuille – 2016-09-27T18:03:55.020
@PieterWuille, that's sort of what I was thinking about, but at that point you lose quite a bit of benefit to LN. It would no longer be a fast off-chain transaction, and you'd need to keep channels open with disconnected peers. The benefit would be that channels don't have to be reopened when a peer comes back online. Depending on your use case, I think at some point an on-chain transaction is more appropriate. – Jestin – 2016-09-27T18:33:23.810
1Sorry to bring this thread back up, but this seems rather problematic for everyday LN users. If I open a channel with a user, and we do 10 transactions, and after the 10th I go offline for longer than the channel's lifetime. When I come back, could it be possible that the user on the other end commited "old transactions" to the blockchain rather than the 10th? How can this be solved by third-parties? Do I have to trust them to behave honestly and not commit old transactions? Or is there a way for me to sort of "revert" the old transactions once I present the new one to the blockchain? – Luca Matteis – 2017-07-06T09:34:33.533
1The smart contracts involved rely on active participants. If you don't want to stay active, you could find yourself ripped off. I don't see this as a huge problem, since you can always choose to close a channel before going offline. It's also fairly easy to stay connected for long periods. If neither of those options are sufficient, than you can use an online wallet service that is always online, and will likely guarantee your transactions by mitigating the overall risk of all their customers. In any case, it will likely give bitcoin far more options and utility. – Jestin – 2017-07-06T12:35:03.683