Skip to content

Can't hold peers for longer than 2 minutes - connectd: peer_out WIRE_WARNING | connectd: drain_peer #5816

@jmoasth

Description

@jmoasth

I've been struggling to figure out what's going on for the past week, and I hope this is the right place to put this. It seems like it's a problem with gossip.

Issue and Steps to Reproduce

I'm running a Linux VM Ubuntu 22.04.1 LTS with Bitcoin Core v24, Core Lightning v22.11.rc3.

I attached a lightning.log with DEBUG level info from the lightning log dir. Hopefully it has the information needed
lightning.log

getinfo output

{
   "id": "031d41bd502c8971c27189fcc94f1283d6feb9cd9bc19c2f66aa8dede501bf366a",
   "alias": "bhd",
   "color": "000000",
   "num_peers": 1,
   "num_pending_channels": 0,
   "num_active_channels": 0,
   "num_inactive_channels": 1,
   "address": [
      {
         "type": "torv3",
         "address": "2movtx6aqudlysujkmuow5xybq37dwdfp4if33jmfao6hjkzlmkstwad.onion",
         "port": 9736
      }
   ],
   "binding": [
      {
         "type": "ipv4",
         "address": "0.0.0.0",
         "port": 9736
      }
   ],
   "version": "v22.11rc3",
   "blockheight": 767103,
   "network": "bitcoin",
   "msatoshi_fees_collected": 0,
   "fees_collected_msat": "0msat",
   "lightning-dir": "/data/lightning/.lightning/bitcoin",
   "our_features": {
      "init": "08a088082a69a2",
      "node": "88a088082a69a2",
      "channel": "",
      "invoice": "02000000024100"
   }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions