Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining vBASIC || Community Edition 2.0
by
papampi
on 29/05/2018, 06:44:01 UTC
How can I mine eth and smart? I have claymore 11.7 on my ovoc but i'm not sure what else I need to do for this to work. Thanks


Have a look at 0miner for dual modes and add one with the changes needed,
Some thing like this:
Code:
if [ $COIN == "DUAL_ETH_SMART" ]
then
  HCD=/home/m1/eth/claymore/$CLAYMORE_VERSION/ethdcrminer64
  ETHADDR="$ETH_ADDRESS/$ETH_WORKER"
  if [ $DOT_POOL_FORMAT_or_FORWARD_SLASH_POOL_FORMAT == "DOT" ]
  then
    ETHADDR="$ETH_ADDRESS.$ETH_WORKER"
  fi
  DADDR="$SMART_ADDRESS.$SMART_WORKER"
  screen -dmSL miner $HCD -epool $ETH_POOL:$ETH_PORT -ewal $ETHADDR -epsw $MINER_PWD -dpool stratum+tcp://$SMART_POOL:$SMART_PORT -dwal $DADDR -dpsw $MINER_PWD -dcoin keccak -allcoins 1 -allpools 1 -dbg -1 $ETH_EXTENSION_ARGUMENTS
fi
Set your coin in 1bash
COIN="DUAL_ETH_SMART"

Dont forget to set the address for both in their sections

You can also use 19-2.1 beta for a much easier way, or wait for 19-2.1 stable.