Running Claymore I used to be able to use the keyboard commands 0-9 and s for stats. Now they just print to the window I am in and no effect. Is this to be permanent? Sure was helpful.
thay
In a gwake terminal tab f12,
For now use
screen -r miner
Will add an option in next release to make gnome-terminal interactive or just show miner logs, or revert it back to old system for local.
Open 3main, near the end of the file change
From:
elif [ $LOCALorREMOTE == "LOCAL" ]
then
touch /home/m1/nvoc_logs/screenlog.0
tail -f /home/m1/nvoc_logs/screenlog.0
fi
fi
elif [ $AUTO_START_MINER == "NO" ]
To:
elif [ $LOCALorREMOTE == "LOCAL" ]
then
screen -r miner
fi
fi
elif [ $AUTO_START_MINER == "NO" ]