Difference between revisions of "Lightning"
From Organic Design wiki
(→See also: How privacy will be done with Lightning) |
(Charlie Lee on how LN is actually more p2p and inline with the original vision) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
*[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://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
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
- About the lightning network
- Run your own mainnet lightning node
- Lightning-charge - a drop-in solution for accepting lightning payments
- How privacy will be done with Lightning
- Accept lightning payments easily with Strike
- Announcing Zap beta release
- Charlie Lee on how LN is actually more p2p and inline with the original vision