Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: jonnyen on April 24, 2017, 06:36:39 PM



Title: EthOS / Claymore 9.0 Dual Mining ETH and SIA
Post by: jonnyen on April 24, 2017, 06:36:39 PM
Hello,

First post to forum. 

I am running a test machine with one Sapphire RX 470 on the latest version of ethOS.   I also have a Windows 10 machine which I have been able to configure correctly to dual mine ETH and SIA.   I can't figure out what to change in ethOS to make it dual mine ETH and SIA or if it even possible?

Can anyone tell me how I need to edit local.config or claymore.sh or what else I might need to do?

thanks
JY


Title: Re: EthOS / Claymore 9.0 Dual Mining ETH and SIA
Post by: boatznhoes on April 24, 2017, 07:04:54 PM
Claymore settings can be changed in claymore.stub.conf, but not sure if you can make this work


Title: Re: EthOS / Claymore 9.0 Dual Mining ETH and SIA
Post by: moonelf on May 28, 2017, 08:12:15 PM
Did you ever get this working? I am new to ethOS and would like to dual mine ETH and DCR but unclear how to edit claymore.stub for DCR. I've got ETH working properly.


Title: Re: EthOS / Claymore 9.0 Dual Mining ETH and SIA
Post by: moxyf on May 28, 2017, 08:31:43 PM
There's a few lines you just need to uncomment in claymore.stub.conf to start dual mining. They're outlined in the file


Title: Re: EthOS / Claymore 9.0 Dual Mining ETH and SIA
Post by: toptek on May 28, 2017, 08:48:08 PM
in the claymore.stub.conf are these lines below:

uncomment and configure the -dpool and -dwal lines below to enable dualmining.

Then  go to the local.conf in the home Directly and put in your pool and wallet for the ETH miner, if your using the local.conf, I think i haven't really look into setting up dual mining yet with Ethos.

I have only learned to use the local.conf and claymore.stub conf's for eth and Zec mining .. haven't tried the remote or custom conf's .no need to,yet.!!!

I have EthOS running on two rigs .

claymore.stub.conf

# WARNING! Remove "#" characters to enable lines, with "#" they are disabled and will be ignored by miner! Check README for details.
# WARNING! Miner loads options from this file only if there are not any options in the command line!
-colors 1
-dbg -1
-esm STRATUMTYPE
-epool POOL1
-ewal WALLET
-epsw PASSWORD1
-eworker WORKER
-allpools 1
-gser 2
-allcoins 1
-wd 0

#uncomment and configure the -dpool and -dwal lines below to enable dualmining.
-mode 0

#-ewal 0xD69af2A796A737A103F12d2f0BCC563a13900E6F
#-epsw x
#-dpool stratum+tcp://yiimp.ccminer.org:4252
#-dwal DsUt9QagrYLvSkJHXCvhfiZHKafVtzd7Sq4
#-dpsw x
#-esm 1
#-mode 0
#-tt 70



then go to the local.conf in the same directly as the claymore.stub.conf and put in your pool and wallet for eth mining,you can leave the flags how they are for default setting, it didn't seem to matter if they are there or not .. if your using the local.conf, which is all i have learned to use.

some thing like below

local.conf

globalminer claymore
maxgputemp 85
stratumproxy enabled
proxywallet your wallet for eth
proxypool1 the pool you are using for eth mining.
globalfan 85
flags -logfile noappend.txt   
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
I put the -logfile noappend.txt line in,because i don't like a lot of log files every time, i reboot or restart the miner it would make one, other wise that line is not needed, and all it does is over write the old log and replace it with a new log from the session running instead of making a new one for each restart ..


Title: Re: EthOS / Claymore 9.0 Dual Mining ETH and SIA
Post by: Jackhalo3 on May 30, 2017, 08:43:51 PM
in the claymore.stub.conf are these lines below:

uncomment and configure the -dpool and -dwal lines below to enable dualmining.

Then  go to the local.conf in the home Directly and put in your pool and wallet for the ETH miner, if your using the local.conf, I think i haven't really look into setting up dual mining yet with Ethos.

I have only learned to use the local.conf and claymore.stub conf's for eth and Zec mining .. haven't tried the remote or custom conf's .no need to,yet.!!!

I have EthOS running on two rigs .

claymore.stub.conf

# WARNING! Remove "#" characters to enable lines, with "#" they are disabled and will be ignored by miner! Check README for details.
# WARNING! Miner loads options from this file only if there are not any options in the command line!
-colors 1
-dbg -1
-esm STRATUMTYPE
-epool POOL1
-ewal WALLET
-epsw PASSWORD1
-eworker WORKER
-allpools 1
-gser 2
-allcoins 1
-wd 0

#uncomment and configure the -dpool and -dwal lines below to enable dualmining.
-mode 0

#-ewal 0xD69af2A796A737A103F12d2f0BCC563a13900E6F
#-epsw x
#-dpool stratum+tcp://yiimp.ccminer.org:4252
#-dwal DsUt9QagrYLvSkJHXCvhfiZHKafVtzd7Sq4
#-dpsw x
#-esm 1
#-mode 0
#-tt 70



then go to the local.conf in the same directly as the claymore.stub.conf and put in your pool and wallet for eth mining,you can leave the flags how they are for default setting, it didn't seem to matter if they are there or not .. if your using the local.conf, which is all i have learned to use.

some thing like below

local.conf

globalminer claymore
maxgputemp 85
stratumproxy enabled
proxywallet your wallet for eth
proxypool1 the pool you are using for eth mining.
globalfan 85
flags -logfile noappend.txt   
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
I put the -logfile noappend.txt line in,because i don't like a lot of log files every time, i reboot or restart the miner it would make one, other wise that line is not needed, and all it does is over write the old log and replace it with a new log from the session running instead of making a new one for each restart ..


Just got it working! What you said to do worked, however you also have to specify what coin you are mining. To do this, simply add -dcoin somewhere in claymore.stub.conf followed by the coin you want to mine, sc for SIA.


Title: Re: EthOS / Claymore 9.0 Dual Mining ETH and SIA
Post by: moonelf on May 30, 2017, 10:29:22 PM
Thanks much for the clear explanation. Works well to dual mine ETH & DCR. Was pretty easy once I realized I knew nothing about ethOS and must learn something new. So my answer was to learn how to even open the claymore.stub using 'nano'. In terminal type

nano claymore.stub.conf

Maybe another total newbie to ethOS like me finds this useful

Been mining fairly stable but every several hours one or more GPU hashrates drop to 0. Still working out the bugs in my system. I have tried different global core, memory, and powertune settings in local.conf file. It seems to run better now but not perfect.


Title: Re: EthOS / Claymore 9.0 Dual Mining ETH and SIA
Post by: lonegunman77 on June 02, 2017, 04:56:42 PM
Thank you Moonelf!

