1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-09-30 21:17:38 +03:00
openwrt-packages/icarus-miner/data/root/scripts/restart.sh

9 lines
299 B
Bash
Raw Normal View History

#!/bin/sh
WORKER=http://xiangfu.z@gmail.com_1:1234@pit.deepbit.net:8332/
ps ax | grep "python.*miner.py" | grep -v grep | sed 's/^ *//' | cut -d ' ' -f 1 | xargs kill -15
ICARUS_MINING_PATH="../queue_ver"
2012-02-09 15:34:50 +02:00
(cd ${ICARUS_MINING_PATH} && ./miner.py -u "${WORKER}" -s /dev/ttyUSB0 > /dev/null 2>&1 &)