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

Groestlcoin Eclair released

Started by jackielove4u, December 22, 2019, 08:44:44 PM

Previous topic - Next topic

jackielove4u



Groestlcoin Eclair (French for Lightning) is a Scala implementation of the Lightning Network. It can run with or without a GUI, and a JSON API is also available.



Groestlcoin Eclair requires Groestlcoin Core 2.17.1 or higher. If you are upgrading an existing wallet, you need to create a new address and send all your funds to that address.
Groestlcoin Eclair needs a synchronized, segwit-ready, zeromq-enabled, wallet-enabled, non-pruning, tx-indexing Groestlcoin Core node.
Groestlcoin Eclair will use any GRS it finds in the Groestlcoin Core wallet to fund any channels you choose to open. Eclair will return GRS from closed channels to this wallet.
You can configure your Groestlcoin Node to use either p2sh-segwit addresses or bech32 addresses, Groestlcoin Eclair is compatible with both modes.

Features
• Creating channels.
• Closing channels.
• Completely managing all channel states (including the exceptional ones!).
• Mainnet and testnet support

The application may have unfound bugs and problems. To leave feedback: 
1.  PM hashengineering on bitcointalk: https://bitcointalk.org/index.php?action=profile;u=155038
2.  Email: [email protected]
3.  Reports of errors can also be posted in this topic.

This application is licensed under Apache. 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.

Groestlcoin Eclair is developed in Scala, a powerful functional language that runs on the JVM, and is packaged as a JAR (Java Archive) file. We provide 2 different packages, which internally use the same core libraries:
eclair-node (headless application that you can run on servers and desktops, and control from the command line): https://github.com/Groestlcoin/eclair/releases/download/v0.3.2.1/eclair-node-0.3.2.1-4852bfc.jar
eclair-node-gui (JavaFX GUI): https://github.com/Groestlcoin/eclair/releases/download/v0.3.2.1/eclair-node-gui-0.3.2.1-4852bfc.jar

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