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

9 lines
297 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"
(cd ${ICARUS_MINING_PATH} && ./miner.py -u ${WORKER} -s /dev/ttyUSB0 > /dev/null 2>&1 &)