Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0017
by
fullzero
on 02/07/2017, 18:23:00 UTC
Hello - Really enjoying this OS - Top efforts on making this and making it free !

I am in tthe process of updating to 17 and all the goodies it'll bring ! however just putting my 2c into this build!

firslty one of the few mods I made to the Bash file overall are as follow and can really see a benifit for all users -

Firstly I have created a varible at the top which sets the name of every currency to the same name - great since I have about 5 rigs running at present and with one line can change rig name, much quicker and updating names makes debugging so much easier

I have also plugged in at the top with a breif wait after a quick ping to the servers I am mining from, really hand for problem testing -

thirdly, I have added the dual mining rate as a variable at the top, allowing a default setting instead of adjusting it down or hardcoding one in, easier to tweak it across entire mining network..

Something I am trying to fix up though is I mostly use claymore miner, and claymore miner outputs a rather nice logfile which I plan on running a push system in nvOC to send that data to an actual server Im running for debuggin and stats, however I noticed the hardcoded dbg for no logfile output, im trying to change this to outtput logs however having some difficulty with it :S id really like claymores single logfile option where it just adds new data to a log file however it doesnt seem to be running well - oh well will keep trying !

Really awesome job overall !!!  Cheers!

to reenable claymore logs remove the

Code:
-dbg -1

from the launch line for the specific coin selection you are mining.  I disabled them because they were decreasing stability.