mirror of
https://github.com/Retropex/bc-guide.git
synced 2025-05-12 19:20:46 +02:00
Update migrationumbrel.md
Made it one command for noobs
This commit is contained in:
parent
094ac1c1b2
commit
4aa601fc4d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user