mirror of
https://github.com/Retropex/bc-guide.git
synced 2025-05-12 19:20:46 +02:00
fix and improvements
This commit is contained in:
parent
0cae68a5ec
commit
63f818ffd4
@ -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.
|
||||
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%" />
|
||||
|
||||
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%" />
|
||||
|
||||
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%" />
|
||||
|
||||
|
@ -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:
|
||||
@ -10,13 +10,13 @@ ssh admin@[YOURIP]
|
||||
```
|
||||
|
||||
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
|
||||
sudo bash -c 'echo "datacarrier=0" >> /mnt/hdd/bitcoin/bitcoin.conf'
|
||||
```
|
||||
|
||||
4. restart bitcoind.
|
||||
4. Restart `bitcoind`:
|
||||
|
||||
```bash
|
||||
sudo systemctl restart bitcoind.service
|
||||
|
@ -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.
|
||||
2. Click on `Bitcoin Knots` -> `Config`.
|
||||
2. Click on `Bitcoin Knots` -> `Config`:
|
||||
|
||||
<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%" />
|
||||
|
||||
4. Click on the `Save` button.
|
||||
4. Click on the `Save` button:
|
||||
|
||||
Bitcoin Knots will automatically restart and the change will be done!
|
@ -1,20 +1,20 @@
|
||||
How to disable datacarrier on Umbrel.
|
||||
How to disable datacarrier on [Umbrel](https://umbrel.com).
|
||||
===
|
||||
|
||||
1. Login to your umbrel
|
||||
2. Click on Bitcoin Knots then the three dots and on `advanced settings`.
|
||||
1. Login to your umbrel.
|
||||
2. Click on Bitcoin Knots then the three dots and on `advanced settings`:
|
||||
|
||||
<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%" />
|
||||
|
||||
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%" />
|
||||
|
||||
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%" />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user