Another ethOS noob here - small Linux background helps but it's the people like you that make this community awesome :)

Thanks for sharing, can't wait to set this up!!!


Title: Re: EthOS / Claymore 9.0 Dual Mining ETH and SIA
Post by: nedrah on June 06, 2017, 07:25:12 PM
I am having trouble trying to get Ethos to dual mine.
This is my claymore.stub  and below is my local.conf after

# WARNING! Remove "#" characters to enable lines, with "#" they are disabled and will be ignored by miner! Check README for details.
# WARNING! Miner loads options from this file only if there are not any options in the command line!
-colors 0
-dbg -1
-esm STRATUMTYPE
-epool pool-usa.ethosdistro.com:5001
-ewal 0xde881e95b6bede8af1c64c3d1b00851394d86517
-epsw x
-eworker miner1
-allpools 1
-gser 2
-allcoins 1
-wd 0

#uncomment and configure the -dpool and -dwal lines below to enable dualmining.
-mode 0

-ewal 0xde881e95b6bede8af1c64c3d1b00851394d86517
-epsw x
-dpool stratum+tcp://dcr.suprnova.cc:3252
-dwal DseMaxHQsJF5ZsDJyRhswJ5j35uUU2nuHnD
-dpsw testpassword
-esm 1
-mode 0
-tt 70
-dcoin

Local.conf

globaldriver amdgpu

globalfan 99

globalminer claymore

globalpowertune 4

maxgputemp 85

stratumproxy enabled

proxywallet 0xde881e95b6bede8af1c64c3d1b00851394d86517

proxypool1 pool-usa.ethosdistro.com:5001

proxypool2 pool-eu.ethosdistro.com:5001

flags --cl-global-work 8192
 --farm-recheck 200


Second day with Ethos. Loving it so far. What do I need to change to dual mine dcr?




Title: Re: EthOS / Claymore 9.0 Dual Mining ETH and SIA
Post by: jaimefcb on June 06, 2017, 09:29:59 PM
Second day with Ethos. Loving it so far. What do I need to change to dual mine dcr?

Here you have my config in case it helps:

Local.conf
Code:
globalminer claymore
maxgputemp 85
stratumproxy enabled
proxywallet 0xMyEtherWalletInHere
proxypool1 pool-eu.ethosdistro.com:5001
proxypool2 pool-usa.ethosdistro.com:5001
flags --cl-global-work 8192 --farm-recheck 200
globalcore 1200
globalmem 2350
globalpowertune 3
globalfan 40

Claymore.stub.conf
Code:
# WARNING! Miner loads options from this file only if there are not any options in the command line!
-colors 0
-dbg -1
-esm STRATUMTYPE
-epool POOL1
-ewal WALLET
-epsw PASSWORD1
-eworker WORKER
-allpools 1
-gser 2
-allcoins 1
-wd 0
-ethi 16

#Dual-Mining Params
-mode 0
-dcoin sia
-dpool stratum+tcp://sia-eu1.nanopool.org:7777
-dwal MySiaWalletInHere
-dcri 20

These are my stats:
Code:
GPU #0: Ellesmere, 8145 MB available, 36 compute units
ETH - Total Speed: 28.799 Mh/s, Total Shares: 15, Rejected: 0, Time: 00:55
ETH: GPU0 28.799 Mh/s
 SC - Total Speed: 575.982 Mh/s, Total Shares: 14, Rejected: 0
 SC: GPU0 575.982 Mh/s
Incorrect ETH shares: none
Pool switches: ETH - 0, SC - 0
Current ETH share target: 0x00000000dbe6fece (diff: 5000MH), epoch #127
Current SC share target: 0x0000000007547ff5 (diff: 150GH)
GPU0 t=62C fan=40%
Wattmeter says 198W on Mining time!
The system is consuming 50W with GPU and before starting mining, and 20W without GPU.

The GPU is a "MSI RX 580 GAMING X PLUS 8GB (SAMSUNG)" and my MoBo is a "MSI Z170A KRAIT GAMING 3X".

I have been testing under/overclocking mem and gpu and the best config I found is that one I have now.
My next step is try under/overvoltaging mem and gpu and do some bios tuning in order to go beyond 28.8MHs on Dual Mining and try to reduce my Power Consumption...

Anyway, I am a little bit surprised about that 2350 MHz my memories can reach, I have been reading and didnīt found any other value like that one. Anyone have an idea why?
By the way, latest ethOS and Claymore versions in here.

BR!


Title: Re: EthOS / Claymore 9.0 Dual Mining ETH and SIA
Post by: nedrah on June 07, 2017, 12:01:08 AM
I changed my settings and it is dual mining but all my dcr shares are getting rejected.


Title: Re: EthOS / Claymore 9.0 Dual Mining ETH and SIA
Post by: nedrah on June 07, 2017, 12:07:43 AM
I got it . Dwal didn't want my address. Suprnova uses username.  Thanks for everything team !!


Title: Re: EthOS / Claymore 9.0 Dual Mining ETH and SIA
Post by: Cryptonite_io on June 10, 2017, 09:18:13 PM
Thanks for the great post. I used it to get up and running with ease!!!

Question... I've been mining for 2 hours on SC and it shows I still have a 0 balance. Reading other forums, it says it's because i dont have my miner named. How were you able to bypass that?

Nanopool is showing my hashrate, and showing shares, but still at 0 for SIA. Thanks for the help.


Title: Re: EthOS / Claymore 9.0 Dual Mining ETH and SIA
Post by: Cryptonite_io on June 11, 2017, 01:46:37 AM
Thanks for the great post. I used it to get up and running with ease!!!

Question... I've been mining for 2 hours on SC and it shows I still have a 0 balance. Reading other forums, it says it's because i dont have my miner named. How were you able to bypass that?

Nanopool is showing my hashrate, and showing shares, but still at 0 for SIA. Thanks for the help.


So I solved my own problem... thought I would post it here in case some other noob like myself runs into the same problem. When you put in your wallet address at -dwal you put a period (.) after it, and your miner name (can be anything).


Title: Re: EthOS / Claymore 9.0 Dual Mining ETH and SIA
Post by: nedrah on June 11, 2017, 03:19:19 AM
I have been mining for a week with half my rigs on ethos. They are not giving me any credit in dwarfpool when I switched all the windows rigs over to Zec and I show no hash at dwarfpool on my ethos claymore dual rigs that I did not switch yet. I am getting dcr in my account but no eth.

Here is my local file
EthDcrMiner64.exe -esm 0 -mode 0 -ethi 4 -etha -1 -epool eth-us.dwarfpool.com:8008/miner1 -ewal 0xde881e95b6bede8af1c64c3d1b00851294d86517 -eworker miner1 -epsw x -dpool stratum+tcp://dcr.suprnova.cc:2252 -dwal nedrd3d288.iner2 -dpsw test
--opencl-device 1 --cl-local-work 256 --cl-global-work 16384


