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