Rusty Russell [ARCHIVE] on Nostr: 📅 Original date posted:2015-12-15 📝 Original message: Denis Gorbachev ...
📅 Original date posted:2015-12-15
📝 Original message:
Denis Gorbachev <denis.d.gorbachev at gmail.com> writes:
> Assuming a simple case of "Consumer - Relay - Provider" (2 hops), how long
> should it take for provider to receive the payment?
Assuming established channels already (assuming CPU is instant, so we're
just paying for network latency):
Consumer offers Relay a contract:
C -> R: update_add_htlc
R -> C: update_accept
C -> R: update_signature
R -> C: update_complete*
Relay offers Provider a contract:
R -> P: update_add_htlc
P -> R: update_accept
R -> P: update_signature
P -> R: update_complete*
Provider closes contract with relay:
P -> R: update_fulfill_htlc
R -> P: update_accept
P -> R: update_signature
R -> P: update_complete*
Relay closes contract with Client:
R -> C: update_fulfill_htlc
C -> R: update_accept
R -> C: update_signature
C -> R: update_complete*
You don't need to wait for the update_complete packets to arrive, so
that works out to 3 RTTs per hop. You might expect up to 10 hops in a
large lightning network, so 30 RTTs.
I'm in Australia, and my bitcoin node latency averages 330ms (ouch!).
So that would be 10 seconds.
Hope that helps!
Rusty.
Published at
2023-06-09 12:45:29Event JSON
{
"id": "94e87ada21b17bb225f5a1431952dfb7082fd57b74917ea218e08cf0ebd8de21",
"pubkey": "13bd8c1c5e3b3508a07c92598647160b11ab0deef4c452098e223e443c1ca425",
"created_at": 1686314729,
"kind": 1,
"tags": [
[
"e",
"d96d1761770e9262d0748599a31f08f9f59f736a91979a848a4c24486521a802",
"",
"root"
],
[
"e",
"c17fded61765beb05d9be99a0a211acbd64930a6f6dd4c19a3a8e8eaf9a055bf",
"",
"reply"
],
[
"p",
"1b378a759c3043107e82eff9a1728f35c79f92c48742bf1364370b0c21a20fd3"
]
],
"content": "📅 Original date posted:2015-12-15\n📝 Original message:\nDenis Gorbachev \u003cdenis.d.gorbachev at gmail.com\u003e writes:\n\u003e Assuming a simple case of \"Consumer - Relay - Provider\" (2 hops), how long\n\u003e should it take for provider to receive the payment?\n\nAssuming established channels already (assuming CPU is instant, so we're\njust paying for network latency):\n\nConsumer offers Relay a contract:\n C -\u003e R: update_add_htlc\n R -\u003e C: update_accept\n C -\u003e R: update_signature\n R -\u003e C: update_complete*\n\nRelay offers Provider a contract:\n R -\u003e P: update_add_htlc\n P -\u003e R: update_accept\n R -\u003e P: update_signature\n P -\u003e R: update_complete*\n\nProvider closes contract with relay:\n P -\u003e R: update_fulfill_htlc\n R -\u003e P: update_accept\n P -\u003e R: update_signature\n R -\u003e P: update_complete*\n\nRelay closes contract with Client:\n R -\u003e C: update_fulfill_htlc\n C -\u003e R: update_accept\n R -\u003e C: update_signature\n C -\u003e R: update_complete*\n\nYou don't need to wait for the update_complete packets to arrive, so\nthat works out to 3 RTTs per hop. You might expect up to 10 hops in a\nlarge lightning network, so 30 RTTs.\n\nI'm in Australia, and my bitcoin node latency averages 330ms (ouch!).\nSo that would be 10 seconds.\n\nHope that helps!\nRusty.",
"sig": "44cd0657cadcb01b1acd0dad6281bd6ead1dfeb014c0e469888509b9a2f8d5edcdac1bd15e5843a555ae7589f32d05d9d3bd4b960cfd1b94da254ce669d88abd"
}