Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0018
by
jlbaseball11
on 18/08/2017, 03:11:29 UTC
I'm trying to mine ZCOIN on Mining Pool Hub. I keep getting "reject reason: low difficulty share of ________". Is there any way to fix this?

Thanks so much!

in the 1bash file, scroll down 2/3 of the way down and find this part and add a z at the end of the algo type:
if [ $COIN == "ZCOIN" ]
then
HCD='/home/m1/TPccminer/ccminer'
ADDR="$ZCOIN_ADDRESS.$ZCOIN_WORKER"

until $HCD -a lyra2z -o $ZCOIN_POOL -u $ADDR -p x
   do
   echo "FAILURE; reinit in 5" >&2
   sleep 5
done
fi


Here is the "owners manual" for ccminer: https://github.com/palginpav/ccminer/blob/windows/README.txt

There are many commands that you can use in the 1bash.  Changing your intensity "-i   " is helpful to gain some h/s.  On my 1080TIs I added an extra 35MH/s to each card by using: until $HCD -a lbry -o $LBC_POOL -u $ADDR -p x -i 23

Also if you try to mine DMD, you need to change the -a "  " from "groestl" to "dmd-gr"