Core lightning: A specification compliant Lightning Network implementation in C
Core lightning is a lightweight, highly customizable and standard compliant implementation of the Lightning Network protocol.
Core lightning only works on Linux and Mac OS, and requires a locally (or remotely) running groestlcoind (version 22.0 or above) that is fully caught up with the network you're testing on.
Changelog 23.08.1
• Several pay plugin improvements for better payment reliability.
• New setconfig command to change config lines dynamically without node restart: limited now, but more coming in future.
• BIP-93 seed backup support
• Per-channel ignorefeelimits setting for getting fee disagreements unstuck.
• Taproot address support: now the default for change addresses.
• Preemptive failure of incoming HTLCs if the outgoing is stuck due to high fees, to avoid channel loss.
• Dual-funding has been tweaked to the latest spec, but it's still experimental.
• The new experimental-splicing option implements the new splicing draft to move funds in and out of live channels.
• A new wait command supports invoices, along with listinvoices allowing ordering and pagination (with more commands to come!)
• pay supports self-payment: you can pay your own invoices.
• pay int a bolt11 with a description hash without providing a description has been temporarily undeprecated (but descriptions now work properly with \ in them now!).
• Experimental builds are no longer required: all experimental features are now explicit runtime options.
• User-defined tracepoints have been added to the a few paths, to help with tracing bottlenecks in production systems.
Features
• Creating channels.
• Closing channels.
• Completely managing all channel states (including the exceptional ones!).
• Performing path finding within the network, passively forwarding incoming payments.
• Sending outgoing onion-encrypted payments through the network.
• Automatic channel management (autopilot).
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.
Ubuntu:
https://github.com/Groestlcoin/lightning/blob/master/doc/INSTALL.md#to-build-on-ubuntuFedora:
https://github.com/Groestlcoin/lightning/blob/master/doc/INSTALL.md#to-build-on-fedoraOpenBSD:
https://github.com/Groestlcoin/lightning/blob/master/doc/INSTALL.md#to-build-on-openbsdOSX:
https://github.com/Groestlcoin/lightning/blob/master/doc/INSTALL.md#to-build-on-macosArch Linux:
https://github.com/Groestlcoin/lightning/blob/master/doc/INSTALL.md#to-build-on-arch-linuxRaspberry Pi:
https://github.com/Groestlcoin/lightning/blob/master/doc/INSTALL.md#to-cross-compile-for-raspberry-piArmbian:
https://github.com/Groestlcoin/lightning/blob/master/doc/INSTALL.md#to-compile-for-armbianAlpine:
https://github.com/Groestlcoin/lightning/blob/master/doc/INSTALL.md#to-compile-for-alpineSource code:
https://github.com/Groestlcoin/lightning
GRSPay: a free and open-source cryptocurrency payment processor which allows you to receive payments in Groestlcoin with no fees, transaction cost or a middleman.
GRSPay is a non-custodial invoicing system which eliminates the involvement of a third-party. Payments with GRSPay go directly to your wallet, which increases the privacy and security. Your private keys are never uploaded to the server. There is no address re-use, since each invoice generates a new address deriving from your xpubkey or zpubkey.
GRSPay is available at
https://grspay.com https://www.youtube.com/watch?v=c7s3zZnlQ6Mhttps://www.youtube.com/watch?v=qNMTDEPhWhYChangelog v1.11.4
• Complete overhaul of Invoice Reporting
• POS Cart redesign
• Add product categories to POS apps
• Checkout v2: Play sound when invoice is paid
• Add support for ExchangeRateHost and FreeCurrencyRates rate providers
• Display wallet balance in default currency in the on-chain wallet navigation
Features
• Direct, P2P Groestlcoin payments
• Lightning Network support
• Complete control over private keys
• Enchanced privacy
• SegWit support
• Process payments for others
• Easy-embeddable Payment buttons
• Point of sale app
• No transaction fees (other than those for the crypto networks)
• No processing fees
• No middleman
• No KYC
• The software is built in C#
• You can run GRSPay as a self-hosted solution on your own server or use our host. The self-hosted solution allows you not only to attach an unlimited number of stores but also become the payment processor for others.
• Open Source - MIT license
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.
Source code:
https://github.com/Groestlcoin/btcpayserver
GRSPay Testnet: a free and open-source cryptocurrency payment processor which allows you to receive payments in Groestlcoin Testnet with no fees, transaction cost or a middleman.
GRSPay Testnet is a non-custodial invoicing system which eliminates the involvement of a third-party. Payments with GRSPay Testnet go directly to your wallet, which increases the privacy and security. Your private keys are never uploaded to the server. There is no address re-use, since each invoice generates a new address deriving from your tpubkey or vpubkey.
GRSPay Testnet is available at
https://testnet.grspay.com/https://www.youtube.com/watch?v=c7s3zZnlQ6Mhttps://www.youtube.com/watch?v=qNMTDEPhWhYChangelog v1.11.4
• Complete overhaul of Invoice Reporting
• POS Cart redesign
• Add product categories to POS apps
• Checkout v2: Play sound when invoice is paid
• Add support for ExchangeRateHost and FreeCurrencyRates rate providers
• Display wallet balance in default currency in the on-chain wallet navigation
Features
• Direct, P2P Groestlcoin Testnet payments
• Lightning Network Testnet support
• Complete control over private keys
• Enchanced privacy
• SegWit Testnet support
• Process payments for others
• Payment buttons
• Point of sale
• No transaction fees (other than those for the crypto networks)
• No processing fees
• No middleman
• No KYC
• The software is built in C#
• You can run GRSPay Testnet as a self-hosted solution on your own server or use our host. The self-hosted solution allows you not only to attach an unlimited number of stores but also become the payment processor for others.
• Open Source - MIT license
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.
Source code:
https://github.com/Groestlcoin/btcpayserver
A Hierarchical Deterministic Groestlcoin Wallet
The app allows you to send and receive Groestlcoins on your device using QR codes and URI links.
When using this app, please back up your wallet and email them to yourself! This will save your wallet in a password protected file. Then your coins can be retrieved even if you lose your phone.
Changelog 10.03
• Fix an issue with direct bluetooth payments.
• Request permission for connecting and listening to bluetooth sockets on Android 12 and above.
• Fix long-standing race when emptying wallet.
• Important bugfix for inputting fiat amounts.
• Important bugfix for version alerts.
• The app language can be selected independent of the system language on Android 13 and above.
• On Android 13 and above, the user is asked for notification permission when the time feels right.
Features:
• Sweep paper wallets
• Transparant - free and open source
• Blockexplorer support
• Network monitor
• Backup/restore option
• Spending pin
• xpub support
• Ability to reset blockchain
• Ability to change denomination
• Ability to connect to trusted peer
• Connectivity indicator
If the app crashes you can send the report via email or another method if your phone allows it.
To close the app, simply press the back button until you reach your home screen. The app will close itself (there is no need for a disconnect option).
This application is licensed under the GPL version 3. 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 Wallet is available in the Google play store:
https://play.google.com/store/apps/details?id=hashengineering.groestlcoin.walletGroestlcoin Wallet is available on Fdroid:
https://f-droid.org/en/packages/hashengineering.groestlcoin.walletSource code:
https://github.com/Groestlcoin/groestlcoin-wallet
A Hierarchical Deterministic Groestlcoin Testnet Wallet
The app allows you to send and receive testnet Groestlcoins on your Android device using QR codes and URI links.
When using this app, please back up your wallet and email them to yourself! This will save your wallet in a password protected file. Then your testnet coins can be retrieved even if you lose your phone.
Changelog 10.03
• Fix an issue with direct bluetooth payments.
• Request permission for connecting and listening to bluetooth sockets on Android 12 and above.
• Fix long-standing race when emptying wallet.
• Important bugfix for inputting fiat amounts.
• Important bugfix for version alerts.
• The app language can be selected independent of the system language on Android 13 and above.
• On Android 13 and above, the user is asked for notification permission when the time feels right.
Features:
• Sweep testnet paper wallets
• Transparant - free and open source
• Testnet blockexplorer support
• Network monitor
• Backup/restore option
• Spending pin
• tpub support
• Ability to reset blockchain
• Ability to change denomination
• Ability to connect to trusted peer
• Connectivity indicator
If the app crashes you can send the report via email or another method if your phone allows it. Reports of errors can also be posted in this topic.
To close the app, simply press the back button until you reach your home screen. The app will close itself (there is no need for a disconnect option).
This application is licensed under the GPL version 3. 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 Testnet Wallet is available in the Google play store:
https://play.google.com/store/apps/details?id=hashengineering.groestlcoin.wallet_testGroestlcoin Testnet Wallet is available on Fdroid:
https://f-droid.org/en/packages/hashengineering.groestlcoin.wallet_test/Source code:
https://github.com/Groestlcoin/groestlcoin-wallet
GRS RPC Explorer: Simple, database-free Groestlcoin blockchain explorer via RPC to Groestlcoin Core.
GRS RPC Explorer is a simple, self-hosted explorer for the Groestlcoin blockchain, driven by RPC calls to your own Groestlcoin node. It is easy to run and can be connected to other tools (like ElectrumX) to achieve a full-featured explorer.
Whatever reasons one may have for running a full node (trustlessness, technical curiosity, supporting the network, etc) it's helpful to appreciate the "fullness" of your node. With this explorer, you can explore not just the blockchain database, but also explore the functional capabilities of your own node.
Changelog 3.4.0
• Breaking changes to the API
• Minor fixes for running against Groestlcoin Core v23
• Block Analysis: include top "days destroyed" transactions
• URL change: /mining-template -> /next-block (redirect is included for compatibility)
• On Extended PubKey pages, include balance data for various address (if Electrum-GRS server is configured)
• Several new API actions/changes
• New /holidays, a curated list of Groestlcoin 'Holidays'
• Support for different view options on /fun
• On /difficulty-history, make delta graph honor timespan filtering
• Proper use of production-ready MemoryStore for session data
• Support for serving static assets via a configurable CDN
• Misc fixes for erroneous data display on non-mainnet nodes
• Switch from fontawesome to bootstrap-icons v1.8.0
• Refreshed "Dark" theme with blues toned down (legacy dark theme still available)
• UI/UX tweaks
• Misc minor fixes
• Updated dependencies
Features
• Network Summary dashboard
• View details of blocks, transactions, and addresses
• Analysis tools for viewing stats on blocks, transactions, and miner activity
• See raw JSON content from groestlcoind used to generate most pages
• Search by transaction ID, block hash/height, and address
• Optional transaction history for addresses by querying from ElectrumX
• Mempool summary, with fee, size, and age breakdowns
• RPC command browser and terminal
GRS RPC Explorer 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 GRS RPC Explorer, no compensation will be given. Use GRS RPC Explorer solely at your own risk.
GRS RPC Explorer is available via
https://rpcexplorer.groestlcoin.org/Source code:
https://github.com/Groestlcoin/grs-rpc-explorer
GRS RPC Explorer Testnet: Simple, database-free Groestlcoin testnet blockchain explorer via RPC to Groestlcoin Core.
GRS RPC Explorer testnet is a simple, self-hosted explorer for the Groestlcoin testnet blockchain, driven by RPC calls to your own Groestlcoin testnet node. It is easy to run and can be connected to other tools (like ElectrumX) to achieve a full-featured explorer.
Whatever reasons one may have for running a full node (trustlessness, technical curiosity, supporting the network, etc) it's helpful to appreciate the "fullness" of your node. With this explorer, you can explore not just the blockchain database, but also explore the functional capabilities of your own node.
Changelog 3.4.0
• Breaking changes to the API
• Minor fixes for running against Groestlcoin Core v23
• Block Analysis: include top "days destroyed" transactions
• URL change: /mining-template -> /next-block (redirect is included for compatibility)
• On Extended PubKey pages, include balance data for various address (if Electrum-GRS server is configured)
• Several new API actions/changes
• New /holidays, a curated list of Groestlcoin 'Holidays'
• Support for different view options on /fun
• On /difficulty-history, make delta graph honor timespan filtering
• Proper use of production-ready MemoryStore for session data
• Support for serving static assets via a configurable CDN
• Misc fixes for erroneous data display on non-mainnet nodes
• Switch from fontawesome to bootstrap-icons v1.8.0
• Refreshed "Dark" theme with blues toned down (legacy dark theme still available)
• UI/UX tweaks
• Misc minor fixes
• Updated dependencies
Features
• Network Summary dashboard
• View details of blocks, transactions, and addresses
• Analysis tools for viewing stats on blocks, transactions, and miner activity
• See raw JSON content from groestlcoind used to generate most pages
• Search by transaction ID, block hash/height, and address
• Optional transaction history for addresses by querying from ElectrumX
• Mempool summary, with fee, size, and age breakdowns
• RPC command browser and terminal
GRS RPC Explorer testnet 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 GRS RPC Explorer testnet, no compensation will be given. Use GRS RPC Explorer testnet solely at your own risk.
GRS RPC Explorer testnet is available via
https://rpcexplorer-test.groestlcoin.org/Source code:
https://github.com/Groestlcoin/grs-rpc-explorer
GRS RPC Explorer Signet: Simple, database-free Groestlcoin signet blockchain explorer via RPC to Groestlcoin Core.
GRS RPC Explorer signet is a simple, self-hosted explorer for the Groestlcoin signet blockchain, driven by RPC calls to your own Groestlcoin signet node. It is easy to run and can be connected to other tools (like ElectrumX) to achieve a full-featured explorer.
Whatever reasons one may have for running a full node (trustlessness, technical curiosity, supporting the network, etc) it's helpful to appreciate the "fullness" of your node. With this explorer, you can explore not just the blockchain database, but also explore the functional capabilities of your own node.
Changelog 3.4.0
• Breaking changes to the API
• Minor fixes for running against Groestlcoin Core v23
• Block Analysis: include top "days destroyed" transactions
• URL change: /mining-template -> /next-block (redirect is included for compatibility)
• On Extended PubKey pages, include balance data for various address (if Electrum-GRS server is configured)
• Several new API actions/changes
• New /holidays, a curated list of Groestlcoin 'Holidays'
• Support for different view options on /fun
• On /difficulty-history, make delta graph honor timespan filtering
• Proper use of production-ready MemoryStore for session data
• Support for serving static assets via a configurable CDN
• Misc fixes for erroneous data display on non-mainnet nodes
• Switch from fontawesome to bootstrap-icons v1.8.0
• Refreshed "Dark" theme with blues toned down (legacy dark theme still available)
• UI/UX tweaks
• Misc minor fixes
• Updated dependencies
Features
• Network Summary dashboard
• View details of blocks, transactions, and addresses
• Analysis tools for viewing stats on blocks, transactions, and miner activity
• See raw JSON content from groestlcoind used to generate most pages
• Search by transaction ID, block hash/height, and address
• Optional transaction history for addresses by querying from ElectrumX
• Mempool summary, with fee, size, and age breakdowns
• RPC command browser and terminal
GRS RPC Explorer signet 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 GRS RPC Explorer signet, no compensation will be given. Use GRS RPC Explorer signet solely at your own risk.
GRS RPC Explorer signet is available via
https://rpcexplorer-signet.groestlcoin.org/Source code:
https://github.com/Groestlcoin/grs-rpc-explorer[moderator's note: consecutive posts merged]