Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019
by
papampi
on 10/09/2017, 07:48:37 UTC
Guys i connect to my rig via SSH.
How to kill miner process.
I want to update claymore 10.0

If you just want to kill miner and restart it via watchdog (miner will be restart via wdog in about 70 seconds):

Code:
pkill -e miner

If you want to kill miner, wdog, temp and restart 3main :

Code:
pkill -e screen &&  pkill -f 3main && bash 3main  &
press enter when 3main loaded and no more info posted on screen (dont ctrl+c)