summaryrefslogtreecommitdiffstats
path: root/mining/user/startup.sh
diff options
context:
space:
mode:
authormakefu <makefu@syntax-fehler.de>2011-06-18 17:06:11 +0200
committermakefu <makefu@syntax-fehler.de>2011-06-18 17:06:11 +0200
commit3352f847704718c43f346b781725e4ff8b2112de (patch)
treeb17a933ad10322c68cdd02a2e6b450d62eae9ffd /mining/user/startup.sh
parent664d41605585e80ff1607536f4cbd4f765a1369d (diff)
mining/: added all mining scripts and configs
mining/Makefile: format - how to format the usb stick (or hard drive) install - installs all necessary components, writes ati_license, copies files in home dir configure - how to configure the miner mining/user/*: files to be dumped in the miners home directory
Diffstat (limited to 'mining/user/startup.sh')
-rw-r--r--mining/user/startup.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/mining/user/startup.sh b/mining/user/startup.sh
new file mode 100644
index 00000000..c330b984
--- /dev/null
+++ b/mining/user/startup.sh
@@ -0,0 +1,16 @@
+sudo pkill xscreensaver
+sudo pkill tmux
+sleep 1
+export DISPLAY=:0
+
+export 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"