I did the rescan UTXOs, and only two transactions from January are showing up. When I click “deposit,” nothing happens. Should I wait longer for other transactions to show up?
I will explain you the standard procedure that any Umbrel (or any other node software) user should do (and I explain it also in the getting started guide).
Setup his new account, save the seed 24 words
Wait for the blockchain to sync 100%, is not so hard to wait. Don’t do anything else. In this process the machine is in heavy load.
Once is synced, wait another 8-10h for electrs (Electrum Server) to index the blocks and create and compact the database. It is very important this aspect. Without elctrs database, your node wallets are NOT available to operate.
Install basic apps: RTL, Thunderhub, Mempool/BTC RPC explorer
Connect some node management apps fro mobile like Zap / Zeus
Get used to manage these apps RTL, TH, Zap, Zeus
Send some funds into your onchain wallet Umbrel, by clicking on dashboard - bitcoin - deposit
Open a LN channel with ALL funds from that UTXO.
Repeat point 7 and 8 with more channels.
10 Have fun!
Seems that you have some mess around. BlockUntilSyncedToCurrentChain: txindex is catching up on block notifications
Wait a bit longer. If you already started reindex, it will take a while for txindex with electrs.
You can check the status of electrs and bitcoin sync by checking the logs
enter SSH into your node and run these commands:
cd /home/umbrel && sudo docker-compose logs bitcoin
replace bitcoin with electr to see the Electrum status of index
also you can see the other modules like lnd, tor
let’s make a test.
Open Zap on desktop.
Use the 24 words seed and import your onchain wallet into it.
Let’s see what is showing.
If you see there all the txs, then your node database is corrupted in some way and you will need to start over with a new instance.
Is your LN node still accessible through RTL or Thunderhub or Umbrel dashboard?
Try to close normally the channels and wait to recover funds in onchain (you will see them in Zap onchain). Normally takes 144 blocks (24h). Keep that Zap wallet as it is as a backup wallet.
Then start a new node instance, clean, from zero.
Send the funds from Zap to your new node and start fresh.