Merge pull request #2 from copy2018/patch-2

Update migrationumbrel.md
This commit is contained in:
Léo Haf 2025-04-19 11:38:53 +02:00 committed by GitHub
commit 0ab97e2cf3
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.