Onchain and Lightening wallets constantly Synchronising

Umbrel Debug Log

Umbrel dmesg Log

I updated Umbrel to Latest 4.13 and the portal still display’s Synchronizing and no balance info (same as screen shot above)

Hello everyone,
I’ll join the queue, I have the exact same problem.
I’ve gone through all the troubleshooting steps and haven’t had any success until now.
I’ve had this problem for 5 days now. I’m happy to post any LOG files that are requested, but I’ve already compared them and it looks the same to me. But if you know what to look for, you might find something.

Umbrel latest version, VirtualBox on Ubuntu Linux, on a Mac.

2 Likes

A community member actually wrote a guide on how to potentially fix this, it hasn’t been vetted by anyone officially but you can try it if you’d like:

See “LND database corruption”

1 Like

Thank @jonsyu I will try this over the next day or so when I have SSH access to the node. @DarthCoin do you agree this is next step for troubleshooting? I appreciate your comments. Thanks

Sure. The guide Jonsyu indicated is good. As he said, database corruption could be the cause, and is quite sensible this part to fix.

Thanks guys the Bitcoin and lightning wallets are now viewable in the dashboard and the lightning apps (RTL and Thunderhub) are running.

I have waited for electrs to reindex and is up-to-date. I can see my channels but all fourteen are offline. Is it a waiting game for the channels to advertise they are back online (if so how long do I wait?) or do I need to do something to bring them back online?

It should be online in TH or RTL.
Can you SSH into node and run the logs for lnd?

cd umbrel
docker-compose logs lnd

See if there’s an error message or is just waiting for them to get online?

Hi Darth, Looks like the channels are active but all of them are still showing Offline in the dashboard

LND Logs

Hi there. I have the exact same issue. Did you just simply wait at the end or did you follow the trouble shooting guide @jonsyu posted? thanks

Before you do blind changes, config experiences, etc, etc, run command “top” in a terminal. If there´s high activities in bitcoind or lnd or electrum processes, maybe a database indexing is still running, and things could get normal in a while.
If things are calm, maybe there´s something bad. Then worth do the experiences.

I followed the guide to recover from LDN Database Corruption.

Fixing some Umbrel issues – Telegraph

1 Like

Thanks. my node went back to normal after a couple of days and after I updated and rebooted it…

I have this same issue since the latest update… I have tried numerous solutions but nothing seems to work. I keep getting the same errors in the debug log that look very similar to others with the same problem (wallet locked) … The last thing I tried was the ‘lnd database corruption’ fix. Still no joy…

I have left it running. The channels seem to still be open. I’m just hopeful it finally syncs and works.

Running on a pi4 ssd
Last update was 4.14

I have tried the lncli unlock script, resetting the lnd.conf, last line of defense script and the last one I tried was lnd database corruption.

Running out of ideas other than a full recovery which I’m not really feeling as my channel are still open.

2 Likes

hey Netcom

Glad you’re getting some help. Here’s what helped me:

I tried method #3 Blixt mobile recovery. you can recover your node on mobile and then close your channels to get your funds back.

Would you be open to that until you have a way of fixing your umbrel?

1 Like

Thanks JMART. I can now see my wallet balances and channels. Main issue now is that all my channels are displaying OFFLINE and I cannot get any back online. Tried several reboots but the electrs log and bitcoin logs look good. I so see the following in the LDN log:

2022-02-20 05:20:40.174 [INF] UTXN: Attempting to graduate height=724138: num_kids=0, num_babies=0

2022-02-20 05:20:40.197 [INF] NTFN: Block disconnected from main chain: height=724138, sha=00000000000000000008973d4ec575d9ed85dd549691eb0d1a3c9f2a267e2731

2022-02-20 05:20:40.279 [INF] NTFN: New block: height=724138, sha=00000000000000000008973d4ec575d9ed85dd549691eb0d1a3c9f2a267e2731

2022-02-20 05:20:40.280 [INF] UTXN: Attempting to graduate height=724138: num_kids=0, num_babies=0

2022-02-20 05:27:03.849 [INF] NTFN: New block: height=724139, sha=00000000000000000006286ea8c5c8fcdb3effcb579b723e5f236ea354ce1756

2022-02-20 05:27:03.849 [INF] UTXN: Attempting to graduate height=724139: num_kids=0, num_babies=0

2022-02-20 05:27:03.857 [INF] NTFN: Block disconnected from main chain: height=724139, sha=00000000000000000006286ea8c5c8fcdb3effcb579b723e5f236ea354ce1756

2022-02-20 05:27:03.990 [INF] NTFN: New block: height=724139, sha=00000000000000000006286ea8c5c8fcdb3effcb579b723e5f236ea354ce1756

2022-02-20 05:27:03.991 [INF] UTXN: Attempting to graduate height=724139: num_kids=0, num_babies=0

