-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
Description
Background
My neutrino-using node is not seeing a channel open, with the channel stuck in pending state, even though the transaction has confirmed. --reset-wallet-transactions seems to fail with the following:
2024-10-14 14:58:26.841 [WRN] LNWL: Query(0) from peer <redacted>:8333 failed, rescheduling: did not get response before timeout
2024-10-14 14:58:30.841 [WRN] LNWL: Query(0) from peer <redacted>:8333 failed and reached maximum number of retries, not rescheduling: did not get response before timeout
2024-10-14 14:58:30.842 [ERR] LNWL: Neutrino rescan ended with error: did not get response before timeout
[Neutrino]
neutrino.connect=<redacted>
neutrino.persistfilters=false # I previously had this set to true and tried turning it off. No difference.
The node in question works fine. So I don't understand why the neutrino rescan fails. Also connecting to other neutrino nodes fails as well with the same error message.
$ lncli neutrino status
{
"active": true,
"synced": true,
"block_height": 865614,
"block_hash": "0000000000000000000052580442928bbfaa1fd4b08d7620ae9bfd092d7cbbfd",
"peers": [
"<redacted>:8333"
]
}
Your environment
- lnd version 0.18.3-beta commit=v0.18.3-beta
Linux btc 6.1.75-1.qubes.fc32.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Feb 5 06:49:25 CET 2024 x86_64 GNU/Linux
Steps to reproduce
Unclear.