Here is my claymore stub

globaldriver amdgpu
globalminer claymore
maxgputemp 79
stratumproxy enabled
proxywallet 0xde881e95b6bede8aflc64c3d1b00851294d86517
proxypool1 eth-us.dwarfpool.com:8008
proxypool2 eth-us.dwarfpool.com:8008
flags --cl-global-work 8192 --farm-recheck 200
globalpowertune 4
globalfan 99



Any advice ?




Title: Re: EthOS / Claymore 9.0 Dual Mining ETH and SIA
Post by: Tilos on June 11, 2017, 07:21:15 AM
Here is my Config for Dual Mining with 570RX @ 1130 CoreClock, 2050 MemClock and 1500 Straps up to 2000

Ethereum 29MH/s each Card
Siacoin    460 MH/s each Card

Config:
-mode 0 -epool stratum+tcp://eu2.ethermine.org:4444 -ewal 0x9b70fcff8d8291dc028f2dc6ea6612e10fa6721a -eworker WhiteIce -epsw x -mport 0 -allcoins 1 -allpools 1 -dpool stratum+tcp://us-west.siamining.com:7777 -dwal 11d44524e1203f6f6accae2ab7e1a7b3720fa3b6ad840eee13ccfe479ecd23800dd7e256c323.Yo urWorkerName -dcoin sia -dcri 16  



SC: GPU0 454.240 Mh/s, GPU1 464.045 Mh/s
ETH: 06/11/17-08:56:37 - New job from eu2.ethermine.org:4444
ETH - Total Speed: 57.336 Mh/s, Total Shares: 30, Rejected: 0, Time: 00:39
ETH: GPU0 29.362 Mh/s, GPU1 29.274 Mh/s
SC - Total Speed: 917.376 Mh/s, Total Shares: 470, Rejected: 0
SC: GPU0 453.798 Mh/s, GPU1 463.578 Mh/s
GPU0 t=65C fan=88%, GPU1 t=65C fan=49%
SC: 06/11/17-08:56:46 - SHARE FOUND - (GPU 0)
SC: Share accepted (152 ms)!
ETH: 06/11/17-08:56:46 - New job from eu2.ethermine.org:4444
ETH - Total Speed: 57.413 Mh/s, Total Shares: 30, Rejected: 0, Time: 00:39
ETH: GPU0 29.399 Mh/s, GPU1 29.014 Mh/s
SC - Total Speed: 918.604 Mh/s, Total Shares: 471, Rejected: 0
SC: GPU0 454.382 Mh/s, GPU1 464.222 Mh/s
SC: 06/11/17-08:56:48 - SHARE FOUND - (GPU 1)
SC: Share accepted (153 ms)!
ETH: 06/11/17-08:56:54 - New job from eu2.ethermine.org:4444
ETH - Total Speed: 57.406 Mh/s, Total Shares: 30, Rejected: 0, Time: 00:39
ETH: GPU0 29.420 Mh/s, GPU1 28.985 Mh/s
SC - Total Speed: 918.487 Mh/s, Total Shares: 472, Rejected: 0
SC: GPU0 454.721 Mh/s, GPU1 463.766 Mh/s
SC: 06/11/17-08:57:00 - SHARE FOUND - (GPU 1)
SC: Share accepted (152 ms)!
SC: 06/11/17-08:57:00 - SHARE FOUND - (GPU 0)
SC: Share accepted (152 ms)!
ETH: 06/11/17-08:57:00 - New job from eu2.ethermine.org:4444
ETH - Total Speed: 57.374 Mh/s, Total Shares: 30, Rejected: 0, Time: 00:39
ETH: GPU0 29.384 Mh/s, GPU1 29.190 Mh/s
SC - Total Speed: 917.981 Mh/s, Total Shares: 474, Rejected: 0
SC: GPU0 454.141 Mh/s, GPU1 463.840 Mh/s


Title: Re: EthOS / Claymore 9.0 Dual Mining ETH and SIA
Post by: fuliaro on June 14, 2017, 12:05:35 PM
Here is my Config for Dual Mining with 570RX @ 1130 CoreClock, 2050 MemClock and 1500 Straps up to 2000

Ethereum 29MH/s each Card
Siacoin    460 MH/s each Card

Config:
-mode 0 -epool stratum+tcp://eu2.ethermine.org:4444 -ewal 0x9b70fcff8d8291dc028f2dc6ea6612e10fa6721a -eworker WhiteIce -epsw x -mport 0 -allcoins 1 -allpools 1 -dpool stratum+tcp://us-west.siamining.com:7777 -dwal 11d44524e1203f6f6accae2ab7e1a7b3720fa3b6ad840eee13ccfe479ecd23800dd7e256c323.Yo urWorkerName -dcoin sia -dcri 16  



SC: GPU0 454.240 Mh/s, GPU1 464.045 Mh/s
ETH: 06/11/17-08:56:37 - New job from eu2.ethermine.org:4444
ETH - Total Speed: 57.336 Mh/s, Total Shares: 30, Rejected: 0, Time: 00:39
ETH: GPU0 29.362 Mh/s, GPU1 29.274 Mh/s
SC - Total Speed: 917.376 Mh/s, Total Shares: 470, Rejected: 0
SC: GPU0 453.798 Mh/s, GPU1 463.578 Mh/s
GPU0 t=65C fan=88%, GPU1 t=65C fan=49%
SC: 06/11/17-08:56:46 - SHARE FOUND - (GPU 0)
SC: Share accepted (152 ms)!
ETH: 06/11/17-08:56:46 - New job from eu2.ethermine.org:4444
ETH - Total Speed: 57.413 Mh/s, Total Shares: 30, Rejected: 0, Time: 00:39
ETH: GPU0 29.399 Mh/s, GPU1 29.014 Mh/s
SC - Total Speed: 918.604 Mh/s, Total Shares: 471, Rejected: 0
SC: GPU0 454.382 Mh/s, GPU1 464.222 Mh/s
SC: 06/11/17-08:56:48 - SHARE FOUND - (GPU 1)
SC: Share accepted (153 ms)!
ETH: 06/11/17-08:56:54 - New job from eu2.ethermine.org:4444
ETH - Total Speed: 57.406 Mh/s, Total Shares: 30, Rejected: 0, Time: 00:39
ETH: GPU0 29.420 Mh/s, GPU1 28.985 Mh/s
SC - Total Speed: 918.487 Mh/s, Total Shares: 472, Rejected: 0
SC: GPU0 454.721 Mh/s, GPU1 463.766 Mh/s
SC: 06/11/17-08:57:00 - SHARE FOUND - (GPU 1)
SC: Share accepted (152 ms)!
SC: 06/11/17-08:57:00 - SHARE FOUND - (GPU 0)
SC: Share accepted (152 ms)!
ETH: 06/11/17-08:57:00 - New job from eu2.ethermine.org:4444
ETH - Total Speed: 57.374 Mh/s, Total Shares: 30, Rejected: 0, Time: 00:39
ETH: GPU0 29.384 Mh/s, GPU1 29.190 Mh/s
SC - Total Speed: 917.981 Mh/s, Total Shares: 474, Rejected: 0
SC: GPU0 454.141 Mh/s, GPU1 463.840 Mh/s


