Home Server BTC reindex

On my home server there is no scripts folder. How do I reindex the bitcoind?

  1. SSH into your umbrel home server.
  2. Execute
sudo nano umbrel/app-data/bitcoin/data/bitcoin/umbrel-bitcoin.conf
  1. Put in your password, hit enter.
  2. Add the following line to the file:
reindex=1
  1. Press CTRL+X, then ‘y’ and enter.
  2. Restart Bitcoin Core either by right-clicking on the icon in the web browser and hitting restart, or execute this command in your SSH session
umbreld client apps.stop.mutate --appId bitcoin

This should do the thing.