Bitcoin Forum
May 21, 2024, 11:55:03 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Default Lightning Network Features  (Read 61 times)
simpleSliv3r (OP)
Jr. Member
*
Offline Offline

Activity: 46
Merit: 28


View Profile
October 25, 2023, 08:43:32 AM
Merited by ABCbits (1), apogio (1)
 #1

Hi all,

Does anyone know which are the default features enabled on the main three Lightning Network node implementations (LND, C-Lightning and Eclair)?
Or where can I find a list?


Best Regards,

SS
apogio
Sr. Member
****
Offline Offline

Activity: 448
Merit: 979



View Profile WWW
October 25, 2023, 09:03:59 AM
Merited by ABCbits (1), simpleSliv3r (1)
 #2

Does anyone know which are the default features enabled on the main three Lightning Network node implementations (LND, C-Lightning and Eclair)?
Or where can I find a list?

Hi. Can you clarify what you mean by "features"? For example, are you interested in knowing whether they all use Watchtowers? Does Watchtower count as a feature? Or is your question more generic? Like which wallets support which implementation etc?

simpleSliv3r (OP)
Jr. Member
*
Offline Offline

Activity: 46
Merit: 28


View Profile
October 25, 2023, 09:14:44 AM
 #3

Hi. Can you clarify what you mean by "features"? For example, are you interested in knowing whether they all use Watchtowers? Does Watchtower count as a feature? Or is your question more generic? Like which wallets support which implementation etc?

Hi. Sorry if my question wasn't clear. I mean the features that are shown when you use "describegraph" command.

From LND (note that CLN show the features in a binary string format):

Code:
{
            "pub_key": "03f81d429455dcc08ebbe00c9961db42e907a6571a657637533ac2e92cc9c936f4",
            "alias": "alice",
            "implementation": "LND_v0.15.1",
            "features_LNDv0.15.1_view": {
                "0": {
                    "name": "data-loss-protect",
                    "is_required": true,
                    "is_known": true
                },
                "5": {
                    "name": "upfront-shutdown-script",
                    "is_required": false,
                    "is_known": true
                },
                "7": {
                    "name": "gossip-queries",
                    "is_required": false,
                    "is_known": true
                },
                "9": {
                    "name": "tlv-onion",
                    "is_required": false,
                    "is_known": true
                },
                "12": {
                    "name": "static-remote-key",
                    "is_required": true,
                    "is_known": true
                },
                "14": {
                    "name": "payment-addr",
                    "is_required": true,
                    "is_known": true
                },
                "17": {
                    "name": "multi-path-payments",
                    "is_required": false,
                    "is_known": true
                },
                "23": {
                    "name": "anchors-zero-fee-htlc-tx",
                    "is_required": false,
                    "is_known": true
                },
                "27": {
                    "name": "shutdown-any-segwit",
                    "is_required": false,
                    "is_known": true
                },
                "31": {
                    "name": "amp",
                    "is_required": false,
                    "is_known": true
                },
                "45": {
                    "name": "explicit-commitment-type",
                    "is_required": false,
                    "is_known": true
                },
                "2023": {
                    "name": "script-enforced-lease",
                    "is_required": false,
                    "is_known": true
                }
            },
Hope with this example this is clear.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!