Compare commits

...

2 Commits

Author SHA1 Message Date
c20fd4c6fb
Merge pull request #4 from copy2018/patch-4
Necessary change to migrationumbrel.md
2025-04-30 13:48:23 +02:00
copy2018
5ecadaa074
Necessary change to migrationumbrel.md
This addition is needed to refresh the config for knots. Previously it would conflate with the core one and cause large RAM usage for some reason (double the normal memory usage idk why).

It also allows knots defaults to be present when users migrate which is needed if people are actively switching
2025-04-29 22:20:31 +01:00

View File

@ -26,7 +26,7 @@ Finaly open the "umbrelOS" terminal:
5. Paste this command and press enter to move the Blockchain data from Bitcoin Core to Knots: 5. Paste this command and press enter to move the Blockchain data from Bitcoin Core to Knots:
```bash ```bash
cd umbrel/app-data/ && 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/ && sudo rm -f bitcoin-knots/data/app/bitcoin-config.json
``` ```
6. you can now close the terminal and get back to the main view. 6. you can now close the terminal and get back to the main view.