That's awesome, bro.
Are you getting better perf. on EthOS than Win?


Title: Re: EthOS / Claymore 9.0 Dual Mining ETH and SIA
Post by: nedrah on June 22, 2017, 02:56:55 AM
I have been out of town for a week.  It is only dual mines to dcr . My eth shows no hash to the correct wallet.

Can someone look at my config.

http://paste.ethosdistro.com/banufupico



Irc for ethos says they do not support dual mining.


Title: Re: EthOS / Claymore 9.0 Dual Mining ETH and SIA
Post by: gcxc on June 25, 2017, 12:36:03 AM
I have been out of town for a week.  It is only dual mines to dcr . My eth shows no hash to the correct wallet.

Can someone look at my config.

http://paste.ethosdistro.com/banufupico



Irc for ethos says they do not support dual mining.

I think for the -ewal address
-ewal 0xde881e95b6bede8aflc64c3d1b00851294d86517

you should change it to
-ewal 0xde881e95b6bede8aflc64c3d1b00851294d86517.somename



Title: Re: EthOS / Claymore 9.0 Dual Mining ETH and SIA
Post by: nedrah on June 25, 2017, 04:42:44 PM
I found out that your claymore.stub should not have your eth wallet address. It should only say wallet1. The wallet address only goes under the local.conf when mining two coins with ethos.

I hope this help someone.


Title: Re: EthOS / Claymore 9.0 Dual Mining ETH and SIA
Post by: gcxc on June 25, 2017, 11:39:52 PM
makes sense.

Also found that the -dwal line only worked for me with the following syntax

-dwal <yourwalletaddress>\<yourminername>\<youremailaddress>

periods and such didn't take for me, on etherpool.  It might take on other pools

had to use the backslash \ between variables


Title: Re: EthOS / Claymore 9.0 Dual Mining ETH and SIA
Post by: Yugal26 on June 27, 2017, 06:44:34 PM
anybody help me out for dual mining in ethos with claymore here is my claymore settings and one more thing how to check mining status like how much my gpus share for etc and  sia ,and is it claymore download required and run exe file or just adding claymore in ethos for dual mining


# WARNING! Miner loads options from this file only if there are not any options in the command line!
-colors 0
-dbg -1
-esm STRATUMTYPE
-epool POOL1 etc-asia1.nanopool.org:19999
-ewal my etc address
-epsw x
-eworker my worker name
-allpools 1
-gser 2
-allcoins 1
-wd 0
-ethi 16

#Dual-Mining Params
-mode 0
-dcoin sia
-dpool stratum+tcp://sia-asia1.nanopool.org
-dwal my sia wallet address
-dcri 20


Title: Re: EthOS / Claymore 9.0 Dual Mining ETH and SIA
Post by: qualitydef on June 28, 2017, 10:22:39 PM
anybody help me out for dual mining in ethos with claymore here is my claymore settings and one more thing how to check mining status like how much my gpus share for etc and  sia ,and is it claymore download required and run exe file or just adding claymore in ethos for dual mining


# WARNING! Miner loads options from this file only if there are not any options in the command line!
-colors 0
-dbg -1
-esm STRATUMTYPE
-epool POOL1 etc-asia1.nanopool.org:19999
-ewal my etc address
-epsw x
-eworker my worker name
-allpools 1
-gser 2
-allcoins 1
-wd 0
-ethi 16

#Dual-Mining Params
-mode 0
-dcoin sia
-dpool stratum+tcp://sia-asia1.nanopool.org
-dwal my sia wallet address
-dcri 20

Just used the exact same setup in my claymore.stub.conf and nothing shows up, I have no idea how to test it


Title: Re: EthOS / Claymore 9.0 Dual Mining ETH and SIA
Post by: qualitydef on June 29, 2017, 09:38:29 PM
change -dcoin sia to -dcoin sc , but still not working for me


Title: Re: EthOS / Claymore 9.0 Dual Mining ETH and SIA
Post by: qualitydef on July 01, 2017, 03:17:26 AM
So yes add globalminer claymore to your local.config and run sudo update-miner claymore && sudo service ethos-miner-monitor restart


add dcoin -sc to you claymore.stub.conf

Everything is working good now , good luck to you all


Title: Re: EthOS / Claymore 9.0 Dual Mining ETH and SIA
Post by: digmar2886 on July 02, 2017, 12:20:10 AM
I followed the instructions in these posts and got Ethos to dual mine ETH and SIA.  However, my hash went from 28+ to 22 for ETH.  Has anybody else experienced this and any tips to fix it??


Title: Re: EthOS / Claymore 9.0 Dual Mining ETH and SIA
Post by: bulgar73 on July 02, 2017, 05:42:10 AM
I followed the instructions in these posts and got Ethos to dual mine ETH and SIA.  However, my hash went from 28+ to 22 for ETH.  Has anybody else experienced this and any tips to fix it??

play with -dcri setting

in terminal write ...... screen -r              this bring you the claymore output screen and you can use +/- keys to adjust -dcri, then write the best value in config
to exit from this screen press ctrl+A+D     do not press ctrl+C because you stop the miner

.....
BTC


Title: Re: EthOS / Claymore 9.0 Dual Mining ETH and SIA
Post by: digmar2886 on July 02, 2017, 09:24:21 PM
Thanks Bulgar73!  Worked great


Title: Re: EthOS / Claymore 9.0 Dual Mining ETH and SIA
Post by: taylorgreen2012 on July 04, 2017, 02:06:52 AM
Anyone have a sample config for duel mining eth and pascal? having trouble getting it to go


Title: Re: EthOS / Claymore 9.0 Dual Mining ETH and SIA
Post by: Miich94 on July 16, 2017, 01:07:51 AM
Can someone check this config? im not able to get it working: http://paste.ethosdistro.com/moqumumoru   


Title: Re: EthOS / Claymore 9.0 Dual Mining ETH and SIA
Post by: jackojack on August 29, 2017, 10:40:47 AM
Hello all,

I tried this conf from Jaimefcb. But only 2/6 GPUs are Hashing. any idea why ? (My rig works perfectly fine in ETH mono-mining with claymore)
My Rig:
6 x RX580 8GB Shapphire Nitro+
MB Gigabyte H110 D3A
ethos, global miner claymore

