Trying to configure my ethOS for ETC mining but I have some problem. This is my first time with ethOS.
I'm mining ETC with Claymore 10 on Windows with this code based on info from my ETC pool:
What should be the correct setup of local.conf and claymore.stub.conf files based on above code? Is this ok?
local.conf file:
maxgputemp 65
globalcore 1150
globalmem 1200
globalfan 60
globalpowertune 5
stratumproxy enabled
proxywallet 0x84cdd5f8e81164cc0f54ed4a502476c76d1e8b
proxypool1 79.98.144.27:8008
flags --cl-global-work 8192 --farm-recheck 200
-ewal wallet
-eworker rig1
-epsw x
-esm 0
-allcoins 1
Many thanks for any advise.
you dont need to edit claymore.stub.conf
only remote or local.conf is enough
globalcore and globalmem values depends which gpus you have. i think its more comfortable to write them by each rig
you can use loc parameter for eworker
loc (rigcode) rigname
local.conf file:
globalminer claymore
autoreboot 2
#individual GPU overclocking (RX580)
cor 49709f 1150 1150 1150 1150 1150 1150 1150
mem 49709f 2200 2200 2200 2200 2200 2200 2200
fan 49709f 60 60 60 60 60 60 60
pwr 49709f 4 4 4 4 4 4 4
vlt 49709f 900 900 900 900 900 900 900
claymore.stub.conf file:
-ewal 0x84cdd5f8e81164cc0f54ed4a502476c76d1e8b
-eworker rig1
-epsw x
-esm 0
-allcoins 1
-dbg -1
With this setup ethOS is working fine.
Still not sure vlt parameter is working for RX580 GPU series.