Change Details
icarus-miner/data/root/scripts/icarus_monitor.sh |
8 | 8 | SCRIPT_PATH=`pwd` |
9 | 9 | |
10 | 10 | ${SCRIPT_PATH}/icarus_undermanager.py -a ${API_KEY} > ${SCRIPT_PATH}/u.log 2>&1 |
| 11 | date >> ${SCRIPT_PATH}/u.log |
11 | 12 | |
12 | 13 | TRUE_COUNT=`less ${SCRIPT_PATH}/u.log | grep "\"alive\": true" | wc -l` |
13 | 14 | HASHRATE=`less ${SCRIPT_PATH}/u.log | grep "\"hashrate\": 0," | wc -l` |
icarus-miner/data/root/scripts/u.log |
| 1 | icarus_monitor.sh not start yet |
icarus-miner/data/www/u.log |
| 1 | ../root/scripts/u.log |
Download the corresponding diff file