Tuesday, January 10, 2023

lnd.service: Failed with result 'exit-code'

Following Minibolt and finally made it to setting up LND. Whenever I try to start lnd i get the following errors:

Jan 10 19:17:25 badmoon lnd[428523]: 2023-01-10 19:17:25.875 [INF] CHDB: Checking for schema update: latest_version=29, db_version=29

Jan 10 19:17:25 badmoon lnd[428523]: 2023-01-10 19:17:25.875 [INF] CHDB: Checking for optional update: prune_revocation_log=false, db_version=empty

Jan 10 19:17:25 badmoon lnd[428523]: 2023-01-10 19:17:25.877 [INF] LTND: Database(s) now open (time_to_open=6.342433ms)!

Jan 10 19:17:25 badmoon lnd[428523]: 2023-01-10 19:17:25.877 [INF] LTND: Attempting automatic wallet unlock with password provided in file

Jan 10 19:17:26 badmoon lnd[428523]: 2023-01-10 19:17:26.592 [INF] LNWL: Opened wallet

Jan 10 19:17:26 badmoon lnd[428523]: 2023-01-10 19:17:26.641 [INF] CHRE: Primary chain is set to: bitcoin

Jan 10 19:17:26 badmoon lnd[428523]: 2023-01-10 19:17:26.655 [ERR] LTND: unable to create partial chain control: unable to subscribe for zmq block events: dial tcp 127.0.0.1:28332: connect: connection refused

Jan 10 19:17:26 badmoon lnd[428523]: 2023-01-10 19:17:26.655 [ERR] LTND: Shutting down because error in main method: error creating wallet config: unable to create partial chain control: unable to subscribe for zmq block events: dial tcp 127.0.0.1:28332: connect: connection refused

Jan 10 19:17:26 badmoon lnd[428523]: 2023-01-10 19:17:26.655 [INF] LTND: Shutdown complete

Jan 10 19:17:26 badmoon lnd[428523]: error creating wallet config: unable to create partial chain control: unable to subscribe for zmq block events: dial tcp 127.0.0.1:28332: connect: connection refused

Jan 10 19:17:26 badmoon systemd[1]: lnd.service: Main process exited, code=exited, status=1/FAILURE

Jan 10 19:17:26 badmoon systemd[1]: lnd.service: Failed with result 'exit-code'.

Now, I did initially have my lnd wallet password set and inadvertently entered the wrong (non-matching) password in the password.txt file. I have since disabled/stopped lnd and corrected the password in password.txt so they match. I think there is a problem there, even though I stopped/started lnd.

Any suggestions on how to correct the errors above? Do I need to re-install LND and set up a new wallet? Or, might there be other issues?

Thanks

B


No comments:

Post a Comment