On my home server there is no scripts folder. How do I reindex the bitcoind?
- SSH into your umbrel home server.
- Execute
sudo nano umbrel/app-data/bitcoin/data/bitcoin/umbrel-bitcoin.conf
- Put in your password, hit enter.
- Add the following line to the file:
reindex=1
- Press CTRL+X, then ‘y’ and enter.
- 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.