bc-guide

How to migrate from Core to Knots on Umbrel.

This guide work for version of umbrel above 1.0!

  1. Install Bitcoin Knots if its not already done!
  2. Right click on Bitcoin Knots and click on stop.
  3. Do the same with Bitcoin Core (also stop all applications than depend on Bitcoin)

  1. 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:

  1. 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
  1. you can now close the terminal and get back to the main view.
  2. Start Bitcoin Knots and see if the chain is synced!
  3. Swap all app that require Bitcoin to Bitcoin Knots.

  1. You can now uninstall Bitcoin Core.

Done! You now have migrated to Bitcoin Knots.