Post
Topic
Board Mining (Altcoins)
Re: nvOC v0019-2.0 Unofficial Release
by
das0212
on 09/12/2017, 12:16:14 UTC

The new unofficial 19-2.0 is almost ready,
Thanks to Stubo and Leenoox for their awesomeness

So many great additions and lots of bug fixes.
New dstm zm miner 0.5.6, Claymore 10.02, TPccminer 2.2.2, ccmeiner-xevan.
New and improved watchdog and temp control , and so many more ...
New Coins: Electroneum(ETN), Trezarcoin(TZC), Vivo(VIVO), Pirl(PIRL), Altcommunity(ALTCOM)

New 1bash will be posted soon so you can edit and make it ready for the update.

The update will be released in a day or 2
So If you have any suggestions or requests , post before we release it.

Keep calm and carry on mining.

In coin pxc and sib in 0miner

if [ $COIN == "PXC" ]
then
  HCD='/home/m1/TPccminer/ccminer'
  ADDR="$PXC_ADDRESS/$PXC_WORKER"
  screen -dmSLL miner $HCD -a neoscrypt -o stratum+tcp://$PXC_POOL:$PXC_PORT  -u $ADDR -p $MINER_PWD -i $PXC_INTENSITY
fi

if [ $COIN == "SIB" ]
then
  HCD='/home/m1/TPccminer/ccminer'
  ADDR="$SIB_ADDRESS.$SIB_WORKER"
  screen -dmSLL miner $HCD -a sib -o stratum+tcp://$SIB_POOL:$SIB_PORT -u $ADDR -p $MINER_PWD -i $SIB_INTENSITY..


is it correct..or instead of "dmsLL"..  "dmsL" should be there..