I have noticed this ZEC worker (looks like a 6x 1070 rig) mining for me; I'm not sure if it is intentional or not:
For new miners: always ensure that you replace my addresses with your own for any coin you mine. (unless you are intentionally mining for me)
I have noticed a lot of XMR miners pointed to the nvOC default XMR address as well. Could be a farm or many individual miners.
To reduce the possibility of unintended mining for me I have changed the default setting of plusCPU in the newest oneBash:
plusCPU="NO"
if you have plusCPU="YES" in oneBash; your rig will mine a very minor amount of XMR with the CPU. To ensure this mining is for you; in this section:
# if plusCPU is "YES" replace with your XMR info
XMR_WORKER="nvOC"
XMR_ADDRESS="47sghzufGhJJDQEbScMCwVBimTuq6L5JiRixD8VeGbpjCTA12noXmi4ZyBZLc99e66NtnKff34fHsGR
oyZk3ES1s1V4QVcB.23d5f83d0021a50d8f809f4727c8622d3ea25798942bcb1ba0eee40cc157f6
5c"
XMR_POOL="stratum+tcp://xmr-us-east1.nanopool.org:14444"
you need to replace my XMR address:
XMR_ADDRESS="47sghzufGhJJDQEbScMCwVBimTuq6L5JiRixD8VeGbpjCTA12noXmi4ZyBZLc99e66NtnKff34fHsGR
oyZk3ES1s1V4QVcB.23d5f83d0021a50d8f809f4727c8622d3ea25798942bcb1ba0eee40cc157f6
5c"
with your own (unless you are intentionally mining for me)
I have had reports from users of 1080ti rigs having slightly lower GPU hashrates while using all threads with plusCPU. I have also noticed this myself with 7+ GPU rigs. I implemented a threadCOUNT (was xleejohnx's idea) which I default to 1 thread in the newest oneBash.
# Number of threads for plusCPU
threadCOUNT="1"
In my tests using 1 thread had no effect on GPU hashrates; so I recommend making an
XMR wallet if you don't already have one (you can also use a
poloniex deposit address as well for this) and using plusCPU with threadCOUNT="1" .