Official Chia Farming Dashboard

Описание к видео Official Chia Farming Dashboard

Full guide here!!
https://chiadecentral.com/chia-farmin...

scripts here for prometheus and grafana
https://github.com/jmhands/scripts/tr...

sudo nano /etc/systemd/system/chia-exporter.service
[Unit]
Description=Chia Exporter Service
[Service]
Type=simple
ExecStart=/usr/local/bin/chia-exporter serve
User=jm
Group=jm
[Install]
WantedBy=multi-user.target

sudo systemctl daemon-reload
sudo systemctl enable chia-exporter.service
sudo systemctl start chia-exporter.service
sudo systemctl status chia-exporter.service

Комментарии

Информация по комментариям в разработке