diff options
author | makefu <makefu@syntax-fehler.de> | 2011-06-23 01:10:24 +0200 |
---|---|---|
committer | makefu <makefu@syntax-fehler.de> | 2011-06-23 01:10:24 +0200 |
commit | 54c2113d4082b9a28e6f317e3409db4821e10bb1 (patch) | |
tree | 5f58542b4e4d0250d6223494b59899d889b0e36d | |
parent | 759b8b44f972a6bf5240bf80733f3645308e51cb (diff) |
updated mining
CONFIGURE, more infos about what to do to use the mining
Makefile: installs tmux
-rw-r--r-- | btc/mining/CONFIGURE | 3 | ||||
-rw-r--r-- | btc/mining/Makefile | 1 |
2 files changed, 4 insertions, 0 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 c673ee3e..b8ed2f6c 100644 --- a/btc/mining/Makefile +++ b/btc/mining/Makefile @@ -4,6 +4,7 @@ select-target: format: cat README install: + sudo apt-get install tmux echo '#!/bin/bash' > /usr/bin/ati_license echo 'sudo tar xvf /opt/AMD-APP-SDK-v2.4-lnx64/icd-registration.tgz -C /' >> /usr/bin/ati_license cp -r user /home |