Umbrel Troubleshooting Guide

Have you earned anything?

Then why is everyone going so mad? There are many node making videos on youtube. In the video, it is shown like this, what can you do?
I ask you, is there really any earning from node making or mining?

Please first thing do this: read the getting started with Umbrel manual

we are patriots and want to promote Bitcoin and make it safer. In addition, we have a truly anonymous access to Bitcoin without KYC. in addition, we have access that we can regulate ourselves in the Lightning Network. I have already earned a few Satoshi but spent far more on channels and balance.

2 Likes

I canĀ“t understand why using very low fees. Routing should cost few dolar cents, but not free service.

#ZeroFeeFebruary

All those running a LN node, letā€™s set our LN channels fees to 0/0 for the whole month of February!

Why? Because ā€œFā€:

  • February
  • Fee
  • Fuck banks
  • Fuck fiat
  • Fuck you money
  • Freedom
  • Free choice
  • Free market
7 Likes

Hello, Iā€™ve been trying with no success. It might be that connecting using SSH is not necessary for step1?

Yes, scp command is not inside SSH
Read more here

and here is a full guide about restoring an umbrel node funds

Entered my node using SSH. I tried

`~/umbrel/bin/lncli pendingchannels

But absolutely nothing happens, just a new line. Blockchain is synched 100% after restore since 1 day. 1 channel still has not closed yet.

What could I try?

Install the Umbrel app Lightning Shel and you will have a nice web access to all cli commands and many more tools

2 Likes

Hey. thanks for this guide. I just assigned a fixed ip to my node and finally I can access it anytime I want.
While doing the static IP, I see that there was an update available but after I gave a static IP update reminder went missing and when I check for updates through settings it says last version but itā€™s 0.4.10. Tried to update with SSH and I get this warning:


Any tips? Thanks!

You are doing it WRONG!
Do not update through Lightning Shell app!

The procedure for manual updating is very clear (and all commands in the /umbrel/ folder):

  1. stop umbrel scripts
  2. update OS system (if your machine is not Rasp Pi)
  3. restart machine
  4. run the Umbrel manual update script command
  5. start umbrel script
    Done
1 Like

Hey, thanks for the response.
Well as you can see from the screenshot I have tried to use the commands on the FAQ.
Iā€™m running it on Rasp Pi. Just looked into stop umbrel script on github. It goes like this:


Would you mind giving me the command order so I can learn this process?
Thanks.

Try rm -f ~/umbrel/statuses/update-in-progress && sudo ~/umbrel/scripts/update/update --repo getumbrel/umbrel#v0.4.14

I restored my Umbrel node from seed but my balance is zero.

I upgraded my Pi Umbrel from a 1TB to a 2TB hard drive. I managed to close out my LND channels and return all the sats to my Bitcoin Wallet using the commands provided, but the wallet was incorrect.

I followed the instructions, but now my Bitcoin Wallet balance is 0. I created a wallet in BlueWallet with the original Umbrel seed phrase and see that all the sats are there, so I know I have not lost anything, but would like to know if the commands here should restore the transaction history on Umbrel. Thanks!

If you already have all the funds in Bluewallet I would suggest to reset your user data and start from scratch (without re-sync). See the troubleshooting manual the section about reset user data.
Seems that you didnā€™t read the dedicated guide for restoring or moving old node to new node, or you didnā€™t copied correctly the data from the old drive and that end up in starting a new reindex and rescan of the addresses.

You should look into your electr logs and bitcoin logs and have patience to wait until the rescan is done.

I read the How to restore your node wallet, which is how I got as far as I did. This was how I restored my funds for my LND channels, but could not seem to restore the sats to the Bitcoin Wallet.

I could certainly try again with step 1, but I do not believe that will show the funds in the Bitcoin Wallet again. I came to the same conclusion as your recommendation about starting over and transferring the funds to the new Umbrel node wallet, but wanted to check to make sure there was not another way to keep the same seed phrase and capture the transactions from the blockchain. It seems odd to me that I cannot force the Bitcoin Wallet to rescan the entire blockchain for my transactions.

Is there a way to delete, recreate, and reload the blockchain on my new 2TB SSD via command line? Would that even make a difference?

@DarthCoin you are an amazing Force to be reckoned with in this community and are consistently helpful to all of us learning about Umbrel. Thanks man! I appreciate you.

Noooo! Do not do that again? You already did enough damage.
For migrating a node from one disk to another, simply have to copy the whole disk using an image cloning software, or simply copying the Umbrel folder.
You do not have to close the channels, using the restore procedure. That is done ONLY if previous disk is damaged or data cannot be retrieved.

As I said: now that all your funds are already in Bluewallet, just reset your umbrel user data (see in the troubleshooting manual):

Enter using SSH and run the following:

sudo systemctl stop umbrel-startup && sudo rm -rf ~/umbrel/lnd/!(lnd.conf) && sudo rm ~/umbrel/db/user.json && sudo rm ~/umbrel/db/umbrel-seed/seed && sudo systemctl start umbrel-startup

This will create a new node id, new wallet, new seed, start fresh, forget about old nodeid.
Then you can just send the funds using Bluewallet to your new umbrel wallet and open new channels.

I saw the, ā€œNoooo! Do not do that again? You already did enough damage.ā€ pop up on my notifications and it made me laugh out loud. Thank you for your help. I will do that. I appreciate all your help. I can follow those simple instructions.

If you already initiated that recovery of funds and you have all channels closed and funds back in onchainā€¦ there is no need anymore for that old node id. Forget it.

1 Like

@DarthCoin After updating to Umbrel Version 0.4.15 all my sats are now showing in my Bitcoin Wallet, so I do not need to run the command you provided previously. Thank you for all your help.

1 Like