Z-enemy or ANXccminer to mine LUX
Add this in 0miner
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
#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