• About
  • FAQ
  • Earn Bitcoin while Surfing the net
  • Buy & Sell Crypto on Paxful
Newsletter
Approx Foundation
  • Home
    • Home – Layout 1
  • Bitcoin
  • Ethereum
  • Regulation
  • Market
  • Blockchain
  • Business
  • Guide
  • Contact Us
No Result
View All Result
  • Home
    • Home – Layout 1
  • Bitcoin
  • Ethereum
  • Regulation
  • Market
  • Blockchain
  • Business
  • Guide
  • Contact Us
No Result
View All Result
Approx Foundation
No Result
View All Result
Home Bitcoin

lightning network – Force-closure of unknown channel: What do status `Loaded from database` and the state AWAITING_UNILATERAL mean?

Moussa by Moussa
October 14, 2024
in Bitcoin
0
peer discovery – how to obtain the IP addresses of nodes for mining pools?
189
SHARES
1.5k
VIEWS
Share on FacebookShare on Twitter


I noticed that the majority of my lightning payments fail despite increasing the fee. It’s been like this over the last two months.
Investigating this matter, I found an inactive channel in the output of listpeerchannels:

      {
         "peer_id": "03864ef025fde8fb587d989186ce6a4a186895ee44a926bfc370e2c366597a3f8f",
         "peer_connected": true,
         "reestablished": false,
         "channel_type": {
            "bits": [
               12,
               22,
               46
            ],
            "names": [
               "static_remotekey/even",
               "anchors/even",
               "scid_alias/even"
            ]
         },
         "updates": {
            "local": {
               "htlc_minimum_msat": 1,
               "htlc_maximum_msat": 7549746000,
               "cltv_expiry_delta": 34,
               "fee_base_msat": 1000,
               "fee_proportional_millionths": 10
            }
         },
         "last_stable_connection": 1721499560,
         "state": "AWAITING_UNILATERAL",
         "scratch_txid": "991419d10eb2f1f01596e68eac18dafcb34b24ff7a03e21936a739c4128cd460",
         "last_tx_fee_msat": 2888000,  (my note:  Saturday, 20 July 2024 18:19:20 GMT)
         "lost_state": false,
         "feerate": {
            "perkw": 2276,
            "perkb": 9104
         },
         "direction": 0,
         "channel_id": "881895f720246c99b6d4d9278510d37370344239e2e235f5e61c792ec495ea0e",
         "funding_txid": "0eea95c42e791ce6f535e2e23942347073d3108527d9d4b6996c2420f7951888",
         "funding_outnum": 0,
         "close_to_addr": "bc1pv5jzxk7h60ea3wnk4a92yxjufdyj7689fc936yn0ln5d7q4ykwnsc46cgf",
         "close_to": "51206524235bd7d3f3d8ba76af4aa21a5c4b492f68e54e0b1d126ffce8df02a4b3a7",
         "private": true,
         "opener": "local",
         "alias": {
            "local": "740013x9434280x28179"
         },
         "features": [
            "option_static_remotekey",
            "option_anchors_zero_fee_htlc_tx",
            "option_anchors",
            "option_scid_alias"
         ],
         "funding": {
            "local_funds_msat": 16777215000,
            "remote_funds_msat": 0,
            "pushed_msat": 0
         },
         "to_us_msat": 16777215000,
         "min_to_us_msat": 16777215000,
         "max_to_us_msat": 16777215000,
         "total_msat": 16777215000,
         "fee_base_msat": 1000,
         "fee_proportional_millionths": 10,
         "dust_limit_msat": 546000,
         "max_total_htlc_in_msat": 18446744073709551615,
         "their_reserve_msat": 167772000,
         "our_reserve_msat": 167772000,
         "spendable_msat": 16602238000,
         "receivable_msat": 0,
         "minimum_htlc_in_msat": 0,
         "minimum_htlc_out_msat": 1,
         "maximum_htlc_out_msat": 7549746000,
         "their_to_self_delay": 144,
         "our_to_self_delay": 720,
         "max_accepted_htlcs": 30,
         "state_changes": [
            {
               "timestamp": "2024-07-20T18:20:19.887Z",
               "old_state": "CHANNELD_AWAITING_LOCKIN",
               "new_state": "AWAITING_UNILATERAL",
               "cause": "protocol",
               "message": "channeld: received ERROR channel 881895f720246c99b6d4d9278510d37370344239e2e235f5e61c792ec495ea0e: unknown channel"
            }
         ],
         "status": [
            "Loaded from database"
         ],
         "in_payments_offered": 0,
         "in_offered_msat": 0,
         "in_payments_fulfilled": 0,
         "in_fulfilled_msat": 0,
         "out_payments_offered": 0,
         "out_offered_msat": 0,
         "out_payments_fulfilled": 0,
         "out_fulfilled_msat": 0,
         "htlcs": []
      }

