My Lightning node has stopped working, and I am getting the error below. I have managed to run lncli unlock
with the default passphrase. However, I still get :
lightning_app_1 | Unable to get lnd information, wallet locked, unlock it to enable full RPC access
This is what happens in the logs when I run lncli unlock
:
lightning_lnd_1 | 2025-07-17 10:07:31.958 [ERR] RPCS: [/routerrpc.Router/SubscribeHtlcEvents]: wallet locked, unlock it to enable full RPC access
lightning_lnd_1 | 2025-07-17 10:07:32.044 [ERR] RPCS: [/lnrpc.Lightning/ListPeers]: wallet locked, unlock it to enable full RPC access
lightning_lnd_1 | 2025-07-17 10:07:36.375 [INF] BTWL: Opened wallet
lightning_lnd_1 | 2025-07-17 10:07:36.697 [INF] RPCC: Established connection to RPC server 10.21.21.7:8332
lightning_lnd_1 | 2025-07-17 10:07:36.697 [INF] RPCC: Established connection to RPC server 10.21.21.7:8332
lightning_lnd_1 | 2025-07-17 10:07:41.052 [ERR] RPCS: [/lnrpc.Lightning/GetInfo]: the RPC server is in the process of starting up, but not yet ready to accept calls
lightning_lnd_1 | 2025-07-17 10:07:43.020 [ERR] RPCS: [/lnrpc.Lightning/GetInfo]: the RPC server is in the process of starting up, but not yet ready to accept calls
lightning_lnd_1 | 2025-07-17 10:07:44.423 [ERR] RPCS: [/lnrpc.Lightning/GetInfo]: the RPC server is in the process of starting up, but not yet ready to accept calls
lightning_lnd_1 | 2025-07-17 10:07:52.014 [ERR] RPCS: [/routerrpc.Router/SubscribeHtlcEvents]: the RPC server is in the process of starting up, but not yet ready to accept calls
lightning_lnd_1 | 2025-07-17 10:07:52.094 [ERR] RPCS: [/lnrpc.Lightning/ListPeers]: the RPC server is in the process of starting up, but not yet ready to accept calls
lightning_lnd_1 | 2025-07-17 10:08:06.707 [ERR] LTND: unable to create partial chain control: bitcoind start timeout
lightning_lnd_1 | 2025-07-17 10:08:06.707 [ERR] LTND: Shutting down due to error in main method rev=59a86b err=“unable to create partial chain control: bitcoind start timeout”
lightning_lnd_1 | 2025-07-17 10:08:06.742 [INF] LTND: Shutdown complete
lightning_lnd_1 | error creating wallet config: unable to create partial chain control: bitcoind start timeout
lightning_lnd_1 | 2025-07-17 10:08:11.609 [WRN] LTND: Config ‘bitcoin.active’ is deprecated, please remove it
lightning_lnd_1 | 2025-07-17 10:08:11.609 [INF] LTND: Version Info rev=59a86b version=0.19.1-beta commit=v0.19.1-beta debuglevel=production logging=info
lightning_lnd_1 | 2025-07-17 10:08:11.609 [INF] LTND: Network Info rev=59a86b active_chain=Bitcoin network=mainnet
lightning_lnd_1 | 2025-07-17 10:08:11.614 [INF] RPCS: RPC server listening on 0.0.0.0:10009
lightning_lnd_1 | 2025-07-17 10:08:11.764 [INF] RPCS: gRPC proxy started at 0.0.0.0:8080
lightning_lnd_1 | 2025-07-17 10:08:11.765 [INF] LTND: Opening the main database, this might take a few minutes…
lightning_lnd_1 | 2025-07-17 10:08:11.765 [INF] LTND: Opening bbolt database, sync_freelist=false, auto_compact=false
lightning_lnd_1 | 2025-07-17 10:08:12.139 [INF] LTND: Creating local graph and channel state DB instances
lightning_lnd_1 | 2025-07-17 10:08:12.145 [INF] CHDB: Checking for schema update: latest_version=33, db_version=33
lightning_lnd_1 | 2025-07-17 10:08:12.145 [INF] CHDB: Checking for optional update: prune_revocation_log=false, db_version=empty
lightning_lnd_1 | 2025-07-17 10:08:12.147 [INF] LTND: Database(s) now open (time_to_open=381.607094ms)!
lightning_lnd_1 | 2025-07-17 10:08:12.148 [INF] LTND: We’re not running within systemd or the service type is not ‘notify’
lightning_lnd_1 | 2025-07-17 10:08:12.148 [INF] LTND: Waiting for wallet encryption password. Uselncli create
to create a wallet,lncli unlock
to unlock an existing wallet, orlncli changepassword
to change the password of an existing wallet and unlock it.
lightning_lnd_1 | 2025-07-17 10:08:12.321 [ERR] RPCS: [/lnrpc.Lightning/GetInfo]: wallet locked, unlock it to enable full RPC access