mirror of
https://github.com/Retropex/bc-guide.git
synced 2025-05-12 11:10:45 +02:00
add umbrel migration guide
This commit is contained in:
parent
94966d6b8f
commit
094ac1c1b2
@ -5,6 +5,7 @@ Bitcoin Knots
|
||||
---
|
||||
|
||||
- [datacarrier](page/datacarrier.md)
|
||||
- [Migration Core -> Knots on umbrel](/page/migrationumbrel.md)
|
||||
|
||||
DATUM
|
||||
---
|
||||
|
BIN
page/migration/1-migration.png
Normal file
BIN
page/migration/1-migration.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.0 MiB |
BIN
page/migration/2-migration.png
Normal file
BIN
page/migration/2-migration.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 MiB |
BIN
page/migration/3-migration.png
Normal file
BIN
page/migration/3-migration.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 MiB |
BIN
page/migration/4-migration.png
Normal file
BIN
page/migration/4-migration.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 MiB |
BIN
page/migration/5-migration.png
Normal file
BIN
page/migration/5-migration.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.0 MiB |
BIN
page/migration/6-migration.png
Normal file
BIN
page/migration/6-migration.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.6 MiB |
46
page/migrationumbrel.md
Normal file
46
page/migrationumbrel.md
Normal file
@ -0,0 +1,46 @@
|
||||
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)
|
||||
|
||||
<img src="migration/1-migration.png" width="50%" height="50%" />
|
||||
|
||||
4. Now we need to open the terminal:
|
||||
|
||||
Go to settings, click on the open button on the advanced settings section:
|
||||
|
||||
<img src="migration/2-migration.png" width="50%" height="50%" />
|
||||
|
||||
Click on the open button of the terminal:
|
||||
|
||||
<img src="migration/3-migration.png" width="50%" height="50%" />
|
||||
|
||||
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:
|
||||
|
||||
```bash
|
||||
cd umbrel/app-data/
|
||||
```
|
||||
|
||||
```bash
|
||||
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.
|
||||
7. Start Bitcoin Knots and see if the chain is synced!
|
||||
8. Swap all app that require Bitcoin to Bitcoin Knots.
|
||||
|
||||
<img src="migration/5-migration.png" width="50%" height="50%" />
|
||||
|
||||
<img src="migration/6-migration.png" width="50%" height="50%" />
|
||||
|
||||
9. You can now uninstall Bitcoin Core.
|
||||
|
||||
Done! You now have migrated to Bitcoin Knots.
|
Loading…
Reference in New Issue
Block a user