Is there an existing issue for this?
- I have searched the existing issues
Current behaviour
Bitcoin core v29.0 is running all good, but LND can’t connect to the ZMQ endpoints anymore, issue created in LND here: https://github.com/lightningnetwork/lnd/issues/9706
Expected behaviour
LND should connect correctly to the ZMQ endpoints from bitcoin core v29.0, like they do with v28.1
Steps to reproduce
Run LND v0.19.0rc2 together with Bitcoin core v29.0
Relevant log output
0Apr 12 23:02:53 lnd-mainnet lnd[3373367]: 2025-04-12 23:02:53.276 [INF] RPCC: Established connection to RPC server 192.168.178.109:8332
1Apr 12 23:02:53 lnd-mainnet lnd[3373367]: 2025-04-12 23:02:53.276 [INF] RPCC: Established connection to RPC server 192.168.178.109:8332
2Apr 12 23:02:53 lnd-mainnet lnd[3373367]: 2025-04-12 23:02:53.278 [ERR] LTND: unable to create partial chain control: unable to subscribe for zmq block events: dial tcp 192.168.178.109:28332: connect: connection refused
3Apr 12 23:02:53 lnd-mainnet lnd[3373367]: 2025-04-12 23:02:53.278 [ERR] LTND: Shutting down due to error in main method rev=0053fd err="unable to create partial chain control: unable to subscribe for zmq block events: dial tcp 192.168.178.109:28332: connect: connection refused"
How did you obtain Bitcoin Core
Compiled from source
What version of Bitcoin Core are you using?
v29.0
Operating system and version
Debian 11
Machine specifications
No response