Post
Topic
Board Project Development
Re: LinuxCoin A lightweight Debian based OS with everything ready to go.
by
hack6500
on 06/08/2011, 23:12:34 UTC
My next goal is probably being done already by some of you more linux savvy folks. I'm looking for an executable  script that once Linuxcoin was launched would:

1) configure 4 GPUs (one 5830 and 3x 5850s) with overclocking and 80% fans;

2) launch four interations of AMDOverdriveCtrl (or some other monitoring app) to track GPU temps/performance; and,

3) logon and start four deepbit pool miners.

This is totally over my head, so suggestions are welcome.

I will provide the framework..

copy the /bin/start_mining.sh to ~/myminer.sh
edit this file
 - pre-populate the variables
 - remove the loop
 - and utilize the wonderful functions provided!

so long as your using persistence this will remain on reboot.

you will graduate 'shell script editing 101' as this would be a rewarding and educational experience!

for extra credit create another script and cron job to check and relaunch the ~/myminer.sh if rebooted.