LNCLI – Earlybirds Invest https://earlybirdsinvest.com Latest Crypto News Sun, 16 Mar 2025 21:50:18 +0000 en-US hourly 1 https://wordpress.org/?v=6.9.7 https://i0.wp.com/earlybirdsinvest.com/wp-content/uploads/2024/12/cropped-New-Project-2024-12-17T235703.455.png?fit=32%2C32&ssl=1 LNCLI – Earlybirds Invest https://earlybirdsinvest.com 32 32 240146708 Funding_TX from LNCLI OpenChannel is not displayed anywhere https://earlybirdsinvest.com/funding_tx-from-lncli-openchannel-is-not-displayed-anywhere/ https://earlybirdsinvest.com/funding_tx-from-lncli-openchannel-is-not-displayed-anywhere/#respond Sun, 16 Mar 2025 21:50:17 +0000 https://earlybirdsinvest.com/funding_tx-from-lncli-openchannel-is-not-displayed-anywhere/

I set up six LND nodes (LND-0, LND-1 to LND-5) on my local network, each of which is fixed to a Bitcoin node. I have tried several times following the procedure: (from LND-0, for example)

  1. Start LND
  2. lncli create
  3. lncli connect {lnd-1}@{lnd-1 ip addr}:9735
  4. LNCLI OpenChannel {ID_Pubkey of LND-1} 100000

Now I get “Funding TX” from the fourth command, but it doesn’t show anything in “lncli listChannels” but it shows in “lncli pendingchannels”. I can’t find TX funding either in Bitcoin-Cli getMempoolentry {funding_tx}’ or Block Explorer. There seem to be some misconceptions about LND. However, the results of “lncli getInfo” seem to be fine.

    "synced_to_chain":  true,
    "synced_to_graph":  true,
    "testnet":  false,
    "chains":  (
        {
            "chain":  "bitcoin",
            "network":  "mainnet"
        }
    ),
    "uris":  (),
    "features":  {
        "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
        },
        "8":  {
            "name":  "tlv-onion",
            "is_required":  true,
            "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
        },
        "25":  {
            "name":  "route-blinding",
            "is_required":  false,
            "is_known":  true
        },
        "27":  {
            "name":  "shutdown-any-segwit",
            "is_required":  false,
            "is_known":  true
        },
        "30":  {
            "name":  "amp",
            "is_required":  true,
            "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
        }
    },
    "require_htlc_interceptor":  false,
    "store_final_htlc_resolutions":  false

What should I look into to get some tips to resolve this issue?

]]>
https://earlybirdsinvest.com/funding_tx-from-lncli-openchannel-is-not-displayed-anywhere/feed/ 0 25533