>> (p.1)
    Author Topic: Lightning channels showing closing for weeks  (Read 114 times)
    jairunet (OP)
    Newbie
    *
    Offline Offline

    Activity: 2
    Merit: 7


    View Profile
    March 09, 2023, 03:28:25 PM
    Last edit: March 09, 2023, 07:38:40 PM by jairunet
    Merited by Jet Cash (2)
     #1

    Hello all,

    I migrated my LND node to different hardware, I backed up my node on-chain seed phrase and channels file.  However, I learned the hard way that even though I got the on-chain funds recovered as soon as I entered the seed phrase on the new hardware, all the channels were foreclosed after uploading the channel's backup file.  Most of the channels funds were moved to the on-chain wallet of the node, except two:

    $ lncli pendingchannels
    {
        "total_limbo_balance": "0",
        "pending_open_channels": [
        ],
        "pending_closing_channels": [
        ],
        "pending_force_closing_channels": [
        ],
        "waiting_close_channels": [
            {
                "channel": {
                    "remote_node_pub": "02729134d5ef3297717a8e53539442ba4d08da400c7381d0e9211f0b66c1e46601",
                    "channel_point": "16189adca01b0fc598f191248f795037570635c0a615fc125b51b79c18e5bbeb:1",
                    "capacity": "1000000",
                    "local_balance": "0",
                    "remote_balance": "0",
                    "local_chan_reserve_sat": "0",
                    "remote_chan_reserve_sat": "0",
                    "initiator": "INITIATOR_REMOTE",
                    "commitment_type": "STATIC_REMOTE_KEY",
                    "num_forwarding_packages": "0",
                    "chan_status_flags": "ChanStatusLocalDataLoss|ChanStatusRestored"
                },
                "limbo_balance": "0",
                "commitments": {
                    "local_txid": "",
                    "remote_txid": "",
                    "remote_pending_txid": "",
                    "local_commit_fee_sat": "0",
                    "remote_commit_fee_sat": "0",
                    "remote_pending_commit_fee_sat": "0"
                },
                "closing_txid": ""
            },
            {
                "channel": {
                    "remote_node_pub": "03627ebe50fc6eb80b0caab0c3714958c701eda735e3c29588e83150d6d4a93976",
                    "channel_point": "f0d034a17bc26549644a8a24e14c4ba7cc6a8b8b8359a1f6b887f38bcde3c900:1",
                    "capacity": "2000000",
                    "local_balance": "0",
                    "remote_balance": "0",
                    "local_chan_reserve_sat": "0",
                    "remote_chan_reserve_sat": "0",
                    "initiator": "INITIATOR_LOCAL",
                    "commitment_type": "STATIC_REMOTE_KEY",
                    "num_forwarding_packages": "0",
                    "chan_status_flags": "ChanStatusLocalDataLoss|ChanStatusRestored"
                },
                "limbo_balance": "0",
                "commitments": {
                    "local_txid": "",
                    "remote_txid": "",
                    "remote_pending_txid": "",
                    "local_commit_fee_sat": "0",
                    "remote_commit_fee_sat": "0",
                    "remote_pending_commit_fee_sat": "0"
                },
                "closing_txid": ""
            }
        ]
    }


    Again, both channels mentioned above are showing as "closing" in the UI of the node application (Umbrel).  Any suggestions will be greatly appreciated, should I just continue waiting? is there a way to forceclose the channels in "closing" status? Huh

    Thank you very much in advance.

    Sincerely,
Page 1
Viewing Page: 1