This commit is contained in:
copy2018 2025-04-30 10:40:04 +02:00 committed by GitHub
commit ab8c73fe8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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.