diff options
| -rw-r--r-- | btc/mining/CONFIGURE | 3 | ||||
| -rw-r--r-- | btc/mining/Makefile | 2 | ||||
| -rw-r--r-- | btc/mining/poll_btcguild | 2 | 
3 files changed, 6 insertions, 1 deletions
| diff --git a/btc/mining/CONFIGURE b/btc/mining/CONFIGURE index 6ddce386..299cbd53 100644 --- a/btc/mining/CONFIGURE +++ b/btc/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/btc/mining/Makefile b/btc/mining/Makefile index 0fab7b1f..7f1e4a79 100644 --- a/btc/mining/Makefile +++ b/btc/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/btc/mining/poll_btcguild b/btc/mining/poll_btcguild new file mode 100644 index 00000000..92a02657 --- /dev/null +++ b/btc/mining/poll_btcguild @@ -0,0 +1,2 @@ +API_KEY= +curl http://www.btcguild.com/api.php\?api_key\=${API_KEY} | python -mjson.tool | 
