How to migrate from Core to Knots on Umbrel.
This guide work for version of umbrel above 1.0!
- Install Bitcoin Knots if its not already done!
- Right click on Bitcoin Knots and click on stop.
- Do the same with Bitcoin Core (also stop all applications than depend on Bitcoin)

- Now we need to open the terminal:
Go to settings, click on the open button on the advanced settings section:

Click on the open button of the terminal:

Finaly open the “umbrelOS” terminal:

- Paste this command and press enter to move the Blockchain data from Bitcoin Core to Knots:
cd umbrel/app-data/ && sudo rm -rf bitcoin-knots/data/ && sudo mv bitcoin/data/ bitcoin-knots/ && sudo rm -f bitcoin-knots/data/app/bitcoin-config.json
- you can now close the terminal and get back to the main view.
- Start Bitcoin Knots and see if the chain is synced!
- Swap all app that require Bitcoin to Bitcoin Knots.


- You can now uninstall Bitcoin Core.
Done! You now have migrated to Bitcoin Knots.