Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining
by
fullzero
on 29/06/2017, 17:45:45 UTC
Can I still use custom names for my rigs? Today, I'll be setting up about 20 or so rigs, so I'm needing them to be custom named, will it still work with the paste bin implementation?

EDIT: Also is this Genoil updated with that edited miner that's supposed to have increased hashrates? Also, anyway to have it show GPU temperature?

EDIT2: What's the 1050ti switch for? I do have lots of 1050ti's which I'm planning to add 1 or 2 card along with 1070s rig to use the remaining PSU power limit.

To use _Parallax_ mode with custom names Do this:

for example if I was mining ETH I would add my desired name infront of the dynamic host address portion needed to distinguish individual rigs:

and the workername I wanted to use was:
Code:
myworkername
I would use:

Code:
ETH_WORKER="myworkername_$IP_AS_WORKER"

don't leave a space; this will not work, use a  _  instead

Note: whatever you set as myworkername will be used by all the rigs when using _Parallax_ mode.

Yes; genoil has the new opt.  you can use nvidia-smi in the guake terminal or a second screen to get the temperature.  Not sure if genoil can do this.

Code:
TI="3"

if [ $___1050_or_1050ti == "YES" ]
then
    TI="2"
if [ $NORMAL == "YES" ]
then
    TI="2 3"
fi
fi

this portion is part of the logic needed to only use OC commands for the populated cards, rather than the max possibly supported (14x currently).  1050tis are identified by nvidia-settings as [2] while other cards are [3].