#!/bin/bash

while :
do
./ccminer -a cruz -o stratum+wss://localhost:8831 -u WALLETADDRESS -i 26 --max-log-rate 30 |tee -a log.txt 2>&1
    echo "CruzMiner crashed with exit code $?.  Respawning..." >&2
done



