Difference between revisions of "Lightning"

From Organic Design wiki
(intro and some links)
 
(Charlie Lee on how LN is actually more p2p and inline with the original vision)
 
(3 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
*[https://medium.com/@dougvk/run-your-own-mainnet-lightning-node-2d2eab628a8b Run your own mainnet lightning node]
 
*[https://medium.com/@dougvk/run-your-own-mainnet-lightning-node-2d2eab628a8b Run your own mainnet lightning node]
 
*[https://github.com/ElementsProject/lightning-charge Lightning-charge] ''- a drop-in solution for accepting lightning payments''
 
*[https://github.com/ElementsProject/lightning-charge Lightning-charge] ''- a drop-in solution for accepting lightning payments''
 
+
*[https://bitcoinmagazine.com/articles/how-the-lightning-network-layers-privacy-on-top-of-bitcoin-1482183775/ How privacy will be done with Lightning]
 +
*[https://medium.com/@ACINQ/introducing-strike-a-stripe-like-api-for-lightning-c84762f4f634 Accept lightning payments easily with Strike]
 +
*[https://medium.com/@JimmyMow/announcing-zap-beta-release-346b5100376e Announcing Zap beta release]
 +
*[https://twitter.com/SatoshiLite/status/1048468911929274368 Charlie Lee on how LN is actually more p2p and inline with the original vision]
 
[[Category:Cryptocurrency]]
 
[[Category:Cryptocurrency]]

Latest revision as of 21:18, 6 October 2018

Cone.png This article or section is a stub. Stubs are articles that have not yet received substantial attention from the authors. They are short or insufficient pieces of information and require additions to further increase the article's usefulness. The project values stubs as useful first steps toward complete articles.

The Lightning Network represents an improvement in efficiency and uses a more logical payment network structure. Instead of broadcasting a transaction to everyone, the transaction can be sent more directly to the payment recipient. Only when parties to the transaction are dishonest, does one need to resort to the cumbersome process, which distributed censorship-resistant systems require to maintain consensus. In this way, one can achieve performance and efficiency almost equivalent to that of direct communication between the parties over the Internet, while retaining some of the security characteristics of Bitcoin’s blockchain.

See also