I have no use of this channel and so I tried to close it,
sudo lightning-cli close 881895f720246c99b6d4d9278510d37370344239e2e235f5e61c792ec495ea0e returned

{
   "code": -32602,
   "message": "id: Channel id not found: invalid token (see logs for details)"
}

Over the last months I attempted to benefit from low fees by opening
lightning channels paying 2-3 sats/vbyte in fees. I did it over poor, intermittent connectivity, and
I was frequently shutting down my node while the funding transaction was still unconfirmed.
I have private channels, 6 with ACINQ’s node and 1 with ALLNICE | TORQ.co.
From what I gathered from the values of last_stable_connection and timestamp (of the last state change)
the channel was force-closed before it was locked-in with six confirmations. Yet,
it has been a week since the inactive channel and there
is no history of any transaction involving close_to_addr.

1. What does status Loaded from database mean and why is the channel referred to as unknown?

2. Can it be that my node was flagged by ACINQ node after this force-closure was triggered.
Might this the cause of the failure of my payments?

3. Should I do anything about it? How much sats am I going to loose with this
force-closure?

4. How could I prevent similar issues from happening in the future?



Source link

Related articles

How do Bitcoin mining pools typically handle payout frequency versus thresholds?

cryptography – Can Bob steal funds from a Musig2 multisig if he conducts a second multisig tx with the same participants?

March 19, 2026
ZEC Price Prediction: ZCash Rally Shows No Signs of Slowdown

ZEC Price Prediction: ZCash Rally Shows No Signs of Slowdown

March 19, 2026
Share76Tweet47

Related Posts

How do Bitcoin mining pools typically handle payout frequency versus thresholds?

cryptography – Can Bob steal funds from a Musig2 multisig if he conducts a second multisig tx with the same participants?

by Moussa
March 19, 2026
0

What happens if Bob keeps the Musig2 nonces used in the last multisig transaction? Can Bob use Alice's disclosed nonces...

ZEC Price Prediction: ZCash Rally Shows No Signs of Slowdown

ZEC Price Prediction: ZCash Rally Shows No Signs of Slowdown

by Moussa
March 19, 2026
0

ZCash (ZEC) is staging a serious comeback. Trading above $280 during Wednesday’s peak, the privacy-focused coin has surged over +25%...

TRUMP Memecoin Whale Count Hits 5-Month High As Mar-a-Lago Gala Nears

TRUMP Memecoin Whale Count Hits 5-Month High As Mar-a-Lago Gala Nears

by Moussa
March 19, 2026
0

Trusted Editorial content, reviewed by leading industry experts and seasoned editors. Ad Disclosure Multiple bills meant to stop federal officials...

Bitcoin Long-Term MVRV Remains In ‘Opportunity’ Zone: Data

Bitcoin Long-Term MVRV Remains In ‘Opportunity’ Zone: Data

by Moussa
March 19, 2026
0

On-chain data shows the 365-day Bitcoin MVRV Ratio has recently been sitting deep inside the negative zone, implying long-term buyers...

SEC Approves Nasdaq Rule To Trade Tokenized Securities, Paving Way For Blockchain Integration

SEC Approves Nasdaq Rule To Trade Tokenized Securities, Paving Way For Blockchain Integration

by Moussa
March 19, 2026
0

The U.S. Securities and Exchange Commission (SEC) has approved a Nasdaq rule change that allows certain securities to be traded...

Load More

youssufi.com

sephina.com

[vc_row full_width="stretch_row" parallax="content-moving" vc_row_background="" background_repeat="no-repeat" background_position="center center" footer_scheme="dark" css=".vc_custom_1517813231908{padding-top: 60px !important;padding-bottom: 30px !important;background-color: #191818 !important;background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}" footer_widget_title_color="#fcbf46" footer_button_bg="#fcb11e"][vc_column width="1/4"]