Thank you very much in advance !


Second day with Ethos. Loving it so far. What do I need to change to dual mine dcr?

Here you have my config in case it helps:

Local.conf
Code:
globalminer claymore
maxgputemp 85
stratumproxy enabled
proxywallet 0xMyEtherWalletInHere
proxypool1 pool-eu.ethosdistro.com:5001
proxypool2 pool-usa.ethosdistro.com:5001
flags --cl-global-work 8192 --farm-recheck 200
globalcore 1200
globalmem 2350
globalpowertune 3
globalfan 40

Claymore.stub.conf
Code:
# WARNING! Miner loads options from this file only if there are not any options in the command line!
-colors 0
-dbg -1
-esm STRATUMTYPE
-epool POOL1
-ewal WALLET
-epsw PASSWORD1
-eworker WORKER
-allpools 1
-gser 2
-allcoins 1
-wd 0
-ethi 16

#Dual-Mining Params
-mode 0
-dcoin sia
-dpool stratum+tcp://sia-eu1.nanopool.org:7777
-dwal MySiaWalletInHere
-dcri 20

These are my stats:
Code:
GPU #0: Ellesmere, 8145 MB available, 36 compute units
ETH - Total Speed: 28.799 Mh/s, Total Shares: 15, Rejected: 0, Time: 00:55
ETH: GPU0 28.799 Mh/s
 SC - Total Speed: 575.982 Mh/s, Total Shares: 14, Rejected: 0
 SC: GPU0 575.982 Mh/s
Incorrect ETH shares: none
Pool switches: ETH - 0, SC - 0
Current ETH share target: 0x00000000dbe6fece (diff: 5000MH), epoch #127
Current SC share target: 0x0000000007547ff5 (diff: 150GH)
GPU0 t=62C fan=40%
Wattmeter says 198W on Mining time!
The system is consuming 50W with GPU and before starting mining, and 20W without GPU.

The GPU is a "MSI RX 580 GAMING X PLUS 8GB (SAMSUNG)" and my MoBo is a "MSI Z170A KRAIT GAMING 3X".

I have been testing under/overclocking mem and gpu and the best config I found is that one I have now.
My next step is try under/overvoltaging mem and gpu and do some bios tuning in order to go beyond 28.8MHs on Dual Mining and try to reduce my Power Consumption...

Anyway, I am a little bit surprised about that 2350 MHz my memories can reach, I have been reading and didnīt found any other value like that one. Anyone have an idea why?
By the way, latest ethOS and Claymore versions in here.

BR!


Title: Re: EthOS / Claymore 9.0 Dual Mining ETH and SIA
Post by: BlockchainDave on September 11, 2017, 07:35:12 AM
Hey guys, new to linux/unix and ethOS.
When I started running the machine at first, everything was fine, as soon as I deleted the remote.conf, and edited the local.conf.  My machine would have a couple problems.

A.  The GPUS would post and display on the desktop, but would display 0 for hashes. interestingly on ethermine, it shows a hashrate of 13. (this was different than when I first started it, they were hashing just fine at about 100 mh/s)

B. Sometimes while I am trying to edit things, the cpu just freezes and I need to restart


           c. (as a side note, not sure if this is relevant, but sometimes the ethOS will not boot after I shut down and restart.  I need to take out the USB and put it back in.)
               

Can anyone help?

 this is my local.conf

---------------------------

maxgputemp 85
stratumproxy enabled
proxywallet 0xCe97E90b12811adF865575769EF04F7c703dE1FB
proxypool1 us2.ethermine.org:4444
proxypool2 us2.ethermine.org:14444
flags --cl-global-work 8192 --farm-recheck 200
globalfan 45

