Hi,
I noticed that there are a few double periods in the 0miner file:
Line 883 onwards:
if [ $COIN == "PASC" ]
then
HCD='/home/m1/pasc/sgminer'
ADDR="$PASC_ADDRESS..$PASC_WORKER"
Is this right? Or should I reduce it to a single period?
I noticed that there are a few double periods in the 0miner file:
Line 883 onwards:
if [ $COIN == "PASC" ]
then
HCD='/home/m1/pasc/sgminer'
ADDR="$PASC_ADDRESS..$PASC_WORKER"
Is this right? Or should I reduce it to a single period?
If all of the double periods follow that example where they are between the address and worker name, then yes. There should only be a single period between them.
Thanks for the clarification - anyway to make sure this gets included in the next update? I was wondering why my worker didn't show up.