Bitcoin Forum
September 17, 2025, 06:56:13 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 [1033] 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 ... 1410 »
  Print  
Author Topic: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v15.0 (Windows/Linux)  (Read 6591325 times)
RaptorRigs
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
February 21, 2018, 11:10:31 PM
 #20641

Ok, so I need some help. I am using SMOS with 2 rigs, 6 cards each all Red Devil 8 Gig RX580's and have been mining eth without issues using SMOS claymore-eth-v.11. I have been trying to setup dual mining and I don't seem to have it setup right. Below is my config so if anyone can tell me what I am missing I would appreciate it. Oh, I am trying to mine eth and expanse. My wallet address is filled in with both my real wallets.

If I use either one, just eth mines fine and just expanse mines fine but together it doesn't seem to work.

-wd 1 -r 1 -epool stratum+tcp://eth-eu.dwarfpool.com:8008 -ewal MYWALLETADDRESS/Rig2 -esm 0 -epsw x -allpools 1 -mport 127.0.0.1:3333 -asm 1 -epool stratum+tcp://exp-us.dwarfpool.com:8018 -ewal MYWALLETADDRESS/Rig2 -epsw x -allpools 1
Ratledge
Jr. Member
*
Offline Offline

Activity: 84
Merit: 1


View Profile
February 21, 2018, 11:51:54 PM
 #20642

-wd 1 -r 1 -epool stratum+tcp://eth-eu.dwarfpool.com:8008 -ewal MYWALLETADDRESS/Rig2 -esm 0 -epsw x -allpools 1 -mport 127.0.0.1:3333 -asm 1 -epool stratum+tcp://exp-us.dwarfpool.com:8018 -ewal MYWALLETADDRESS/Rig2 -epsw x -allpools 1
You are replacing the slash between WALLET and WORKER with a dot (period / decimal point)? It should not be a slash, pretty certain.
ccminer.net
Sr. Member
****
Offline Offline

Activity: 595
Merit: 251


View Profile
February 22, 2018, 12:24:39 AM
 #20643

Hello guys