2022-02-20 05:39:19.694 [INF] NTFN: New block: height=724140, sha=0000000000000000000964c29eb5a341d4b993da60db113688d3a55caed494b6

2022-02-20 05:39:19.694 [INF] UTXN: Attempting to graduate height=724140: num_kids=0, num_babies=0

2022-02-20 05:39:19.699 [INF] NTFN: Block disconnected from main chain: height=724140, sha=0000000000000000000964c29eb5a341d4b993da60db113688d3a55caed494b6

2022-02-20 05:39:19.863 [INF] NTFN: New block: height=724140, sha=0000000000000000000964c29eb5a341d4b993da60db113688d3a55caed494b6

2022-02-20 05:39:19.864 [INF] UTXN: Attempting to graduate height=724140: num_kids=0, num_babies=0

and when I check the lncli getinfo returns:

“num_pending_channels”: 0,
“num_active_channels”: 0,
“num_inactive_channels”: 13,
“num_peers”: 0,
“block_height”: 724124,
“block_hash”: “00000000000000000000a96ee2a680e1c7fafc95bb63715ebc012c5c17c37818”,
“best_header_timestamp”: “1645327809”,
“synced_to_chain”: false,
“synced_to_graph”: false,
“testnet”: false,
“chains”: [
{
“chain”: “bitcoin”,
“network”: “mainnet”

electrs looks good and fully indexed

electrs | [2022-02-20T04:41:03.351Z INFO electrs::index] indexing 1 blocks: [724133…724133]
electrs | [2022-02-20T04:41:03.426Z INFO electrs::chain] chain updated: tip=00000000000000000004be4203eeb751847ae84b7baa23dd776294890c2d9e7f, height=724133
electrs | [2022-02-20T04:50:16.900Z INFO electrs::index] indexing 1 blocks: [724134…724134]
electrs | [2022-02-20T04:50:17.082Z INFO electrs::chain] chain updated: tip=0000000000000000000660f45b9ef5abd8cc9a075e4474c309afdeefeed0ec96, height=724134
electrs | [2022-02-20T04:51:48.873Z INFO electrs::index] indexing 1 blocks: [724135…724135]
electrs | [2022-02-20T04:51:48.902Z INFO electrs::chain] chain updated: tip=00000000000000000002a2a84977905d18358faf3e4218d8b8566d23c1fc75a4, height=724135
electrs | [2022-02-20T05:10:00.303Z INFO electrs::index] indexing 1 blocks: [724136…724136]
electrs | [2022-02-20T05:10:00.411Z INFO electrs::chain] chain updated: tip=00000000000000000003d48eae6ca42f156d9bd8da8331cf7ed57ea098c8aaa7, height=724136
electrs | [2022-02-20T05:16:57.121Z INFO electrs::index] indexing 1 blocks: [724137…724137]
electrs | [2022-02-20T05:16:57.164Z INFO electrs::chain] chain updated: tip=0000000000000000000726233b1c9bd510bfe15f2c022b02158db48107541657, height=724137
electrs | [2022-02-20T05:20:39.841Z INFO electrs::index] indexing 1 blocks: [724138…724138]
electrs | [2022-02-20T05:20:39.889Z INFO electrs::chain] chain updated: tip=00000000000000000008973d4ec575d9ed85dd549691eb0d1a3c9f2a267e2731, height=724138
electrs | [2022-02-20T05:27:03.365Z INFO electrs::index] indexing 1 blocks: [724139…724139]
electrs | [2022-02-20T05:27:03.432Z INFO electrs::chain] chain updated: tip=00000000000000000006286ea8c5c8fcdb3effcb579b723e5f236ea354ce1756, height=724139
electrs | [2022-02-20T05:39:18.995Z INFO electrs::index] indexing 1 blocks: [724140…724140]
electrs | [2022-02-20T05:39:19.129Z INFO electrs::chain] chain updated: tip=0000000000000000000964c29eb5a341d4b993da60db113688d3a55caed494b6, height=724140
electrs | [2022-02-20T05:48:20.520Z INFO electrs::index] indexing 1 blocks: [724141…724141]
electrs | [2022-02-20T05:48:20.592Z INFO electrs::chain] chain updated: tip=000000000000000000088b492de7cb96eb5e47eb69a2c25a8b8a1d7b549dae18, height=724141
electrs | [2022-02-20T05:54:06.783Z INFO electrs::index] indexing 1 blocks: [724142…724142]
electrs | [2022-02-20T05:54:06.819Z INFO electrs::chain] chain updated: tip=0000000000000000000537943a8805e167e19b8ac3f4eff7a73c220020f4979d, height=724142

Have patience, let it finish its thing.

Are you saying this is not finished indexing? I thought it had :frowning:

Trying the Blixt Recovery but only Onchain Balances recovered so far. no sign of the Channel recovery.

You can check their status in top drawer - Ln channels or in settings - lnd logs.