# ethOS Pool: ethosdistro.com/pool
#
# QUICK START GUIDE: ethosdistro.com/kb/#quick-start-guide
# HOSTING YOUR OWN REMOTE CONFIG WITH CONFIGMAKER.COM: ethosdistro.com/kb/#configmaker
#
# Read the ethOS knowledge base, a useful guide to getting set up: ethosdistro.com/kb
# Read the ethOS changelog for version information and latest changes: ethosdistro.com/changelog
#
# NOTE: Everything with a hashtag/poundsign is a comment, and is ignored by all scripts.
# NOTE: There is no email or skype support for ethOS. Please see the 'Getting Support' section of the ethOS knowledge base.
# WARNING: Using apt-get to upgrade, update, and/or install packages is unsupported and will likely break ethOS.
#
# GLOBAL CONFIG SETTINGS THAT APPLY TO ALL RIGS
# SAMPLE FORMAT:
# [type] [value]
# ------------------------------------------------------
# globalminer ethminer
# maxgputemp 85
# stratumproxy enabled
# proxywallet 0xCe97E90b12811adF865575769EF04F7c703dE1FB
# proxypool1 us2.ethermine.org:4444
# proxypool2 us2.ethermine.org:14444
# poolpass1 x
# poolpass2 x
# flags --cl-global-work 8192 --farm-recheck 200
# globalcore 1000
# globalmem 1250
# globalfan 90
# globalpowertune 20
# autoreboot false
# custompanel publicsecret
# lockscreen enabled
# globaldesktop disabled
# ------------------------------------------------------
#
# EXPLANATION OF SETTINGS THAT APPLY TO ALL RIGS
# If using "pool" parameter, write WORKER (a placeholder variable) in place of rig name (i.e. NOT rig1, myrig, home, warehouse2, etc).
#
# globalminer:      set global miner (ethminer, sgminer-gm, claymore, claymore-zcash, optiminer-zcash, sgminer-gm-xmr, cgminer-skein, ewbf-zcash, ccminer)  
#          NOTE: ewbf-zcash (zcash) and ccminer (xmr, and others) is for nvidia; for ccminer flags, see http://ethosdistro.com/ccminer.txt )
# maxgputemp:           the temperature in C that your GPUs will trigger the miner to turn off
# stratumproxy:         enabled/disabled/miner/nicehash (enabled by default; disabled: pool option, nicehash: nicehash support, miner: internal miner proxy)
# proxywallet:          the address to which this rig's proxy will mine (only used if stratumproxy is not disabled)
# proxypool1:           stratum proxy's first pool (only used if stratumproxy is not disabled)
# proxypool2:           stratum proxy's failover pool (only used if stratumproxy is not disabled)
# poolpass1:      password for first pool (not used for most pools)
# poolpass2:      password for failover pool (not used for most pools)
# flags:                set desired flags here, the defaults are known good working
# globalcore:           set the global core clock of all GPUs
# globalmem:            set the global mem clock of all GPUs
# globalfan:            set the fan speed percent (0-100)
# globalpowertune:      set the power tune setting of all GPUs (r9 290/x/390/x should use 50; RX should use 4-7 depending on overclock; for nvidia, this is watt limit)
# autoreboot:           set to a number (autoreboot 3), allow rigs to autoreboot if they soft crash (max of 3 reboots, run clear-thermals to reset counter)
# custompanel:          set ethosdistro.com panel ID, exactly 12 characters, first 6 is your preferred panel ID, last 6 is your private key
# lockscreen:      lock the ethOS desktop upon boot
# globaldesktop:   login prompt user/pass is ethos/live, set ethOS to headless mode by setting like "globaldesktop disabled" (only works for RX/AMDGPU)
# pool:                 only used with stratumproxy disabled, use this if you have a network proxy or getwork pool (example: http://pool.com:port/WORKER )
#
# PER-RIG STYLE CONFIG SETTINGS THAT APPLY TO INDIVIDUAL RIGS (AND THEIR RESPECTIVE INDIVIDUAL GPUS)
# NOTICE: c94e13 is a SAMPLE rig/[worker]/hostname, change it to the rig/[worker]/hostname of YOUR RIG
# NOTICE: Your rig/[worker]/hostname names are assigned automatically by the OS, do not change them
#
# SAMPLE FORMAT:
# [type] [worker] [gpu0 value] [gpu1 value] [gpu2 value] [gpu3 value] [gpu4 value]
# ------------------------------------------------------
# cor c94e13 950 1000 1050 1025 980
# mem c94e13 1250 1500 1500 1250 1250
# fan c94e13 90 80 85 100 70
# pwr c94e13 10 20 15 15 20
# vlt c94e13 0 1118 0 0 1118
# ------------------------------------------------------
#
# SAMPLE FORMAT:
# [type] [worker] [value]
# ------------------------------------------------------
# miner c94e13 ethminer
# flg c94e13 --cl-local-work 256 --cl-global-work 8192 --farm-recheck 200
# mxt c94e13 70
# reb c94e13 1
# loc c94e13 d3
# sel c94e13 1 2 4
# off c94e13
# wallet c94e13 0x0bdC4F12fB57d3acA9C3cF72B7AA2789A20d27f2
# driverless c94e13 enabled
# desktop c94e13 disabled
# ------------------------------------------------------
#
# EXPLANATION OF SETTINGS FOR INDIVIDUAL RIGS
#
# cor [worker]: set the core clock of individual GPUs on a single rig
# mem [worker]: set the mem clock of individual GPUs on a single rig
# fan [worker]: set the fan speed of individual GPUs on a single rig
# pwr [worker]: set the powertune of individual GPUs on a single rig
# vlt [worker]: set the voltage of individual GPUs on a single rig, in millivolts (mv) i.e. 1080mv = 1.08v
# miner [worker]: set miner (ethminer, sgminer-gm, claymore, zcash-miner, optiminer-zcash, sgminer-gm-xmr, claymore-zcash, ewbf-zcash) ewbf-zcash is for zcash on nvidia
# flg [worker]: set the flags of a single rig (applies to all GPUs on the rig)
# mxt [worker]: set the maxgputemp of a single rig (applies to all GPUs on the rig)
# reb [worker]: increment this value (example: 4 becomes 5) and the single rig will automatically reboot within 10 minutes
# loc [worker]: set a maximum 8-letter code for rack/location information on a single rig (each rig MUST have a different code, or it will not report to panel)
# sel [worker]: set the GPUs that should mine, default is no sel flag set, all GPUs may mine)
# off [worker]: do not start the miner on boot (no such thing as "on", remove entire line to let miner start)
# driverless [worker]: login prompt user/pass is ethos/live, force the rig to boot without graphics driver, for debugging purposes (this will turn off mining)
# desktop [worker]: login prompt user/pass is ethos/live, set ethOS to headless mode by setting like "desktop [worker] disabled" (only works for RX/AMDGPU)
#
# PER-BIOS STYLE CONFIG SETTINGS THAT APPLY TO CLASS OF GPU, BASED ON GPU BIOS NAME
# ONLY USEFUL IF USING REMOTE CONFIG
# NOTICE: 113-C6711101-100 is a SAMPLE GPU bios name, change it to the GPU bios name of YOUR GPU
# NOTICE: For a list of GPU bioses, click the "GPU bioses" link in your ethosdistro.com stats panel
#
# SAMPLE FORMAT:
# [type] [bios name] [value]
# ------------------------------------------------------
# cor 113-C6711101-100 1050
# mem 113-C6711101-100 1250
# fan 113-C6711101-100 100
# pwr 113-C6711101-100 50
# vlt 113-C6711101-100 1118
# ------------------------------------------------------
#
# SAMPLE RX 400 SERIES CONFIG
#
# If you have global configs defined for fglrx rigs, you must use individual rig configs for rigs that have RX 400 series GPUS.
#
# KNOWN GOOD WORKING GLOBAL CONFIG FOR AMDGPU
# NOTE: globalpowertune is DPM state range 0-7, set lower for lower power usage, set higher if overclocking.
# ------------------------------------------------------
# globalpowertune 5
# ------------------------------------------------------
#
# SAMPLE PER-RIG CONFIG FOR AMDGPU (for a 6-gpu rig)
# NOTE: pwr is DPM state range 0-7, set lower for lower power usage, set higher if overclocking.
# ------------------------------------------------------
# cor c94e13 1180 1180 1180 1180 1180 1180
# mem c94e13 2150 2150 2150 2150 2150 2150
# pwr c94e13 7 7 7 7 7 7
# ------------------------------------------------------
#
# IN MULTI-RIG MODE, EXAMPLES OF MULTIPLE POOLS/WALLETS/PASSWORDS
# You can define your pool information globally. Then, your per-rig miner will retrieve the parameters.
#
# SAMPLE FORMAT:
# [miner]=[parameter] value
# ------------------------------------------------------
# claymore-zcash=proxypool1 zec-us-west1.nanopool.org:6666                                                
# claymore-zcash=proxypool2 zec-us-east1.nanopool.org:6666
# claymore-zcash=proxywallet t1XQgP5zCG8C3vMhCsDnwUkMnEtnJEqj5NK
# claymore-zcash=poolpass1 x
# claymore-zcash=poolpass2 x
#
# sgminer-gm=proxypool1 us1.ethermine.org:4444
# sgminer-gm=proxypool2 us2.ethermine.org:4444
# sgminer-gm=proxywallet 0x0bdC4F12fB57d3acA9C3cF72B7AA2789A20d27f2
# sgminer-gm=poolpass1 x
# sgminer-gm=poolpass2 x
# ---------------------------------------------------------
#
#
# SAMPLE XMR CONFIG (note: the wallet and payment id is long, there are no line breaks)
# -------------------------------------------------------
# globalminer sgminer-gm-xmr
# sgminer-gm-xmr=proxypool1 xmr-usa.dwarfpool.com:8100
# sgminer-gm-xmr=proxypool2 xmr-eu.dwarfpool.com:8050
# sgminer-gm-xmr=proxywallet 47sghzufGhJJDQEbScMCwVBimTuq6L5JiRixD8VeGbpjCTA12noXmi4ZyBZLc99e66NtnKff34fHsGR oyZk3ES1s1V4QVcB.1025069329a4ae653c8a2bcde9302ab0eedee29d0e9ff2a144cea5951a47f8 1c
# sgminer-gm-xmr=poolpass1 x
# sgminer-gm-xmr=poolpass2 x
# ---------------------------------------------------------
#
#
# SAMPLE DUALMINER CONFIG (for claymore)
# ---------------------------------------------------------
# dualminer enabled
# dualminer-coin sia
# dualminer-pool sia-us-east1.nanopool.org:7777
# dualminer-wallet c3bdac90de1e328364766447440d3f192f3c920a1e88d33cf05b1de50e27b894c49d11904fda
# ---------------------------------------------------------
#
#
# REMOTE REBOOT NOTES
#
# You are able to reboot remotely. Start with "1" (no quotes) to reboot a rig.
# Then, if you want to reboot again, increment it to 2, then 3, then 4, etc etc (never skip any numbers).



