Difference between revisions of "Network"

From lightningwiki.net
Jump to navigation Jump to search
Line 1: Line 1:
{{Stub}}
The Network is the set of [[Node|nodes]] processing the Lightning payments. Gossip messages are used to find "each other". They are sent between peers intended to aid the discovery of a channel or a node.
The Network is the set of [[Node|nodes]] processing the Lightning payments. Gossip messages are used to find "each other". They are sent between peers intended to aid the discovery of a channel or a node.


= Resources =  
= Resources =  
{{TODO|Add more links to network information}}
* [https://random.engen.priv.no/archives/574 Networking guide] by Vegard (LND)
* [https://random.engen.priv.no/archives/574 Networking guide] by Vegard (LND)
* [https://medium.com/@pierre_rochard/bitcoin-and-lightning-nodes-port-forwarding-faq-f92ca5c50d5d Port forwarding] by Pierre Rochard
* [https://medium.com/@pierre_rochard/bitcoin-and-lightning-nodes-port-forwarding-faq-f92ca5c50d5d Port forwarding] by Pierre Rochard

Revision as of 09:56, 17 January 2019

The Network is the set of nodes processing the Lightning payments. Gossip messages are used to find "each other". They are sent between peers intended to aid the discovery of a channel or a node.

Resources

Template:TODO