News:

Are you new to Groestlcoin and have questions you are afraid to ask?
Check out the New Users board and post there.
Welcome to all newcomers.

Main Menu

LND released

Started by jackielove4u, December 22, 2019, 08:51:37 PM

Previous topic - Next topic

jackielove4u



The Lightning Network Daemon (lnd) - is a complete implementation of a Lightning Network node.



Lnd has several pluggable back-end chain services including grsd (a full-node), groestlcoind, and neutrino (a new experimental light client). The project's codebase uses the grssuite set of Groestlcoin libraries, and also exports a large set of isolated re-usable Lightning Network related libraries within it.

Features
• Creating channels.
• Closing channels.
• Completely managing all channel states (including the exceptional ones!).
• Maintaining a fully authenticated+validated channel graph.
• Performing path finding within the network, passively forwarding incoming payments.
• Sending outgoing onion-encrypted payments through the network.
• Updating advertised fee schedules.
• Automatic channel management (autopilot).
• Two primary RPC interfaces are exported: an HTTP REST API, and a gRPC service.

The application may have unfound bugs and problems. To leave feedback: 
1. PM me
2. Email: [email protected]
3. Post reports of errors in this topic.

This application is licensed under MIT. There is no warranty and no party shall be made liable to you for damages. If you lose coins due to this app, no compensation will be given. Use this app solely at your own risk.

Download the OSX binaries here: https://github.com/Groestlcoin/lnd/releases/download/v0.8.2-grs/lnd-darwin-amd64-v0.8.2-grs.tar.gz
Download Windows binaries here: https://github.com/Groestlcoin/lnd/releases/download/v0.8.2-grs/lnd-windows-amd64-v0.8.2-grs.zip                                       
Download Linux binaries here: https://github.com/Groestlcoin/lnd/releases/download/v0.8.2-grs/lnd-linux-amd64-v0.8.2-grs.tar.gz

Source code: https://github.com/Groestlcoin/lnd/