Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining vBASIC || Community Edition 2.0
by
Ventero
on 21/07/2018, 21:01:43 UTC
Hello guys,

I was looking into bash template here https://github.com/papampi/nvOC_by_fullzero_Community_Release/blob/release/1bash.template

I would like to use ethermine.org and I did not find option how to setup it for this pool. Is it possible or this OS works only with zpool, nicehash and miningpoolhub?

I was thinking if I can add my pool here, I'm not sure

ALT_POOL="NO"               # YES or NO, Set to YES if you want to enable  poolswitch.
                            # Switch to alternate pool if main pool goes down.
                            # Dual mining and salfter auto switch not supported.
                            # If pool goes down, poolswitch will stop/disable wtm auto switch and will enable/start it after pool comes up to prevent coin data mixed up.
                       # If main pool use username, alternate pool should use same username and workername.
                            # If anonymous mining with coin address alternate pool should use same.
                            # If ALT_POOL="YES" add as follow to your coins data (order should be the same).

###alternate pool setup example:
#ZCL_POOL_1="europe.equihash-hub.miningpoolhub.com"
#ZCL_PORT_1="20575"
#ZCL_POOL_2="zcl.suprnova.cc"
#ZCL_PORT_2="4042"
#ZCL_POOL=$ZCL_POOL_1  #Dont edit this
#ZCL_PORT=$ZCL_PORT_1  #Dont edit this


Thanks for advice ;-)