Umbrel: Loading Bitcoin Core... This can take a while, please don't turn off your Umbrel!

Created on 16 Apr 2021  路  10Comments  路  Source: getumbrel/umbrel

Umbrel has been stuck at "Loading bitcoin core" for about 24 hours.

Is this normal, should I wait longer or take any action?

Error log:
https://umbrel-paste.vercel.app/a220ute

Most helpful comment

How's the case with umbrel on custom linux installation?

Until the official Umbrel installer is released, you should run sudo ./scripts/stop before turning the node off.

All 10 comments

Hey! Please SSH into the Pi and execute the following command to reindex the blockchain:

echo reindex=1 >> ~/umbrel/bitcoin/bitcoin.conf && sudo reboot

After it's synced 100%, run this to stop it from reindexing on a future restart:

sed -i "s/reindex=1//g;" ~/umbrel/bitcoin/bitcoin.conf && sudo reboot

@AaronDewes Is it safe to reboot without stopping umbrel first?

@AaronDewes Is it safe to reboot without stopping umbrel first?

Via the SSH command I mentioned, yes. Umbrel OS automatically stops Umbrel in this case.

How's the case with umbrel on custom linux installation?

How's the case with umbrel on custom linux installation?

Until the official Umbrel installer is released, you should run sudo ./scripts/stop before turning the node off.

Thanks!

Hey! Please SSH into the Pi and execute the following command to reindex the blockchain:

echo reindex=1 >> ~/umbrel/bitcoin/bitcoin.conf && sudo reboot

After it's synced 100%, run this to stop it from reindexing on a future restart:

sed -i "s/reindex=1//g;" ~/umbrel/bitcoin/bitcoin.conf && sudo reboot

Thank you, it worked. So now it has to download and verify the entire blockchain again, losing all progress?
Or am I confusing reindexing with syncing?
Is there any way to avoid this in the future?

https://github.com/getumbrel/umbrel/issues/723#issuecomment-821520993

This same issue is happening with me where it freezes at: "Loading Bitcoin Core... This can take a while, please don't turn off your Umbrel!" for more than 24 hours. I want to fix it but I do not know how to 'SSH into the Pi' to execute the command you wrote. Can you please guide me or even direct me to a source to learn how to do this? Thank you.

Hey! Please SSH into the Pi and execute the following command to reindex the blockchain:

echo reindex=1 >> ~/umbrel/bitcoin/bitcoin.conf && sudo reboot

After it's synced 100%, run this to stop it from reindexing on a future restart:

sed -i "s/reindex=1//g;" ~/umbrel/bitcoin/bitcoin.conf && sudo reboot

Dear Aaron, Thank you for helping to solve this issue. I am new to running a Bitcoin node and do not know how to 'SSH into the Pi' to execute the command you wrote. Can you please guide me or even direct me to a source to learn how to do this?
Thank you kindly for your help.

This might not be the issue for you. Please join us on Telegram and follow t.me/getumbrel/50080

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mayankchhabra picture mayankchhabra  路  4Comments

esackbauer picture esackbauer  路  9Comments

lukechilds picture lukechilds  路  3Comments

maltokyo picture maltokyo  路  8Comments

nolim1t picture nolim1t  路  7Comments