diff options
author | makefu <makefu@syntax-fehler.de> | 2011-07-11 14:47:11 +0200 |
---|---|---|
committer | makefu <makefu@syntax-fehler.de> | 2011-07-11 14:47:11 +0200 |
commit | 7f72421eb4037061fd44638c216e2f596f802757 (patch) | |
tree | e5dd92482d5d96a03d7af7829dd232fa05045a0e /btc/mining/user/startup.sh | |
parent | 193a046fd5fb3b7a1127fc2d3e1719a4fb0febac (diff) | |
parent | c4fa2d31abbd1187468b90223c621860cb723db2 (diff) |
Merge of github.com:krebscode/painload newline
Conflicts:
temper/Makefile: stupid newline
Diffstat (limited to 'btc/mining/user/startup.sh')
-rwxr-xr-x[-rw-r--r--] | btc/mining/user/startup.sh | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/btc/mining/user/startup.sh b/btc/mining/user/startup.sh index eb2ce13a..6274a892 100644..100755 --- a/btc/mining/user/startup.sh +++ b/btc/mining/user/startup.sh @@ -1,16 +1,13 @@ -sudo pkill xscreensaver sudo pkill tmux -sleep 1 +sleep 5 +source ~/.profile export DISPLAY=:0 - export URL="${URL-http://txgen_chinaman:lolwut@uk.btcguild.com:8332}" #export URL="http://txgen:qJrXefWX@bitcoinpool.com:8334" -slock & tmux start-server tmux new-session -d -s mining -n mining -printenv > /home/user/environment -tmux new-window -t mining:1 'AMDOverdriveCtrl -i 0 mining.ovdr' -tmux new-window -t mining:2 'AMDOverdriveCtrl -i 3 mining.ovdr' +tmux new-window -t mining:1 'cd ~;AMDOverdriveCtrl -i 0 mining.ovdr' +tmux new-window -t mining:2 'cd ~;AMDOverdriveCtrl -i 3 mining.ovdr' sleep 5 -tmux new-window -t mining:3 "cd /opt/miners/phoenix; while sleep 1; do sudo python phoenix.py -u $URL -k phatk DEVICE=0 VECTORS BFI_INT WORKSIZE=256 AGGRESSION=12 FASTLOOPS=false;done" -tmux new-window -t mining:4 "cd /opt/miners/phoenix; while sleep 1;do sudo python phoenix.py -u $URL -k phatk DEVICE=1 VECTORS BFI_INT WORKSIZE=256 AGGRESSION=10 FASTLOOPS=false ; done" +tmux new-window -t mining:3 "cd /usr/src/phoenix-miner/; while sleep 1; do sudo ./phoenix.py -u $URL -k phatk DEVICE=0 VECTORS BFI_INT WORKSIZE=256 AGGRESSION=12 FASTLOOPS=false;done" +tmux new-window -t mining:4 "cd /usr/src/phoenix-miner/; while sleep 1; do sudo ./phoenix.py -u $URL -k phatk DEVICE=1 VECTORS BFI_INT WORKSIZE=256 AGGRESSION=12 FASTLOOPS=false;done" |