-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug]: All channels inactive after restart: Unable to retrieve mempool txs #7778
Comments
Hey @Asara Would you mind sharing your configured max mempool size? |
I haven't set the mempool on bitcoind specifically, so the default of 300. I can bump that up to see if it helps though. |
Fixed by #7767 |
Won't close this yet, will wait for PR to be merged |
closing this issue as the pr is merged |
Built 0.16.4-beta.rc1 off the tag and I am now getting the following error on startup:
|
which |
Bitcoin Core version v22.0.0 |
Same issue with the uploaded 0.16.4-beta.rc1 release binaries. |
@Asara Could you restart your node with |
|
If you run |
and my lnd.conf
|
@Asara do you have |
Sorry, do you mean logs for bitcoind while bitcoind is starting up, or logs from bitcoind while lnd is starting up? |
Hi @Asara can you please run |
Woops. Sorry about that.
|
Any other info I can get y'all for some assistance? |
@Asara Maybe you could do the following to help with the debugging process,
Once you see the error which caused |
I think we can close this. Not sure what happened but setting debug logs started having the node sync properly. I disabled debug logging and it is still syncing... so maybe it was just a heisenbug. Thanks for the help along the way friends! |
Background
After restarting my lnd node, it seems to be unable to pull data from bitcoind.
I have tried with two different bitcoin nodes, both of which have been synced and are able to service other lnd nodes.
Your environment
lncli version 0.16.3-beta commit=v0.16.3-beta
6.3.0-1-armmp-lpae #1 SMP Debian 6.3.7-1 (2023-06-12) armv7l GNU/Linux
Steps to reproduce
Restart lnd
Expected behaviour
The server syncs chain state and then connects to channels
Actual behaviour
With the unexpected EOF just happening forever.
I've had the lnd node running for about 24 hours since the restart and it is still just showing EOF approximately every minute or two.
The text was updated successfully, but these errors were encountered: