Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0017
by
fullzero
on 09/07/2017, 05:04:25 UTC
So while I am not mining ZEC at the moment, when using nanopool with Nvoc, where would I add my email so I can change payout on nanopool.

Also could you elaborate on the Minimum profit = 0.0? is it like a percentage?

Btw on my toes for v0018!!! I can't wait super excited!

add to the end of the worker a / then your email like so:

Code:
ZEC_WORKER="nv$IP_AS_WORKER/EMAILHERE"


Code:
MINIMUM_PROFIT=0.0

means mining will stop if there is no coin that is profitable for you to mine (profit at 0.0 or less)

If you want to stop mining if profit is at -1$ you would set

Code:
MINIMUM_PROFIT=-1