mirror of
https://github.com/Retropex/bc-guide.git
synced 2025-05-12 19:20:46 +02:00
481 B
481 B
How to disable datacarrier on Raspiblitz.
- SSH to your your Raspiblitz device:
Usually the user is admin
and the default password is raspiblitz
ssh admin@[YOURIP]
- Use the key combo
Ctrl + c
to escape the UI. - Enter this command to disable datacarrier:
sudo bash -c 'echo "datacarrier=0" >> /mnt/hdd/bitcoin/bitcoin.conf'
- Restart
bitcoind
:
sudo systemctl restart bitcoind.service
Done!