Title: Re: EthOS / Claymore 9.0 Dual Mining ETH and SIA
Post by: dir2017 on September 18, 2017, 11:52:35 PM
Hi all,

The new EthOS 1.2.5 has new claymore 9.8 preinstalled which supports dual mining.
After digging here and there I was able to overclock the GTX 1070 (I've 8 x GTX 1070) and dual mine Ethereum and Pascal coins all together with speeds up to 230Mh/s !! This is still in testing so I might need to decrease the globalcore and globalmem by 5% lower (will see).

Here are my configs :) Donations are welcome to here please: 0x83a115fee93fe0cfae237ccc27b1318965de1ec8

Under /home/ethos/ --> cp /home/ethos/claymore.stub.conf /home/ethos/claymore.stub.conf.save (after you finish editing claymore.stub.conf)

Code:
cat claymore.stub.conf
# WARNING! Remove "#" characters to enable lines, with "#" they are disabled and will be ignored by miner! Check README
# WARNING! Miner loads options from this file only if there are not any options in the command line!
-epool eth-us-west1.nanopool.org:9999
-ewal 0xethereum_account.worker_name/email@domain.com
-epsw x
-dcoin pasc
-dpool pasc-us-west1.nanopool.org:15555
-dwal account_number.0.worker_name/email@domain.com
-dpsw x
-ftime 10

For pascal coin mining, please note, you will need a private pascal coin account, which is awarded after 20 coins by nanopool, then you will need to modify it to the new account recieved from Nano.
If you already have an account with poloniex.com so you will need to fill and replace the .0. with number provided by poloniex exchange account (I still didn't get mine, waiting over a month now and I'm not in Washington!!)

My local.conf under /home/ethos/

Code:
GLOBAL CONFIG
maxgputemp 92
stratumproxy enabled
flags --cl-global-work 16387 --farm-recheck 200
globalfan 92
globalcore 1750
globalmem 4244
cor dsminer03 900 900 1000 1150
mem dsminer03 1000 1000 1000 1250
custompanel guayoxnethos
#globaldriver fglrx
globalpowertune 7
globalminer claymore
#globalminer sgminer-gm
#globalminer zcash-miner
#globalminer optiminer-zcash
#globalminer claymore-zcash
#globalminer sgminer-gm-xmr
#sel 831901 0
loc worker1 worker2

#ETH
proxywallet your_ethereum_account
#ETH ETHERMINE
#proxypool1 us1.ethermine.org:4444
#proxypool2 us2.ethermine.org:4444
#proxypool3 eu1.ethermine.org:4444
#ETH NANOPOOL
proxypool1 eth-us-east1.nanopool.org:9999
proxypool2 eth-us-west1.nanopool.org:9999
proxypool3 eth-eu1.nanopool.org:9999

Don't forget to allow claymore and disallow claymore-zcash or other miners which are not used in the system.

Have fun!
D


Title: Re: EthOS / Claymore 9.0 Dual Mining ETH and SIA
Post by: vaderiffic on September 21, 2017, 09:47:34 AM
Second day with Ethos. Loving it so far. What do I need to change to dual mine dcr?

Here you have my config in case it helps:

Local.conf
Code:
globalminer claymore
maxgputemp 85
stratumproxy enabled
proxywallet 0xMyEtherWalletInHere
proxypool1 pool-eu.ethosdistro.com:5001
proxypool2 pool-usa.ethosdistro.com:5001
flags --cl-global-work 8192 --farm-recheck 200
globalcore 1200
globalmem 2350
globalpowertune 3
globalfan 40

Claymore.stub.conf
Code:
# WARNING! Miner loads options from this file only if there are not any options in the command line!
-colors 0
-dbg -1
-esm STRATUMTYPE
-epool POOL1
-ewal WALLET
-epsw PASSWORD1
-eworker WORKER
-allpools 1
-gser 2
-allcoins 1
-wd 0
-ethi 16

#Dual-Mining Params
-mode 0
-dcoin sia
-dpool stratum+tcp://sia-eu1.nanopool.org:7777
-dwal MySiaWalletInHere
-dcri 20

These are my stats:
Code:
GPU #0: Ellesmere, 8145 MB available, 36 compute units
ETH - Total Speed: 28.799 Mh/s, Total Shares: 15, Rejected: 0, Time: 00:55
ETH: GPU0 28.799 Mh/s
 SC - Total Speed: 575.982 Mh/s, Total Shares: 14, Rejected: 0
 SC: GPU0 575.982 Mh/s
Incorrect ETH shares: none
Pool switches: ETH - 0, SC - 0
Current ETH share target: 0x00000000dbe6fece (diff: 5000MH), epoch #127
Current SC share target: 0x0000000007547ff5 (diff: 150GH)
GPU0 t=62C fan=40%
Wattmeter says 198W on Mining time!
The system is consuming 50W with GPU and before starting mining, and 20W without GPU.

The GPU is a "MSI RX 580 GAMING X PLUS 8GB (SAMSUNG)" and my MoBo is a "MSI Z170A KRAIT GAMING 3X".

I have been testing under/overclocking mem and gpu and the best config I found is that one I have now.
My next step is try under/overvoltaging mem and gpu and do some bios tuning in order to go beyond 28.8MHs on Dual Mining and try to reduce my Power Consumption...

