Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining vBASIC || Community Edition 2.0
by
papampi
on 27/05/2018, 06:37:02 UTC
Z-enemy or ANXccminer to mine LUX

Add this in 0miner

Code:
if [ $COIN == "LUX" ]
then
  ADDR="$LUX_ADDRESS.$LUX_WORKER"
  HCD='/home/m1/z-enemy/z-enemy_miner'
  screen -dmSL miner $HCD -a phi -o stratum+tcp://$LUX_POOL:$LUX_PORT -u $ADDR -p $MINER_PWD -i $LUX_INTENSITY
fi

Okay. Should I then also edit 1bash? Besides COIN == LUX must I add the address, worker etc information in 1bash??

Sure you should have coin setting in 1bash

Code:
#LUXCORE LUX ## No Need to add stratum+tcp:// to server address
LUX_WORKER="$WORKERNAME"
LUX_ADDRESS="Your Address"
LUX_POOL="Your LUX pool"
LUX_PORT="port"
LUX_INTENSITY="21" # test and go high or low