Groestlcoin Forum

Groestl => Groestlcoin Development & Technical Discussion => Topic started by: jackielove4u on December 22, 2019, 08:51:37 PM

Title: LND released
Post by: jackielove4u on December 22, 2019, 08:51:37 PM
(//)


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/