Anyway, I am a little bit surprised about that 2350 MHz my memories can reach, I have been reading and didnīt found any other value like that one. Anyone have an idea why?
By the way, latest ethOS and Claymore versions in here.

BR!

Thanks for this, yours and others' posts helped me get mine working.
I'm mining LBRY and one thing that I found with suprnova is that the -dwal setting needed to be [usernameforsite].[workername] (without sq brackets) and -dpsw needed to [workerpassword]

Hope this helps someone else.


Title: Re: EthOS / Claymore 9.0 Dual Mining ETH and SIA
Post by: urhotmom on September 27, 2017, 01:04:20 AM
I just wanted to update everyone on my progress, thanks a bunch to everyone in this thread for the information it was very helpful.

On Ethos 1.2.5, I did not have to make any modifications to the Claymore.stub.conf file. I only modified the local.conf file. ive included my configurations below. hope this helps any noobs like myself :D

Eth Donations: 0xA7a848b0Bccb99Fe32999113325003b4F82a589a


claymore.stub.conf
Code:
# WARNING! Miner loads options from this file only if there are not any options in the command line!
-colors 0
-dbg -1
-esm STRATUMTYPE
-epool POOL1
-ewal WALLET
-epsw PASSWORD1
-eworker WORKER
-allpools 1
-gser 2
-allcoins 1
-wd 0
-ethi 16

#Dual-Mining Params
#-mode 0

#-epool us1.ethermine.org:4444

#-ewal

#-epsw x

#-dpool stratum+tcp://siamining.com:7777

#-dwal

#-dpsw x

#-esm 1

#-mode 0

#-tt 70

#-dcoin sia

Local.Conf
Code:
globalminer claymore                                                                                                                           
maxgputemp 75                                                                                                                                 
stratumproxy enabled                                                                                                                           
proxywallet  <yourwalletaddress>.<yourminername>\<youremailaddress>                                                             
proxypool1 pool-usa.ethosdistro.com:5001                                                                                                       
proxypool2 pool-eu.ethosdistro.com:5001                                                                                                       
flags --cl-global-work 8192 --farm-recheck 200                                                                                                 
globalfan 85                                                                                                                                   
#                                                                                                                                             
#                                                                                                                                             
# [type] [value]                                                                                                                               
# ------------------------------------------------------                                                                                       
# globalminer ethminer                                                                                                                         
# maxgputemp 85                                                                                                                               
# stratumproxy enabled                                                                                                                         
# proxywallet <yourwalletaddress>.<yourminername>\<youremailaddress>                                                                                 
# proxypool1 us1.ethermine.org:4444                                                                                                           
# proxypool2 us2.ethermine.org:4444                                                                                                           
# poolpass1 x                                                                                                                                 
# poolpass2 x                                                                                                                                 
# flags --cl-global-work 8192 --farm-recheck 200                                                                                               
globalcore 2020                                                                                                                               
globalmem 4500                                                                                                                                 
# globalfan 90                                                                                                                                 
# globalpowertune 20                                                                                                                           
# autoreboot false                                                                                                                             
# custompanel publicsecret                                                                                                                     
# lockscreen enabled                                                                                                                           
# globaldesktop disabled                                                                                                                       
# ------------------------------------------------------                                                                                       
#                                                                                                                                             
# SAMPLE FORMAT:                                                                                                                               
# [type] [worker] [gpu0 value] [gpu1 value] [gpu2 value] [gpu3 value] [gpu4 value]                                                             
# ------------------------------------------------------                                                                                       
# cor 0e9b2f 2020 2020 2020 2020 2020 2020                                                                                                     
# mem 0e9b2f 4450 4450 4450 4450 4450 4450                                                                                                     
# fan c94e13 90 80 85 100 70                                                                                                                   
# pwr c94e13 10 20 15 15 20                                                                                                                   
# vlt c94e13 0 1118 0 0 1118                                                                                                                   
# ------------------------------------------------------                                                                                       
# ---------------------------------------------------------                                                                                   
#  SAMPLE DUALMINER CONFIG (for claymore)                                                                                                     
# ---------------------------------------------------------                                                                                   
dualminer enabled                                                                                                                             
dualminer-coin sia                                                                                                                             
dualminer-pool sia-us-west1.nanopool.org:7777                                                                                                 
dualminer-wallet  <yourwalletaddress>\<yourminername>\<youremailaddress>


Title: Re: EthOS / Claymore 9.0 Dual Mining ETH and SIA
Post by: Smilee on October 05, 2017, 04:14:49 AM


Thanks for this, yours and others' posts helped me get mine working.
I'm mining LBRY and one thing that I found with suprnova is that the -dwal setting needed to be [usernameforsite].[workername] (without sq brackets) and -dpsw needed to [workerpassword]

Hope this helps someone else.
[/quote]

What kind of hashrates did you get out of this?  I was mining Eth at 30mh per card but when I switched to dual mining LBC, I was getting 23 Eth and a pretty low Library hashrate(40 i think).
I didnt go back to try a -DCRI setting but it doesnt seem like would work given that they are both low already.
thx


Title: Re: EthOS / Claymore 9.0 Dual Mining ETH and SIA
Post by: Smilee on October 07, 2017, 12:45:16 AM


Thanks for this, yours and others' posts helped me get mine working.
I'm mining LBRY and one thing that I found with suprnova is that the -dwal setting needed to be [usernameforsite].[workername] (without sq brackets) and -dpsw needed to [workerpassword]

Hope this helps someone else.

What kind of hashrates did you get out of this?  I was mining Eth at 30mh per card but when I switched to dual mining LBC, I was getting 23 Eth and a pretty low Library hashrate(40 i think).
I didnt go back to try a -DCRI setting but it doesnt seem like would work given that they are both low already.
thx
[/quote]
I figured it out.  Needed to update EthOS to claymore 10.  getting 357 Eth and 1030 LBC on 12 card rig.  I am good with that!!


Title: Re: EthOS / Claymore 9.0 Dual Mining ETH and SIA
Post by: vaderiffic on November 07, 2017, 11:30:28 PM


Thanks for this, yours and others' posts helped me get mine working.
I'm mining LBRY and one thing that I found with suprnova is that the -dwal setting needed to be [usernameforsite].[workername] (without sq brackets) and -dpsw needed to [workerpassword]

Hope this helps someone else.

What kind of hashrates did you get out of this?  I was mining Eth at 30mh per card but when I switched to dual mining LBC, I was getting 23 Eth and a pretty low Library hashrate(40 i think).
I didnt go back to try a -DCRI setting but it doesnt seem like would work given that they are both low already.
thx
I figured it out.  Needed to update EthOS to claymore 10.  getting 357 Eth and 1030 LBC on 12 card rig.  I am good with that!!
[/quote]

Hi, I was getting ~30 for ETH solo per card, and it dropped to 27-28 when dual mining.