I have a problem, i have a rig with 8 cards, in single eth works fine! when I tried to dual with the last version of the miner, it worked for few days, than I GPU (the #7) drop the hashrate to 0 and I got this error

Code:
WATCHDOG: GPU error, you need to restart miner


I tried to reduce the intensity but nothing!
What should I do?

The cards are RX570 nitro plus (*4) and RX570 mini(*4) both of them 4gb
leonix007
Sr. Member
****
Offline Offline

Activity: 1008
Merit: 297


Grow with community


View Profile
February 22, 2018, 01:20:48 AM
Merited by ccminer.net (10)
 #20644

Hello guys

I have a problem, i have a rig with 8 cards, in single eth works fine! when I tried to dual with the last version of the miner, it worked for few days, than I GPU (the #7) drop the hashrate to 0 and I got this error

Code:
WATCHDOG: GPU error, you need to restart miner


I tried to reduce the intensity but nothing!
What should I do?

The cards are RX570 nitro plus (*4) and RX570 mini(*4) both of them 4gb

try to replace the risers, most probably that's the culprit.

leonix007
Sr. Member
****
Offline Offline

Activity: 1008
Merit: 297


Grow with community


View Profile
February 22, 2018, 01:25:08 AM
 #20645

Ok, so I need some help. I am using SMOS with 2 rigs, 6 cards each all Red Devil 8 Gig RX580's and have been mining eth without issues using SMOS claymore-eth-v.11. I have been trying to setup dual mining and I don't seem to have it setup right. Below is my config so if anyone can tell me what I am missing I would appreciate it. Oh, I am trying to mine eth and expanse. My wallet address is filled in with both my real wallets.

If I use either one, just eth mines fine and just expanse mines fine but together it doesn't seem to work.

-wd 1 -r 1 -epool stratum+tcp://eth-eu.dwarfpool.com:8008 -ewal MYWALLETADDRESS/Rig2 -esm 0 -epsw x -allpools 1 -mport 127.0.0.1:3333 -asm 1 -epool stratum+tcp://exp-us.dwarfpool.com:8018 -ewal MYWALLETADDRESS/Rig2 -epsw x -allpools 1

replace the -epool with -dpool command before the second coin to mine configuration, see below

 EthDcrMiner64.exe -epool stratum+tcp://eth-eu.dwarfpool.com:8008 -ewal MYWALLETADDRESS/Rig2 -esm 0 -epsw x -dpool stratum+tcp://exp-us.dwarfpool.com:8018 -ewal MYWALLETADDRESS/Rig2 -epsw x -allpools 1 -wd 1 -r 1
RaptorRigs
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
February 22, 2018, 01:39:00 AM
 #20646

Ok, so I need some help. I am using SMOS with 2 rigs, 6 cards each all Red Devil 8 Gig RX580's and have been mining eth without issues using SMOS claymore-eth-v.11. I have been trying to setup dual mining and I don't seem to have it setup right. Below is my config so if anyone can tell me what I am missing I would appreciate it. Oh, I am trying to mine eth and expanse. My wallet address is filled in with both my real wallets.

If I use either one, just eth mines fine and just expanse mines fine but together it doesn't seem to work.

-wd 1 -r 1 -epool stratum+tcp://eth-eu.dwarfpool.com:8008 -ewal MYWALLETADDRESS/Rig2 -esm 0 -epsw x -allpools 1 -mport 127.0.0.1:3333 -asm 1 -epool stratum+tcp://exp-us.dwarfpool.com:8018 -ewal MYWALLETADDRESS/Rig2 -epsw x -allpools 1

replace the -epool with -dpool command before the second coin to mine configuration, see below

 EthDcrMiner64.exe -epool stratum+tcp://eth-eu.dwarfpool.com:8008 -ewal MYWALLETADDRESS/Rig2 -esm 0 -epsw x -dpool stratum+tcp://exp-us.dwarfpool.com:8018 -ewal MYWALLETADDRESS/Rig2 -epsw x -allpools 1 -wd 1 -r 1

I thought epool was for eth based coins? I will give it a shot, thanks for your help.


Ok, so I changed it to dpool and now its trying to connect but I am getting this error.

DCR: Failed to get nonce1 at handshaking
Ratledge
Jr. Member
*
Offline Offline

Activity: 84
Merit: 1


View Profile
February 22, 2018, 01:56:22 AM
 #20647

-wd 1 -r 1 -epool stratum+tcp://eth-eu.dwarfpool.com:8008 -ewal MYWALLETADDRESS/Rig2 -esm 0 -epsw x -allpools 1 -mport 127.0.0.1:3333 -asm 1 -epool stratum+tcp://exp-us.dwarfpool.com:8018 -ewal MYWALLETADDRESS/Rig2 -epsw x -allpools 1

replace the -epool with -dpool command before the second coin to mine configuration, see below

 EthDcrMiner64.exe -epool stratum+tcp://eth-eu.dwarfpool.com:8008 -ewal MYWALLETADDRESS/Rig2 -esm 0 -epsw x -dpool stratum+tcp://exp-us.dwarfpool.com:8018 -ewal MYWALLETADDRESS/Rig2 -epsw x -allpools 1 -wd 1 -r 1
I didn't even notice: that, the second "-ewal" and second "-epsw" all should be "-dxxx" instead.
ANTZ25
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
February 22, 2018, 02:06:48 AM
 #20648

hello, any chance of support for overclocking with nvidia cards? the 1060's in particular can mine at 23 mhs with 70% or even less power limit, afterburner only support 8 gpus max, kinda of a bummer with 13+ pcie slots motherboards.
RaptorRigs
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
February 22, 2018, 02:08:41 AM
 #20649

-wd 1 -r 1 -epool stratum+tcp://eth-eu.dwarfpool.com:8008 -ewal MYWALLETADDRESS/Rig2 -esm 0 -epsw x -allpools 1 -mport 127.0.0.1:3333 -asm 1 -epool stratum+tcp://exp-us.dwarfpool.com:8018 -ewal MYWALLETADDRESS/Rig2 -epsw x -allpools 1

replace the -epool with -dpool command before the second coin to mine configuration, see below

 EthDcrMiner64.exe -epool stratum+tcp://eth-eu.dwarfpool.com:8008 -ewal MYWALLETADDRESS/Rig2 -esm 0 -epsw x -dpool stratum+tcp://exp-us.dwarfpool.com:8018 -ewal MYWALLETADDRESS/Rig2 -epsw x -allpools 1 -wd 1 -r 1
I didn't even notice: that, the second "-ewal" and second "-epsw" all should be "-dxxx" instead.


Still getting the same error.


GPU0 t=53C fan=60%
DCR: Stratum - connecting to 'exp-us.dwarfpool.com' <167.114.6.224> port 8018
DCR: Stratum - Connected (exp-us.dwarfpool.com:8018)
DCR: Failed to get nonce1 at handshaking
DCR: Authorized
ETH: 02/22/18-03:07:43 - New job from eth-eu.dwarfpool.com:8008
ETH - Total Speed: 29.536 Mh/s, Total Shares: 0, Rejected: 0, Time: 00:01
ETH: GPU0 29.536 Mh/s
DCR - Total Speed: 0.000 Mh/s, Total Shares: 0, Rejected: 0
DCR: GPU0 0.000 Mh/s
ETH: 02/22/18-03:07:44 - New job from eth-eu.dwarfpool.com:8008
ETH - Total Speed: 29.542 Mh/s, Total Shares: 0, Rejected: 0, Time: 00:01
ETH: GPU0 29.542 Mh/s
DCR - Total Speed: 0.000 Mh/s, Total Shares: 0, Rejected: 0
Ratledge
Jr. Member
*
Offline Offline

Activity: 84
Merit: 1


View Profile
February 22, 2018, 02:35:37 AM
 #20650

hello, any chance of support for overclocking with nvidia cards? the 1060's in particular can mine at 23 mhs with 70% or even less power limit, afterburner only support 8 gpus max, kinda of a bummer with 13+ pcie slots motherboards.
Find the nVidiaInspector by "Orbmu2k" (not "nVidia Profile Inspector" - by the same guy) and use it.  Works really well, and supports everything you need and then some.  I renamed a copy "NVI.EXE" for my use and call it from my miner batch file.  Don't forget to set the "Administrator" rights flag so you don't get the ACP prompt.
leonix007
Sr. Member
****
Offline Offline

Activity: 1008
Merit: 297


Grow with community


View Profile
February 22, 2018, 02:39:51 AM
 #20651

Ok, so I need some help. I am using SMOS with 2 rigs, 6 cards each all Red Devil 8 Gig RX580's and have been mining eth without issues using SMOS claymore-eth-v.11. I have been trying to setup dual mining and I don't seem to have it setup right. Below is my config so if anyone can tell me what I am missing I would appreciate it. Oh, I am trying to mine eth and expanse. My wallet address is filled in with both my real wallets.

If I use either one, just eth mines fine and just expanse mines fine but together it doesn't seem to work.

-wd 1 -r 1 -epool stratum+tcp://eth-eu.dwarfpool.com:8008 -ewal MYWALLETADDRESS/Rig2 -esm 0 -epsw x -allpools 1 -mport 127.0.0.1:3333 -asm 1 -epool stratum+tcp://exp-us.dwarfpool.com:8018 -ewal MYWALLETADDRESS/Rig2 -epsw x -allpools 1

replace the -epool with -dpool command before the second coin to mine configuration, see below

 EthDcrMiner64.exe -epool stratum+tcp://eth-eu.dwarfpool.com:8008 -ewal MYWALLETADDRESS/Rig2 -esm 0 -epsw x -dpool stratum+tcp://exp-us.dwarfpool.com:8018 -ewal MYWALLETADDRESS/Rig2 -epsw x -allpools 1 -wd 1 -r 1

I thought epool was for eth based coins? I will give it a shot, thanks for your help.


Ok, so I changed it to dpool and now its trying to connect but I am getting this error.

DCR: Failed to get nonce1 at handshaking


Oh wait, the second pool is en Expanse coin, My bad, you can't dual mine in 2 same Algo, Eth and Exp are both Etash/Dagger hashimoto, mine other Algo in pair with Eth such as Decred/Siacoin/Lbry/Pascal/Blake2s/Keccak.

Ratledge
Jr. Member
*
Offline Offline

Activity: 84
Merit: 1


View Profile
February 22, 2018, 02:41:35 AM
 #20652

Been trying everything the last few days.  I can't stop my 2gb video card from trying to mine Ethereum and causing the DAG error.  These are just a couple bat file I have tried,

Code:
set GPU_FORCE_64BIT_PTR 0
set GPU_MAX_HEAP_SIZE 100
set GPU_USE_SYNC_OBJECTS 1
set GPU_MAX_ALLOC_PERCENT 100
set GPU_SINGLE_ALLOC_PERCENT 100

EthDcrMiner64.exe -epool us1.ethermine.org:4444 -ewal ****  -epsw ****  >>> -mode 1-123 <<< -tt 68 -allpools 1 -dpool stratum+tcp://dcr-us.coinmine.pl:2222 -dwal ***** -dpsw ****  -mode 0  -dcri 15 -dcoin dcr
pause

set GPU_FORCE_64BIT_PTR 0
set GPU_MAX_HEAP_SIZE 100
set GPU_USE_SYNC_OBJECTS 1
set GPU_MAX_ALLOC_PERCENT 100
set GPU_SINGLE_ALLOC_PERCENT 100

EthDcrMiner64.exe -epool us1.ethermine.org:4444 -ewal ****  -epsw ****  -di 123 -tt 68 -allpools 1 -dpool stratum+tcp://dcr-us.coinmine.pl:2222 -dwal ***** -dpsw ****  -di 0123 -dcri 15 -dcoin dcr
pause

Assuming it is a cut and paste - maybe the "-mode 1-123" is confusing it?  You don't want "mode 1" anyway, you have "-mode 0" later on the command-line.
Ratledge
Jr. Member
*
Offline Offline

Activity: 84
Merit: 1


View Profile
February 22, 2018, 02:44:05 AM
 #20653

-wd 1 -r 1 -epool stratum+tcp://eth-eu.dwarfpool.com:8008 -ewal MYWALLETADDRESS/Rig2 -esm 0 -epsw x -allpools 1 -mport 127.0.0.1:3333 -asm 1 -epool stratum+tcp://exp-us.dwarfpool.com:8018 -ewal MYWALLETADDRESS/Rig2 -epsw x -allpools 1

replace the -epool with -dpool command before the second coin to mine configuration, see below

 EthDcrMiner64.exe -epool stratum+tcp://eth-eu.dwarfpool.com:8008 -ewal MYWALLETADDRESS/Rig2 -esm 0 -epsw x -dpool stratum+tcp://exp-us.dwarfpool.com:8018 -ewal MYWALLETADDRESS/Rig2 -epsw x -allpools 1 -wd 1 -r 1
I didn't even notice: that, the second "-ewal" and second "-epsw" all should be "-dxxx" instead.

Still getting the same error.
You don't have a "-dcoin" and DCR is the default: is that what you intended?
khongbietgi
Newbie
*
Offline Offline

Activity: 182
Merit: 0


View Profile WWW
February 22, 2018, 02:45:54 AM
 #20654

thank you for sharing. It's really helpful Smiley
leonix007
Sr. Member
****
Offline Offline

Activity: 1008
Merit: 297


Grow with community


View Profile
February 22, 2018, 03:45:25 AM
 #20655

I have tired that way, reversed etc.  I'm just running out of ideas. The only way to mine is if I disable that 2gb video card, if I use the code below and disable the 2gb video card it mines perfectly.  As soon I enable the 2gb card I get the DAG error.  Maybe its time to run a second mining program, I wish DAG file didn't have to be on the video card and can be put on a secondary SSD drive or current SSD drive.

set GPU_FORCE_64BIT_PTR 0
set GPU_MAX_HEAP_SIZE 100
set GPU_USE_SYNC_OBJECTS 1
set GPU_MAX_ALLOC_PERCENT 100
set GPU_SINGLE_ALLOC_PERCENT 100

EthDcrMiner64.exe -epool us1.ethermine.org:4444 -ewal ****  -epsw ****  -tt 68 -allpools 1 -di 123 -dcri 15 -mode 0  -dpool stratum+tcp://dcr-us.coinmine.pl:2222 -dwal ***** -dpsw **** 
pause

What you could do is to mine a low dag Algo with that specific card, try ETC, run separate instance of claymore miner and use -di options pointing to your 2GB gpu and mine ETC.
sandbagger
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
February 22, 2018, 03:55:34 AM
 #20656

hello, any chance of support for overclocking with nvidia cards? the 1060's in particular can mine at 23 mhs with 70% or even less power limit, afterburner only support 8 gpus max, kinda of a bummer with 13+ pcie slots motherboards.

works fine with 13 cards Smiley

you just need to use settings for the cards more than 8
They fixed that with a beta  a few versions ago, works fine now with the final released version 4.4.2
andyg75
Jr. Member
*
Offline Offline

Activity: 40
Merit: 1


View Profile
February 22, 2018, 04:43:25 AM
 #20657

I've set up keccak on a YIIMP pool. With pool difficulty set at 1024 (the same setting that the official SmartCash pools use), ccminer was getting about 50% bad shares due to low difficulty. We found the batch file has to use the "-m 2" switch to multiply the difficulty, or manually set difficulty higher to resolve this problem. Setting the pool difficulty to 2048 did not help.

People are having problems dual-mining ETH and SMART due to this 50% bad shares due to low difficulty issue. I can't find a difficulty multiplier param or difficulty modification param for Claymore miner. Does something like this exist?

Anyone know what might help me fix this problem on the pool?

Thanks
mikekale
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
February 22, 2018, 06:14:42 AM
 #20658

This is a little embarrassing but I have tried everything but cannot get v11 to work. I copied over my .bat file and for some reason the miner keeps picking a monero pool. I have tried the -epool but it comes up as a wrong unknown option. I am about to rip my hair out!
Metroid
Sr. Member
****
Offline Offline

Activity: 2142
Merit: 353


Xtreme Monster


View Profile
February 22, 2018, 07:08:23 AM
 #20659

I know we can no longer mine Ethereum with 2gb cards

If you updated your windows 10 version then you can't with 3gb too cause the new updated windows 10 version takes 666mb and the dag file is right now at 2.33gb + 666mb = 3gb, nobody can mine eth with 3gb on windows 10 anymore.
i am mining with 3gb card Smiley


Do not update, if you do then gameover.

I know we can no longer mine Ethereum with 2gb cards

If you updated your windows 10 version then you can't with 3gb too cause the new updated windows 10 version takes 666mb and the dag file is right now at 2.33gb + 666mb = 3gb, nobody can mine eth with 3gb on windows 10 anymore.

Is this a recent update?

Yes.

BTC Address: 1DH4ok85VdFAe47fSVXNVctxkFhUv4ujbR
Ursul0
Sr. Member
****
Offline Offline

Activity: 857
Merit: 262


View Profile
February 22, 2018, 08:26:34 AM
 #20660

Just wanted to share that 11.0 rock solid, no single freeze or spurious reboot, while on 10.3/10.6 it was rebooting several times per day.

+1

With older claymore versions, I got several restart per day beacuse "WATCHDOG: GPU 5 hangs in OpenCL call, exit", but with 11.0 my rig is running smoothly for +48h now.

Great job Claymore

The hashrate seems to be a bit higher with v11, cannot say though I noticed any stability increase, however due to the fact that I care none for the occasional restart (also have WD installed on most of the workers) maybe just a tiny bit as well...
Pages: « 1 ... 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 [1033] 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 ... 1410 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!