Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019
by
Bibi187
on 16/09/2017, 19:25:05 UTC
guys, when I do putty, what is the username and password?

Default user is m1 and password is miner1 Wink

you are the best! thanks! oh and how do we change the bash file or the miner settings from putty? and how to stop the miner and start? thanks!


For modify 1bash from putty just do

nano 1bash

To reset your miner follow this, thanks @papampi


In v0019 you dont need to kill 3main. just killing miner will make wdog re-init 3main and run it with your new edited 1bash
but if you want to kill best way is :

Code:
pkill -e screen # to kill miner, wdog and temp
pkill -f 3main # to kill 3main
bash /home/m1/3main # to load 3main again
one line cmd :

Code:
pkill -e screen && pkill -f 3main && bash /home/m1/3main &
Click enter when 3main loaded, and miner started, dont do ctrl+c