Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining vBASIC || Community Edition 2.0
by
papampi
on 17/03/2018, 21:26:30 UTC
I'm mining ZCoin (lyra2z) and would like to add custom intensity of 20 instead of default which is set somewhere to 17.
For some other altcoins intensity can be adjusted right in the bash file but I can't do that for Zcoin/lyra2.
Can someone please tell me what file to edit and where to put custom intensity?



In 0miner find zcoin and add intensity like this :
Code:
if [ $COIN == "ZCOIN" ]
then
  HCD='/home/m1/TPccminer/ccminer'
  ADDR="$ZCOIN_ADDRESS.$ZCOIN_WORKER"
  screen -dmSL miner $HCD -a lyra2z -o stratum+tcp://$ZCOIN_POOL:$ZCOIN_PORT -u $ADDR -p $MINER_PWD $ZCOIN_INTENSITY
fi

And in 1bash:
Code:
# XZC or ZCOIN  ## No Need to add stratum+tcp:// to server address
ZCOIN_WORKER="$WORKERNAME"
ZCOIN_ADDRESS="replace_with_your_address"
ZCOIN_POOL="xzc.suprnova.cc"
ZCOIN_PORT="1569"
ZCOIN_INTENSITY="20"