diff options
Diffstat (limited to 'mining')
-rw-r--r-- | mining/CONFIGURE | 3 | ||||
-rw-r--r-- | mining/Makefile | 2 | ||||
-rw-r--r-- | mining/poll_btcguild | 2 |
3 files changed, 6 insertions, 1 deletions
diff --git a/mining/CONFIGURE b/mining/CONFIGURE index 6ddce386..299cbd53 100644 --- a/mining/CONFIGURE +++ b/mining/CONFIGURE @@ -2,4 +2,7 @@ How to Configure =============== 1. change the mining-url in ~/startup.sh +2. in KDE - 'AMDOverdriveCtrl - configure profile +3. in KDE-Autostart - activate the startup script 2. sudo /etc/init.d/gdm restart + diff --git a/mining/Makefile b/mining/Makefile index 0fab7b1f..7f1e4a79 100644 --- a/mining/Makefile +++ b/mining/Makefile @@ -6,7 +6,7 @@ select-target: format: cat README install: - apt-get install --yes lm-sensors + 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 diff --git a/mining/poll_btcguild b/mining/poll_btcguild new file mode 100644 index 00000000..92a02657 --- /dev/null +++ b/mining/poll_btcguild @@ -0,0 +1,2 @@ +API_KEY= +curl http://www.btcguild.com/api.php\?api_key\=${API_KEY} | python -mjson.tool |