0
After typing lncli pendingchannels I get a channel_point number, and when I put channel_point txid to check if it was confirmed onchain
by typing:
bitcoin-cli gettransaction "txid insert"
I get an error:
error code: -5
error message:
Ivalid or non-wallet transaction id
How can I see if whoever opened (pending state) channel to me has a confirmation on chain?

Thank you I see "confirmation_height": 0, – Kortik – 2019-07-21T19:42:12.930
its just I've been waiting for several days for someone opening channel to me but its always pending.I looked at the mempool and its empty therefore if a person who opened a channel to me set 1sat/byte then it should be confirmed but I cannot even see the transaction onchain. I am confused. – Kortik – 2019-07-21T23:59:54.207
I have been contacted by another person running c Lightning having a similar issue. and I have the idea that you have a power that does (deliberately?) not follow the channel establishment protocol. Can you see from the logfiles at which state of the channel establishment protocol you are in? Which BOLT 02 messages have been exchanged so far? Maybe your node did not send
funding _signedmessage? (obviously I am guessing here as I don't have full information) – Rene Pickhardt – 2019-07-23T09:05:37.143I don't use BOLT – Kortik – 2019-07-23T18:30:34.903
I have no idea what BOLT means my misunderstanding. So I don't know how to do all that Rene. – Kortik – 2019-07-30T05:26:43.473
Well I was asking for your logfile and in particular the entire that concern the channel opening protocol. I have just released a video about channel closure on my channel that might help you to understand the channel protocol BOLT 02 https://youtu.be/Gyt4nxRHy04. BOLT stands for basics of lightning vtechnologies and is the protocol specification that all implementations are following. This I am pretty sure you unknowingly are using the BOLTs (:
– Rene Pickhardt – 2019-07-30T12:00:25.247