My node crashed, I’m trying to restore it.
What I have :
- wallet.db (and the password)
- lnd wallet xprv
- channel.backup (many back-ups available)
What I don’t have :
I started a new node, and tried to copy wallet.db and channel.backup into /data/lnd/data/chain/bitcoin/mainnet.
Here are the logs I get :
2025-08-21 19:08:04.923 [ERR] LTND: Shutting down because error in main method: unable to start server: unable to refresh backup file: unable to extract on disk encrypted SCB: unable to de-serialize w/ unknown version: 131
2025-08-21 19:08:04.923 [WRN] HSWC: Htlc Switch already stopped
2025-08-21 19:08:04.923 [WRN] SRVR: failed to stop htlcSwitch: htlc switch already shutdown
2025-08-21 19:08:04.923 [INF] HSWC: Onion processor shutting down...
2025-08-21 19:08:04.923 [INF] INVC: InvoiceRegistry shutting down...
2025-08-21 19:08:04.923 [WRN] SRVR: failed to stop invoices: InvoiceRegistry stopped more than once
2025-08-21 19:08:04.923 [INF] HSWC: InterceptableSwitch shutting down...
2025-08-21 19:08:04.923 [WRN] SRVR: failed to stop interceptable switch: InterceptableSwitch stopped more than once
2025-08-21 19:08:04.923 [INF] SWPR: TxPublisher stopping...
2025-08-21 19:08:04.923 [WRN] SRVR: failed to stop txPublisher: TxPublisher stopped more than once
2025-08-21 19:08:04.923 [WRN] SRVR: Unable to stop BestBlockTracker: BestBlockTracker is not running
2025-08-21 19:08:04.923 [INF] CHFT: ChannelEventStore shutting down...
2025-08-21 19:08:04.923 [WRN] SRVR: Unable to stop ChannelEventStore: ChannelEventStore stopped more than once
2025-08-21 19:08:04.923 [WRN] SRVR: unable to shutdown liveness monitor: monitor already stopped
2025-08-21 19:08:04.923 [INF] RPCS: Stopping RPC Server
2025-08-21 19:08:04.923 [INF] RPCS: Stopping ChainRPC Sub-RPC Server
2025-08-21 19:08:04.923 [INF] RPCS: Stopping NeutrinoKitRPC Sub-RPC Server
2025-08-21 19:08:04.923 [INF] RPCS: Stopping SignRPC Sub-RPC Server
2025-08-21 19:08:04.923 [INF] RPCS: Stopping WatchtowerRPC Sub-RPC Server
2025-08-21 19:08:04.923 [INF] RPCS: Stopping InvoicesRPC Sub-RPC Server
2025-08-21 19:08:04.923 [INF] RPCS: Stopping AutopilotRPC Sub-RPC Server
2025-08-21 19:08:04.923 [INF] RPCS: Stopping WalletKitRPC Sub-RPC Server
2025-08-21 19:08:04.923 [INF] RPCS: Stopping RouterRPC Sub-RPC Server
2025-08-21 19:08:04.923 [INF] RPCS: Stopping PeersRPC Sub-RPC Server
2025-08-21 19:08:04.923 [INF] RPCS: Stopping WatchtowerClientRPC Sub-RPC Server
2025-08-21 19:08:04.923 [INF] RPCS: Stopping VersionRPC Sub-RPC Server
2025-08-21 19:08:04.923 [INF] TORC: Stopping tor controller
2025-08-21 19:08:04.923 [ERR] TORC: DEL_ONION got error: invalid arguments: unexpected code
2025-08-21 19:08:04.923 [ERR] LTND: error stopping tor controller: invalid arguments: unexpected code
2025-08-21 19:08:04.926 [INF] LTND: Shutdown complete
unable to start server: unable to refresh backup file: unable to extract on disk encrypted SCB: unable to de-serialize w/ unknown version: 131
Does anyone know how to solve this?
I can also use chantools.
Thanks for your help,