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 lyra2
z -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.txtThere 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 23Also if you try to mine DMD, you need to change the -a "
" from "groestl" to "dmd-gr"
Thanks for finding errors jlbaseball11; I will fix these for v0019.
I have changed this already for v0019.