summaryrefslogtreecommitdiffstats
path: root/btc/mining/user/startup.sh
diff options
context:
space:
mode:
authorroot <root@krebs>2011-06-29 21:06:26 +0200
committerroot <root@krebs>2011-06-29 21:06:26 +0200
commit68f240ac326dc551ceb17f3349911310cdfae1f2 (patch)
tree85e71f935f2e2b04f81c937364dac2ec39fc5d51 /btc/mining/user/startup.sh
parent2a58f1af8074963ccbeec13a10811fefe2ceb113 (diff)
parent3cf2e3aeef1f62429281399b2e7e3ae98408260d (diff)
Merge branch 'master' of github.com:/krebscode/painload
Diffstat (limited to 'btc/mining/user/startup.sh')
-rw-r--r--btc/mining/user/startup.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/btc/mining/user/startup.sh b/btc/mining/user/startup.sh
new file mode 100644
index 00000000..eb2ce13a
--- /dev/null
+++ b/btc/mining/user/startup.sh
@@ -0,0 +1,16 @@
+sudo pkill xscreensaver
+sudo pkill tmux
+sleep 1
+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'
+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"