ZmnSCPxj [ARCHIVE] on Nostr: 📅 Original date posted:2018-11-16 📝 Original message: Good morning Rene, Not ...
📅 Original date posted:2018-11-16
📝 Original message:
Good morning Rene,
Not Rusty, but I shall spam the list as for my normal habit anyway.
>My problem starts with the fact that I can't find the term "lightning probe
>message" in the current BOLTs (actually the term probe only occures two
>times and these seem unrelated to what you are talking about) so I am
>confused what this is.
This is basically, generating a `payment_hash` from random data, whose preimage it is very unlikely the payee knows, and then sending it to the payee.
Since the payee does not know the preimage, it cannot actually claim the funds.
I believe, somebody in the summit pointed out that this mechanism could, today, be used to stream anime.
The payee does not actually get paid, but has to return an error for why it cannot claim the HTLC.
The error from the payee can contain a short section of an anime movie file instead of an error message, which the payer then watches instead of worrying about why they cannot pay.
Rather than using this mechanism to stream anime, we use this mechanism to stream invoices, which is much more sensible use for a payment network.
>As far as I understand your proposal from a high level the payer is
>supposed to create an onion package which triggers the offering of HTLCs
>with some additional metadata so that the receipient of the final onion can
>answer with a BOLT11 invoice. What I don't get is the fact that a payment
>hash needs to be known in order to offer HTLCs.
As mentioned, this mechanism basically has the putative payer generate a random hash.
The error response then contains the "real" BOLT11 invoice, plus some extra data as described by Rusty in the initial post.
>Though I imagine you ment it differently I would not see a problem with the
>payer to know the preimage in advance as he is creating the entire onion on
>his behalf and sponanious without invoice anyway. However I don't get why a
>returned BOLT11 invoice is needed then.
Since the probe will fail, the payee does not get actually paid.
Instead the payee returns the **real** `payment_hash`, encoded (presumably) as part of a BOLT11 invoice.
(or we encode the BOLT11 invoice fields in binary instead of BECH32 for compression, and so on, but basically, the payer can now generate a BOLT11 invoice it can pay using normal Lightning payment methods; this is my reasoning for proposing to add these "offers" as a separate BOLT, e.g. BOLT15. A BOLT15 offer lets you get any number of BOLT11 invoices.)
>In general I was wondering (already during the summit) why we don't include
>a connection oriented communication layer on top of the current protocol
>which would allow payer and payee to communicate more efficiently about
>payment and routing process and to negotiate stuff like spontaneos
>payments.
I believe this was the reason for pushing for HORNET implementation on Lightning.
HORNET is basically the connection communication layer being proposed, with improved privacy because HORNET.
For myself, I think that we should attach payments for each HORNET-style messaging system, and impose a `update_fail_htlc` limit so that only errors and a short text message can be returned for errors.
As to why not HORNET...
>I see two reasons against this: 1.) more synchronous
>communication makes stuff more complicated to implement and 2.) privacy
>concerns.
Mostly complexity, and concerns that people will abuse the network capacity (as in bytes capacity of TCP/IP connections, not satoshis capacity of channels).
That is why I think that if we *do* implement HORNET, then a payment or forwarding fee should be attached to each such message.
Attaching payments to the faithful delivery of HORNET-level messages is needed, but I am uncertain if it is feasible to do so.
Regards,
ZmnSCPxj
Published at
2023-06-09 12:52:51Event JSON
{
"id": "faf202c523f7deae1de719f46d17fc3c8ea511b19ad5cf26e9f47774821d5138",
"pubkey": "4505072744a9d3e490af9262bfe38e6ee5338a77177b565b6b37730b63a7b861",
"created_at": 1686315171,
"kind": 1,
"tags": [
[
"e",
"f52ed755f445a0de1c13cc6ab6ec7060fe02d8d163c9cb6cd3cc24885062d6a0",
"",
"root"
],
[
"e",
"4567f5bcc04b951b17cacfc8a2f98e35a77e217329520eea1c4a39c81904826e",
"",
"reply"
],
[
"p",
"4505072744a9d3e490af9262bfe38e6ee5338a77177b565b6b37730b63a7b861"
]
],
"content": "📅 Original date posted:2018-11-16\n📝 Original message:\nGood morning Rene,\n\nNot Rusty, but I shall spam the list as for my normal habit anyway.\n\n\u003eMy problem starts with the fact that I can't find the term \"lightning probe\n\u003emessage\" in the current BOLTs (actually the term probe only occures two\n\u003etimes and these seem unrelated to what you are talking about) so I am\n\u003econfused what this is.\n\nThis is basically, generating a `payment_hash` from random data, whose preimage it is very unlikely the payee knows, and then sending it to the payee.\nSince the payee does not know the preimage, it cannot actually claim the funds.\n\nI believe, somebody in the summit pointed out that this mechanism could, today, be used to stream anime.\nThe payee does not actually get paid, but has to return an error for why it cannot claim the HTLC.\nThe error from the payee can contain a short section of an anime movie file instead of an error message, which the payer then watches instead of worrying about why they cannot pay.\n\nRather than using this mechanism to stream anime, we use this mechanism to stream invoices, which is much more sensible use for a payment network.\n\n\u003eAs far as I understand your proposal from a high level the payer is\n\u003esupposed to create an onion package which triggers the offering of HTLCs\n\u003ewith some additional metadata so that the receipient of the final onion can\n\u003eanswer with a BOLT11 invoice. What I don't get is the fact that a payment\n\u003ehash needs to be known in order to offer HTLCs.\n\nAs mentioned, this mechanism basically has the putative payer generate a random hash.\nThe error response then contains the \"real\" BOLT11 invoice, plus some extra data as described by Rusty in the initial post.\n\n\u003eThough I imagine you ment it differently I would not see a problem with the\n\u003epayer to know the preimage in advance as he is creating the entire onion on\n\u003ehis behalf and sponanious without invoice anyway. However I don't get why a\n\u003ereturned BOLT11 invoice is needed then.\n\nSince the probe will fail, the payee does not get actually paid.\nInstead the payee returns the **real** `payment_hash`, encoded (presumably) as part of a BOLT11 invoice.\n(or we encode the BOLT11 invoice fields in binary instead of BECH32 for compression, and so on, but basically, the payer can now generate a BOLT11 invoice it can pay using normal Lightning payment methods; this is my reasoning for proposing to add these \"offers\" as a separate BOLT, e.g. BOLT15. A BOLT15 offer lets you get any number of BOLT11 invoices.)\n\n\n\u003eIn general I was wondering (already during the summit) why we don't include\n\u003ea connection oriented communication layer on top of the current protocol\n\u003ewhich would allow payer and payee to communicate more efficiently about\n\u003epayment and routing process and to negotiate stuff like spontaneos\n\u003epayments.\n\nI believe this was the reason for pushing for HORNET implementation on Lightning.\nHORNET is basically the connection communication layer being proposed, with improved privacy because HORNET.\n\nFor myself, I think that we should attach payments for each HORNET-style messaging system, and impose a `update_fail_htlc` limit so that only errors and a short text message can be returned for errors.\n\nAs to why not HORNET...\n\n\u003eI see two reasons against this: 1.) more synchronous\n\u003ecommunication makes stuff more complicated to implement and 2.) privacy\n\u003econcerns.\n\nMostly complexity, and concerns that people will abuse the network capacity (as in bytes capacity of TCP/IP connections, not satoshis capacity of channels).\nThat is why I think that if we *do* implement HORNET, then a payment or forwarding fee should be attached to each such message.\nAttaching payments to the faithful delivery of HORNET-level messages is needed, but I am uncertain if it is feasible to do so.\n\n\nRegards,\nZmnSCPxj",
"sig": "e99bf2891d128b845db7c2cb24441a0c4c17fee320aae4b3c1d1e952351e9c6e365166192fbae41619226989256d128d8232045d21e9bc0b68afaf5c0a23dc8e"
}