-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Description
Background
I am trying to run v0.19.0rc1 and rc2 with bitcoin core v29.0, but it does not start up, due to this issue:
Apr 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
Apr 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
Apr 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
Apr 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"
Your environment
- version of
lnd
: v0.19.0rc2 - which operating system linux x86_64 debian
- version of
bitcoind
v29.0
Steps to reproduce
Run bitcoin core v29.0 using lnd 0.19
Expected behaviour
It should connect to zmq from bitcoin core
Actual behaviour
It fails to connect to zmq from bitcoin core which causes LND to fail to start up