diff --git a/page/mynode.md b/page/mynode.md index efa523f..9a0e624 100644 --- a/page/mynode.md +++ b/page/mynode.md @@ -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`: -3. Scroll to the Bitcoin section and click on `edit config` +3. Scroll to the Bitcoin section and click on `edit config`: -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: diff --git a/page/raspiblitz.md b/page/raspiblitz.md index 9df8c40..0cefbcf 100644 --- a/page/raspiblitz.md +++ b/page/raspiblitz.md @@ -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 diff --git a/page/start9.md b/page/start9.md index 71d10db..f118b31 100644 --- a/page/start9.md +++ b/page/start9.md @@ -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`: -3. Under the `Mempool` section uncheck `Datacarrier`. +3. Under the `Mempool` section uncheck `Datacarrier`: -4. Click on the `Save` button. +4. Click on the `Save` button: Bitcoin Knots will automatically restart and the change will be done! \ No newline at end of file diff --git a/page/umbrel.md b/page/umbrel.md index e6b7f6a..2db10d5 100644 --- a/page/umbrel.md +++ b/page/umbrel.md @@ -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`: -3. Click on the optimisation section. +3. Click on the optimisation section: -4. Uncheck the `Relay transaction with embedded data` option. +4. Uncheck the `Relay transaction with embedded data` option: -5. Click on `save and restart bitcoin node`. +5. Click on `save and restart bitcoin node`: