Search content
Sort by

Showing 2 of 2 results by Funkyanimal
Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining
by
Funkyanimal
on 28/06/2017, 00:42:34 UTC
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
Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining
by
Funkyanimal
on 27/06/2017, 03:46:59 UTC
I setup Groestcoin (GRS) in the onebash file and used ccminer using the groestl algo.   Is SGccminer the best miner to use? I see most pools recommend sgh-sgminer and was hoping someone could enlighten me if that is the same thing I have specified.   I'm currently mining GRS on miningpoolhub.  Thanks in advance, I am a a little new to the alt coin arena.