bc-guide

How to disable datacarrier on Raspiblitz.

  1. SSH to your your Raspiblitz device:

Usually the user is admin and the default password is raspiblitz

ssh admin@[YOURIP]
  1. Use the key combo Ctrl + c to escape the UI.
  2. Enter this command to disable datacarrier:
sudo bash -c 'echo "datacarrier=0" >> /mnt/hdd/bitcoin/bitcoin.conf'
  1. Restart bitcoind:
sudo systemctl restart bitcoind.service

Done!