diff options
author | makefu <makefu@syntax-fehler.de> | 2011-06-18 17:06:11 +0200 |
---|---|---|
committer | makefu <makefu@syntax-fehler.de> | 2011-06-18 17:06:11 +0200 |
commit | 28d349a094542877e1a8d7c7ca9ef31360b78bea (patch) | |
tree | 48e0c0c3c131a7c90c275d56cb78f9d63d876528 /btc/mining/CONFIGURE | |
parent | 317627106dfa7efab7d403c2a6e33ed43956d115 (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 'btc/mining/CONFIGURE')
-rw-r--r-- | btc/mining/CONFIGURE | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/btc/mining/CONFIGURE b/btc/mining/CONFIGURE new file mode 100644 index 00000000..6ddce386 --- /dev/null +++ b/btc/mining/CONFIGURE @@ -0,0 +1,5 @@ +How to Configure +=============== + +1. change the mining-url in ~/startup.sh +2. sudo /etc/init.d/gdm restart |