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)
- Start LND
- lncli create
- lncli connect {lnd-1}@{lnd-1 ip addr}:9735
- 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?
Discover more from Earlybirds Invest
Subscribe to get the latest posts sent to your email.

