Groestlcoin Eclair

Groestlcoin Eclair (French for Lightning) is a Scala implementation of the Lightning Network. It runs without a GUI and a JSON API is also available.

Groestlcoin Eclair requires Groestlcoin Core 2.18.2, 2.19.1 or 2.20.1. 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 must configure your Groestlcoin node to use bech32 (segwit) addresses. If your wallet has "non-segwit UTXOs" (outputs that are neither p2sh-segwit or bech32), you must send them to a bech32 address before running eclair.

Changelog 0.6.0
• Eclair now supports cookie authentication for Groestlcoin Core RPC.
• Eclair echoes back the remote peer's IP address in init.
• Eclair now supports circular rebalancing.
• Anchor outputs activated by default.
• Postgres database backend graduates to production-ready.
• Alternate strategy to avoid mass force-close of channels in certain cases.
• Separate log for important notifications.
• Support for onion messages.
• Support for option_payment_metadata.
• Optional safety checks when using Postgres.

Features

  • Creating channels.
  • Closing channels.
  • Completely managing all channel states (including the exceptional ones!).
  • Mainnet and testnet support
  • 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.

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