Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining vBASIC || Community Edition 2.0
by
papampi
on 10/06/2018, 18:07:39 UTC
Side question: how do you kill mining process in your update script papampi?
I ask for rxOC phenomenom: Sometimes claymore crashes here and I am not able to kill process ethdcrminer64 with kill -9 or other commands. Usually I am not able to rebott the machine with 'reboot -f now'. But your update script worked well in killing the process once.

edit: just had more trys with FTC,BTG,ETH and after a couple of reboots no miner starts automatically again Sad gnome-terminal-server and 3main running.

e: to make sure I retried update script with recompile. took like an hour for all and this time succeeded. then I redid nvOC patch and after nvOC reboot. Still no autostart miner


No idea how rxOC works, but in nvOC you can stop miner, tempcontrol and watchdog by:
Code:
pkill -e screen
Then restart them by:
Code:
pkill -f 3main


When miner starts it shows the command it used to start it in gnome-terminal, copy the command it shows without screen part (Screen -dmSL miner) and run it manually in a guake tab, see what are the errors.