-
Notifications
You must be signed in to change notification settings - Fork 974
Description
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"
}
}