Want to make sure I'm using the right miner for Groestlcoin... I edited the bash file and used "sgminer/ccminer" and changed the algo to groestl. Just wanted to make sure this was the most optimal miner to use for Groestlcoin... Their website says to use sgminer. Thank you by the way for the great work on this. Just a little hobby for me and i appreciate the help.
if [ $COIN == "GRS" ]
then
HCD='/home/m1/SPccminer/ccminer'
ADDR="$GRS_ADDRESS.$GRS_WORKER"
until $HCD -q -a groestl -o $GRS_POOL -u $ADDR -p x
do
echo "FAILURE; reinit in 5" >&2
sleep 5
done
fi
I will look into Groestlcoin, probably tomorrow; there are some other tests with ccminer / sgminer I need to do for other members I can do at the same time.