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
NVRMND
One of my rigs keeps getting an error thought It seems to have been set up identically to the rigs that are already running
here's the error:
/home/m1/2unix: line 44: 2100 Terminated bash '/home/m1/3main'
nvoc v0019-2.0 - Community Release
Then it just tries to keep cycling the miner to the same error..