Skip to content

Instantly share code, notes, and snippets.

@yan-ts
yan-ts / rigcheck.sh
Last active January 31, 2018 10:23
Checks for crashed ethOS 1.2.9 mining processes
#!/bin/bash
#
# Auto-reboot script for ethOS 1.2.9
# https://trick77.com/auto-restart-crashed-mining-processes-ethos
#
# This script will automatically reboot the mining rig depending on the reported
# mining status in ethOS.
# - The script should be triggered every 15 minutes from a cron job.
# - May or may not work with other ethOS versions than indicated above.
#