Difference between revisions of "Lnd"

From lightningwiki.net
Jump to navigation Jump to search
m (added Beginner’s Guide to Lightning on a Raspberry Pi)
Line 1: Line 1:
{{Stub}}
= About =  
= About =  
The Lightning Network Daemon (lnd) - is a complete implementation of a Lightning Network node. lnd has several pluggable back-end chain services including btcd (a full-node), bitcoind, and neutrino (a new experimental light client). The project's codebase uses the btcsuite set of Bitcoin libraries, and also exports a large set of isolated re-usable Lightning Network related libraries within it.  
The Lightning Network Daemon (lnd) - is a complete implementation of a Lightning Network node. lnd has several pluggable back-end chain services including btcd (a full-node), bitcoind, and neutrino (a new experimental light client). The project's codebase uses the btcsuite set of Bitcoin libraries, and also exports a large set of isolated re-usable Lightning Network related libraries within it.  
Line 7: Line 5:


= Howto =
= Howto =
{{TODO|Add more pages with HOWTOs, or links to HOWTOs}}
* LND Node on Windows: https://medium.com/@martinschrer/installing-a-mainnet-lnd-node-on-windows-and-accessing-it-on-an-iphone-da1e63a613cb
* LND Node on Windows: https://medium.com/@martinschrer/installing-a-mainnet-lnd-node-on-windows-and-accessing-it-on-an-iphone-da1e63a613cb
* Lnd + Zap on bitcoind [https://medium.com/lightning-power-users/windows-macos-lightning-network-284bd5034340 medium post by Pierre Rochard]
* Lnd + Zap on bitcoind [https://medium.com/lightning-power-users/windows-macos-lightning-network-284bd5034340 medium post by Pierre Rochard]
Line 15: Line 14:


= Links / resources =
= Links / resources =
{{TODO|Add more links}}
* [https://github.com/lightningnetwork/lnd LND github]
* [https://github.com/lightningnetwork/lnd LND github]
* [https://api.lightning.community/rest/index.html#v1-getinfo API Reference]
* [https://api.lightning.community/rest/index.html#v1-getinfo API Reference]
* [https://dev.lightning.community/ DEV site]
* [https://dev.lightning.community/ DEV site]

Revision as of 09:03, 17 January 2019

About

The Lightning Network Daemon (lnd) - is a complete implementation of a Lightning Network node. lnd has several pluggable back-end chain services including btcd (a full-node), bitcoind, and neutrino (a new experimental light client). The project's codebase uses the btcsuite set of Bitcoin libraries, and also exports a large set of isolated re-usable Lightning Network related libraries within it.

lnd fully conforms to the Lightning Network specification (BOLTs). BOLT stands for: Basis of Lightning Technology. The specifications are currently being drafted by several groups of implementers based around the world including the developers of lnd. The set of specification documents as well as our implementation of the specification are still a work-in-progress.

Howto

Template:TODO

Links / resources

Template:TODO