-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Strange hashrate and no-shares #514
Comments
can you try to remove --cuda-streams 24 and add --cuda-grid-size 4096 |
I have using 13rc3, 13rc4 run with config: ethminer.exe --farm-recheck 4000 -G -S eu1-etc.ethermine.org:4444 -O mywall.worker why reported hashrate from: https://etc.ethermine.org/miners/my_wallet is empty Another problem that hashrate report compare with claymore is down 2-3 MH per card , like from 30MH -> 27MH with the same driver, mod., OS . m 03:09:56|main Speed 168.31 Mh/s gpu/0 28.08 gpu/1 28.08 gpu/2 28.16 gpu/3 28.08 gpu/4 27.92 gpu/5 28.00 [A30+0:R0+0:F0] Time: 00:13 My rig, window 10, 6 cards AMD ASUS RX580 HYNIX., i'm mining ETC. What i'm wrong with my config? please help. |
Hi ddobreff, Thank you very much ! I tried your tip and it is working with GTX1050Ti now, i have the same hashrate as on claymore (14,3) - not an increase but getting shares properly :) Can you please also advise what should i put there in case of MSI Armor GTX 1060 6GB ? Should i also remove "--cuda-streams xy" and put "--cuda-grid-size 6144" instead ? @chuyennm |
My 1060s work with the defaults (neither streams nor grid-size specified). I'm surprised that your 1050 doesn't work that way as well. I don't think --cuda-streams=24 made much sense. How did you come up with that number? @chuyennm --stratum-protocol=1 is the default, you don't need to specify it. |
From my experience the best way to run ethminer is like this:
if you what your HR reported to the pool (but is useless, no gain from this) you need to do this
And for best berformance try 0.13rc1. Until now i see only HR lost with rc2 and rc3, now i test rc4, but i didn't see the same HR like rc1 maybe worst. In a few hours i will be convinced. I speak only on the CUDA mining, on OpenCL maybe the last versions are better, but not optimal for nVidia mining. |
@jean-m-cyr regarding gtx1060, how much Mhs are you getting with the default setting ? i got 1-3mhs less than with adding the cuda stuff - im able to get 23 with it. @ZiDanRO |
Thank @destroyerisko m 03:09:56|main Speed 168.31 Mh/s gpu/0 28.08 gpu/1 28.08 gpu/2 28.16 gpu/3 28.08 gpu/4 27.92 gpu/5 28.00 [A30+0:R0+0:F0] Time: 00:13 run claymore: Any config on ethminer for better hashrate? same card, same mod , same OS . thankyou. |
you could try |
@ZiDanRO Rc2 had a bug that failed to count the hashes for any found share. Reported low hash rate. RC3 had a memory leak that would over time lead to an out-of-memory failure. Looking forward to your RC4 results. |
@jean-m-cyr 3 rigs with 222mh/s reported on rc1 i get average HR between 220 and 230mh/s on ethermine.org. The rig 4 had 230mh reported on the pool on rc1, after i switched to rc4 the average droped to 215MH/s in 6 hours and it seems is going below that, but now i stopped it. While the rest of the rigs are still higher than 220MH/s |
"--stratum-protocol=1 is the default, you don't need to specify it." According to I agree with not adding too many extra options (cuda or otherwise), though - usually gpu defaults treat you well. If not. there is probably something else wrong.
|
My apologies. I jumped to the conclusion that --stratum-protocol 1 meant use stratum version 1, which is in fact the default. You are correct . |
@jean-m-cyr |
So what is the correct config to make it work and report hashrate to the pool ethermine.org? |
@mihaipopescu3 |
The only valid values for cuda-streams are 1,2,4, or 8 |
I think this issue can be closed. |
Hi Guys,
I have GTX1050Ti Asus ROG strix 4gb and i was using claymore with stable 14,3Mh/s on nanopool ETH.. I spent some time today to setup ethminer and tried versions v11 / v12 and 13rc3. I tried different setups in .bat file but this setting made me confused
ethminer.exe -U --cuda-parallel-hash 4 --cuda-streams 24 -S eth-eu1.nanopool.org:9999 --report-hashrate -O wallet.miner/mail --farm-recheck 2000
im getting stable 25-27 mhs but not getting a single solution / share found 0shares in more than 2 hours with different settings of cuda streams and parallel hash (also i believe that this speed is unreal and cannot be true)
m 20:44:24|main Speed 25.17 Mh/s gpu/0 25.17 [A0+0:R0+0:F0] Time: 00:00
m 20:44:26|main Speed 25.18 Mh/s gpu/0 25.18 [A0+0:R0+0:F0] Time: 00:00
m 20:44:28|main Speed 25.18 Mh/s gpu/0 25.18 [A0+0:R0+0:F0] Time: 00:00
Even when i lower the cuda streams parameter, non of shares are being found.
GPUTweak OC stats :
GPU Core Clock 1613Mhz (1493+120Mhz)
Memory Clock 8278 Mhz (7008+1270Mhz)
I also tried this miner with my GTX1060 and set it up to 27-29 Mh/s but getting only 8-10 shares/hour - compare to claymore single mining, i got 20+ /hour
Without any modification of cuda stuff within the .bat file, im getting -1Mhs less than on Claymore, and not very sure regarding accepted shares.
Im wondering If there is a bug in this or my settings are wrong.
As i read, ethminer should be better for single mining with nvidia GPUs compared to claymore which was the reason i wanted to get this work.
I would appreciate any help, meanwhile i switched back to claymore ..
The text was updated successfully, but these errors were encountered: