fix and improvements

This commit is contained in:
Léo Haf 2025-04-16 15:25:59 +02:00
parent 0cae68a5ec
commit 63f818ffd4
Signed by: Retropex
GPG Key ID: F5073C4F4882FFFC
4 changed files with 17 additions and 17 deletions

View File

@ -1,16 +1,16 @@
How to disable datacarrier on Umbrel. How to disable datacarrier on [Mynode](https://mynodebtc.com).
=== ===
1. Login on your mynode device. 1. Login on your mynode device.
2. Go to the bottom of the page and click on `settings`. 2. Go to the bottom of the page and click on `settings`:
<img src="../pictures/1-mynode.png" width="50%" height="50%" /> <img src="../pictures/1-mynode.png" width="50%" height="50%" />
3. Scroll to the Bitcoin section and click on `edit config` 3. Scroll to the Bitcoin section and click on `edit config`:
<img src="../pictures/2-mynode.png" width="50%" height="50%" /> <img src="../pictures/2-mynode.png" width="50%" height="50%" />
4. On the section "Additional Bitcoin Config" add `datacarrier=0` and click on save. 4. On the section "Additional Bitcoin Config" add `datacarrier=0` and click on save:
<img src="../pictures/3-mynode.png" width="50%" height="50%" /> <img src="../pictures/3-mynode.png" width="50%" height="50%" />

View File

@ -1,4 +1,4 @@
How to disable datacarrier on Raspiblitz. How to disable datacarrier on [Raspiblitz](https://docs.raspiblitz.org).
=== ===
1. SSH to your your Raspiblitz device: 1. SSH to your your Raspiblitz device:
@ -10,13 +10,13 @@ ssh admin@[YOURIP]
``` ```
2. Use the key combo `Ctrl + c` to escape the UI. 2. Use the key combo `Ctrl + c` to escape the UI.
3. Enter this command to disable datacarrier. 3. Enter this command to disable datacarrier:
```bash ```bash
sudo bash -c 'echo "datacarrier=0" >> /mnt/hdd/bitcoin/bitcoin.conf' sudo bash -c 'echo "datacarrier=0" >> /mnt/hdd/bitcoin/bitcoin.conf'
``` ```
4. restart bitcoind. 4. Restart `bitcoind`:
```bash ```bash
sudo systemctl restart bitcoind.service sudo systemctl restart bitcoind.service

View File

@ -1,15 +1,15 @@
How to disable datacarrier on Start9. How to disable datacarrier on [Start9](https://start9.com).
=== ===
1. Login to your start9 server. 1. Login to your start9 server.
2. Click on `Bitcoin Knots` -> `Config`. 2. Click on `Bitcoin Knots` -> `Config`:
<img src="../pictures/1-start9.png" width="50%" height="50%" /> <img src="../pictures/1-start9.png" width="50%" height="50%" />
3. Under the `Mempool` section uncheck `Datacarrier`. 3. Under the `Mempool` section uncheck `Datacarrier`:
<img src="../pictures/2-start9.png" width="50%" height="50%" /> <img src="../pictures/2-start9.png" width="50%" height="50%" />
4. Click on the `Save` button. 4. Click on the `Save` button:
Bitcoin Knots will automatically restart and the change will be done! Bitcoin Knots will automatically restart and the change will be done!

View File

@ -1,20 +1,20 @@
How to disable datacarrier on Umbrel. How to disable datacarrier on [Umbrel](https://umbrel.com).
=== ===
1. Login to your umbrel 1. Login to your umbrel.
2. Click on Bitcoin Knots then the three dots and on `advanced settings`. 2. Click on Bitcoin Knots then the three dots and on `advanced settings`:
<img src="../pictures/1-umbrel.png" width="50%" height="50%" /> <img src="../pictures/1-umbrel.png" width="50%" height="50%" />
3. Click on the optimisation section. 3. Click on the optimisation section:
<img src="../pictures/2-umbrel.png" width="50%" height="50%" /> <img src="../pictures/2-umbrel.png" width="50%" height="50%" />
4. Uncheck the `Relay transaction with embedded data` option. 4. Uncheck the `Relay transaction with embedded data` option:
<img src="../pictures/3-umbrel.png" width="50%" height="50%" /> <img src="../pictures/3-umbrel.png" width="50%" height="50%" />
5. Click on `save and restart bitcoin node`. 5. Click on `save and restart bitcoin node`:
<img src="../pictures/4-umbrel.png" width="50%" height="50%" /> <img src="../pictures/4-umbrel.png" width="50%" height="50%" />