summaryrefslogtreecommitdiffstats
path: root/btc
diff options
context:
space:
mode:
authormakefu <makefu@syntax-fehler.de>2011-06-23 01:11:50 +0200
committermakefu <makefu@syntax-fehler.de>2011-06-23 01:11:50 +0200
commit5af391d6c846230ad4e22de3fe2dd6701c5a6d6b (patch)
tree10fbd5489db2704717cca19ab61be1ff051eb827 /btc
parentf9ae1d44f2b2b0d9f47efd30a2321cab434233a2 (diff)
parentfc1e4fcabd1e888089d2ea970ee6906735b84598 (diff)
merged Makefile, install lmsensors AND tmux
Diffstat (limited to 'btc')
-rw-r--r--btc/btcguild/index.js20
-rw-r--r--btc/mining/Makefile10
-rwxr-xr-xbtc/mining/user/bin/ati_temper5
-rw-r--r--btc/mining/user/mining.ovdr (renamed from btc/mining/user/mining.odvr)0
-rw-r--r--btc/mining/user/startup.sh2
5 files changed, 34 insertions, 3 deletions
diff --git a/btc/btcguild/index.js b/btc/btcguild/index.js
new file mode 100644
index 00000000..1f33db06
--- /dev/null
+++ b/btc/btcguild/index.js
@@ -0,0 +1,20 @@
+api_key = process.env.api_key;
+
+var options = {
+ host: 'www.btcguild.com',
+ port: 80,
+ path: '/api.php?api_key=' + api_key
+};
+
+http = require('http');
+http.get(options, function(res) {
+ var data = '';
+ res.on('data', function (chunk) {
+ data += chunk;
+ });
+ res.on('end', function () {
+ console.log(JSON.parse(data));
+ });
+}).on('error', function(e) {
+ console.error('Error: ' + e.message);
+});
diff --git a/btc/mining/Makefile b/btc/mining/Makefile
index b8ed2f6c..7f1e4a79 100644
--- a/btc/mining/Makefile
+++ b/btc/mining/Makefile
@@ -1,12 +1,18 @@
.PHONY: all format install
select-target:
@echo "You are made of stupid!"
+ echo "look here"
+ @cat Makefile
format:
cat README
install:
- sudo apt-get install tmux
+ apt-get install --yes lm-sensors tmux
echo '#!/bin/bash' > /usr/bin/ati_license
+ echo '#!/bin/sh' > /etc/init.d/live-boot
+ echo 'wall "going down"' >> /etc/init.d/live-boot
+ chmod 755 /etc/init.d/live-boot
echo 'sudo tar xvf /opt/AMD-APP-SDK-v2.4-lnx64/icd-registration.tgz -C /' >> /usr/bin/ati_license
cp -r user /home
configure:
- cat CONFIGURE
+ sensors-detect
+ @cat CONFIGURE
diff --git a/btc/mining/user/bin/ati_temper b/btc/mining/user/bin/ati_temper
new file mode 100755
index 00000000..283a6024
--- /dev/null
+++ b/btc/mining/user/bin/ati_temper
@@ -0,0 +1,5 @@
+#displays: CARD1TEMP CARD2TEMP CPUTEMP OUTSIDE
+echo -n "`DISPLAY=:0 aticonfig --adapter=1 --od-gettemperature | grep Temperature | sed -n 's/.*Temperature - \([0-9.]*\) C/\1/;p'` "
+echo -n "`DISPLAY=:0 aticonfig --adapter=2 --od-gettemperature | grep Temperature | sed -n 's/.*Temperature - \([0-9.]*\) C/\1/;p'` "
+echo -n "`sensors | grep temp1 | sed -e 's/temp1: *+\([0-9.]*\).*/\1/'` "
+echo "`temper`"
diff --git a/btc/mining/user/mining.odvr b/btc/mining/user/mining.ovdr
index d6cf6fec..d6cf6fec 100644
--- a/btc/mining/user/mining.odvr
+++ b/btc/mining/user/mining.ovdr
diff --git a/btc/mining/user/startup.sh b/btc/mining/user/startup.sh
index c330b984..eb2ce13a 100644
--- a/btc/mining/user/startup.sh
+++ b/btc/mining/user/startup.sh
@@ -3,7 +3,7 @@ sudo pkill tmux
sleep 1
export DISPLAY=:0
-export URL="http://txgen_chinaman:lolwut@uk.btcguild.com:8332"
+export URL="${URL-http://txgen_chinaman:lolwut@uk.btcguild.com:8332}"
#export URL="http://txgen:qJrXefWX@bitcoinpool.com:8334"
slock &
tmux start-server