Bitcoin Forum
June 14, 2024, 10:16:33 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Help Understanding Lightening Networks  (Read 303 times)
Kepler-148b (OP)
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
August 02, 2017, 02:37:47 AM
 #1

Let's say Alice wants to buy a coffee from Bob.

A lightning node allows Alice to add collateral to it before approaching Bob, correct? And, the lightning node cannot steal Alice's btc because only Alice has her private key. So when Alice meets Bob, Bob sees that the lightning node has enough collateral from Alice, and Alice shows she has her private key by signing a transaction for the coffee. Once the lightning node reports back to the core network, the transaction will be recorded forever. Everyone's happy!

But then what happens if Alice then goes to the lightning node operator, Sam, and says: "I don't really want to pay for this coffee, why don't you take your lightning node offline, and never bring it up again." Then Alice's transaction never gets recorded on the main blockchain, and she gets to keep her coffee.

Surely there is something I am missing here.
krishnapramod
Legendary
*
Offline Offline

Activity: 1470
Merit: 1078


View Profile
August 02, 2017, 05:04:12 AM
 #2

Let's say Alice wants to buy a coffee from Bob.

A lightning node allows Alice to add collateral to it before approaching Bob, correct? And, the lightning node cannot steal Alice's btc because only Alice has her private key. So when Alice meets Bob, Bob sees that the lightning node has enough collateral from Alice, and Alice shows she has her private key by signing a transaction for the coffee. Once the lightning node reports back to the core network, the transaction will be recorded forever. Everyone's happy!

But then what happens if Alice then goes to the lightning node operator, Sam, and says: "I don't really want to pay for this coffee, why don't you take your lightning node offline, and never bring it up again." Then Alice's transaction never gets recorded on the main blockchain, and she gets to keep her coffee.

Surely there is something I am missing here.

1. Alice temporarily locks funds inside a LN payment hub to process an off chain transaction to Bob through a multi-sig address. Both Alice and Bob needs to sign to make it a valid transaction.

2. Payment hubs have no control over your funds, you have the keys. LN is entirely dependent on Bitcoin blockchain.

3. On chain transactions are necessary to both open and close a channel. Between opening and closing a channel you can make as many off chain transactions as you like. When you close a channel the last transaction gets recorded on the main chain, on chain transaction.

4. If both Alice and Bob agree to close the channel then it can be closed immediately.

5. Theft is possible during LN transactions, but there is adequate built-in protection to prevent such scenarios. If Alice closes the channel with the intention of scamming Bob, then the party who is trying to steal ends up paying a penalty.

Quote
Outsourcable enforcement: if one party closes a channel in an old state in an attempt to steal money, the other party has to act within a defined period of time to block the attempted theft. This function can be outsourced to a third-party without giving them control over any funds, allowing wallets to safely go offline for periods longer than the defined period.

Breach Remedy Transaction: the transaction Alice creates when Mallory attempts to steal her money by having an old version of the channel state committed to the blockchain. Alice's breach remedy transaction spends all the money that Mallory received but which Mallory can't spend yet because his unilateral spend is still locked by a relative locktime.

https://en.bitcoin.it/wiki/Lightning_Network
Kepler-148b (OP)
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
August 03, 2017, 04:09:50 AM
 #3

Cool, thankyou. This is amazingly complicated. It would be great if someone (me?) could do some D3.js visualization of it.
krishnapramod
Legendary
*
Offline Offline

Activity: 1470
Merit: 1078


View Profile
August 03, 2017, 05:08:25 AM
Last edit: August 03, 2017, 11:09:08 AM by krishnapramod
 #4

Cool, thankyou. This is amazingly complicated. It would be great if someone (me?) could do some D3.js visualization of it.

I have no idea how this whole D3 visualization thing works, but if you can then here is LN's github page, https://github.com/lightningnetwork/lnd/releases/tag/v0.1-alpha

Bitfury successfully tested Lightning Network on Bitcoin mainnet, https://youtu.be/fqT-3xN8npA

Lightning-ready Bitcoin wallet (testnet), https://play.google.com/store/apps/details?id=fr.acinq.eclair.wallet

LN was successfully used for a real world transaction in April to buy a beer, first buyer being Roasbeef (one of LN's developers).

LN is ideal for microtransactions, apt for merchants, instant low fee transactions.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!