Update migrationumbrel.md

Made it one command for noobs
This commit is contained in:
copy2018 2025-04-18 20:54:18 +01:00 committed by GitHub
parent 094ac1c1b2
commit 4aa601fc4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,14 +23,10 @@ Finaly open the "umbrelOS" terminal:
<img src="migration/4-migration.png" width="50%" height="50%" />
5. Type this command to erase the all Bitcoin Knots data:
5. Paste this command and press enter to move the Blockchain data from Bitcoin Core to Knots:
```bash
cd umbrel/app-data/
```
```bash
sudo rm -rf bitcoin-knots/data/ && sudo mv bitcoin/data/ bitcoin-knots/
cd umbrel/app-data/ && sudo rm -rf bitcoin-knots/data/ && sudo mv bitcoin/data/ bitcoin-knots/
```
6. you can now close the terminal and get back to the main view.
@ -43,4 +39,4 @@ sudo rm -rf bitcoin-knots/data/ && sudo mv bitcoin/data/ bitcoin-knots/
9. You can now uninstall Bitcoin Core.
Done! You now have migrated to Bitcoin Knots.
Done! You now have migrated to Bitcoin Knots.