Difference between revisions of "Lightning"
From Organic Design wiki
(intro and some links) |
(→See also: How privacy will be done with Lightning) |
||
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] | ||
[[Category:Cryptocurrency]] | [[Category:Cryptocurrency]] |
Revision as of 14:55, 25 January 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