We bring you the latest in Crypto News

[/vc_column][vc_column width="1/4"][vc_wp_categories]
[/vc_column][vc_column width="1/4"][vc_wp_tagcloud taxonomy="post_tag"][/vc_column][vc_column width="1/4"]

Newsletter

[vc_raw_html]JTNDcCUzRSUzQ2RpdiUyMGNsYXNzJTNEJTIydG5wJTIwdG5wLXN1YnNjcmlwdGlvbiUyMiUzRSUwQSUzQ2Zvcm0lMjBtZXRob2QlM0QlMjJwb3N0JTIyJTIwYWN0aW9uJTNEJTIyaHR0cHMlM0ElMkYlMkZhcHByb3gub3JnJTJGJTNGbmElM0RzJTIyJTNFJTBBJTBBJTNDaW5wdXQlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwbmFtZSUzRCUyMm5sYW5nJTIyJTIwdmFsdWUlM0QlMjIlMjIlM0UlM0NkaXYlMjBjbGFzcyUzRCUyMnRucC1maWVsZCUyMHRucC1maWVsZC1maXJzdG5hbWUlMjIlM0UlM0NsYWJlbCUyMGZvciUzRCUyMnRucC0xJTIyJTNFRmlyc3QlMjBuYW1lJTIwb3IlMjBmdWxsJTIwbmFtZSUzQyUyRmxhYmVsJTNFJTBBJTNDaW5wdXQlMjBjbGFzcyUzRCUyMnRucC1uYW1lJTIyJTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIybm4lMjIlMjBpZCUzRCUyMnRucC0xJTIyJTIwdmFsdWUlM0QlMjIlMjIlM0UlM0MlMkZkaXYlM0UlMEElM0NkaXYlMjBjbGFzcyUzRCUyMnRucC1maWVsZCUyMHRucC1maWVsZC1lbWFpbCUyMiUzRSUzQ2xhYmVsJTIwZm9yJTNEJTIydG5wLTIlMjIlM0VFbWFpbCUzQyUyRmxhYmVsJTNFJTBBJTNDaW5wdXQlMjBjbGFzcyUzRCUyMnRucC1lbWFpbCUyMiUyMHR5cGUlM0QlMjJlbWFpbCUyMiUyMG5hbWUlM0QlMjJuZSUyMiUyMGlkJTNEJTIydG5wLTIlMjIlMjB2YWx1ZSUzRCUyMiUyMiUyMHJlcXVpcmVkJTNFJTNDJTJGZGl2JTNFJTBBJTNDZGl2JTIwY2xhc3MlM0QlMjJ0bnAtZmllbGQlMjB0bnAtcHJpdmFjeS1maWVsZCUyMiUzRSUzQ2xhYmVsJTNFJTNDaW5wdXQlMjB0eXBlJTNEJTIyY2hlY2tib3glMjIlMjBuYW1lJTNEJTIybnklMjIlMjByZXF1aXJlZCUyMGNsYXNzJTNEJTIydG5wLXByaXZhY3klMjIlM0UlQzIlQTBCeSUyMGNvbnRpbnVpbmclMkMlMjB5b3UlMjBhY2NlcHQlMjB0aGUlMjBwcml2YWN5JTIwcG9saWN5JTNDJTJGbGFiZWwlM0UlM0MlMkZkaXYlM0UlM0NkaXYlMjBjbGFzcyUzRCUyMnRucC1maWVsZCUyMHRucC1maWVsZC1idXR0b24lMjIlM0UlM0NpbnB1dCUyMGNsYXNzJTNEJTIydG5wLXN1Ym1pdCUyMiUyMHR5cGUlM0QlMjJzdWJtaXQlMjIlMjB2YWx1ZSUzRCUyMlN1YnNjcmliZSUyMiUyMCUzRSUwQSUzQyUyRmRpdiUzRSUwQSUzQyUyRmZvcm0lM0UlMEElM0MlMkZkaXYlM0UlM0NiciUyRiUzRSUzQyUyRnAlM0U=[/vc_raw_html][/vc_column][/vc_row]
No Result
View All Result
  • Contact Us
  • Homepages
  • Business
  • Guide

© 2024 APPROX FOUNDATION - The Crypto Currency News