diff options
author | root <root@krebs> | 2011-08-25 18:29:59 +0200 |
---|---|---|
committer | root <root@krebs> | 2011-08-25 18:29:59 +0200 |
commit | 868c9212e1797e7cad18513670beb13c08ae0e1c (patch) | |
tree | c6b6a2df82e76fc3024fde36a04682fdded05332 /gold/mining/user/startup.sh | |
parent | 561bf3b9b71cda97c1a726a5e8d6dc7801714ae1 (diff) | |
parent | e7f09d7285672763b836f20881cb2248d85ed606 (diff) |
Merge branch 'master' of github.com:/krebscode/painload
Conflicts:
evan/satz-liste
Diffstat (limited to 'gold/mining/user/startup.sh')
-rwxr-xr-x | gold/mining/user/startup.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gold/mining/user/startup.sh b/gold/mining/user/startup.sh new file mode 100755 index 00000000..6274a892 --- /dev/null +++ b/gold/mining/user/startup.sh @@ -0,0 +1,13 @@ +sudo pkill tmux +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" +tmux start-server +tmux new-session -d -s mining -n mining +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 /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" |