Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: SmartCoin - A simple, robust mining system for Linux. [NOW WITH FAILOVER!]
by
jondecker76
on 15/07/2011, 14:23:05 UTC
RockDJ:
Here are a few more suggestions for you

1- If there are any commands that you want to have run automatically when smartcoin starts, create a file "init.sh" in the smartcoin directory.  Then you can add your commands that you want run on startup. I.e.:
Code:
#!/bin/bash

DISPLAY=:0.0 aticonfig --pplib-cmd "set fanspeed 0 100"
DISPLAY=:0.1 aticonfig --pplib-cmd "set fanspeed 0 100"
(make sure you mark it executable with:
Code:
chmod +x init.sh

2) Experiment with making your own profiles. Its pretty straight forward once you get the hang of it.

3) Once you have a few of your own profiles built, adjust the failover order from the control screen, then change the profile to failover. This will allow you to have alternate pools/workers to mine to if one fails (from ddos attack for example)