Author

Topic: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v15.0 (Windows/Linux) - page 1333. (Read 6590565 times)

legendary
Activity: 1164
Merit: 1010
got my powerline adapter! Getting stable results finally with 4x 390x:



HOW did you get such a huge speed in Decred?! My 390 earns twice less! While doing the same speed as yours in ETH. What is the command line? What is the mem/cpu clocking?

I didn't change the clocks at all on these out of the box.  AFterburner says core clock is ~1080, and memory clock is 1500 for each card.  My config:

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

EthDcrMiner64.exe -epool eth-us.dwarfpool.com:8008 -ewal wallet -epsw x -dpool stratum+tcp://dcr.suprnova.cc:2252 -dwal SantasNotReal.MiningRig -dpsw x -dcri 55 -dbg -1
PAUSE

I don't have a voltmeter yet (in the mail), so I just upped dcri until I noticed eth hash drop, then kept it.  Much more dcri and I start to lose a bit of eth hash.  I imagine the power/profitability is somewhere closer to dcri 45, but still need to do those tests. Cheesy

Also, that screenshot was with dcri 65. 55 (current setting) gives me ~840 mh each card.

Edit: Great thinking with the "+" and "-" commands for dcri.  Usability is something that is too often a low priority in the software world (I know, I'm an engineer myself) Cheesy
legendary
Activity: 1151
Merit: 1001
It seems you have no connectivity to the sites...
member
Activity: 150
Merit: 10
hello , a question , today the claymore miner keeps telling me:

cannot connect to eu1.nanopool.org:9999
failed to connect retry in 20 sec
cannot connect to dcr.suprnova.cc:2252
failed to connect retry in 20 sec


my bat file is:

GPU_FORCE_64BIT_PTR 0
GPU_MAX_HEAP_SIZE 100
GPU_USE_SYNC_OBJECTS 1
GPU_MAX_ALLOC_PERCENT 100
GPU_SINGLE_ALLOC_PERCENT 100

EthDcrMiner64.exe -epool eu1.nanopool.org:9999 -ewal 0x208312414ad16feb261b0f093f780958f60ce1c8 -epsw x -eworker 001 -dpool stratum+tcp://dcr.suprnova.cc:2252 -dwal filo1992.1 -dpsw x -dcri 50
newbie
Activity: 15
Merit: 0
iam on stability tests right now its great 3 days or more uptime ubuntu 15.04 desktop

installed amd driver from page radeon-crimson-15.12-15.302-151217a-297685e.zip

installed deps.
...

./start.bash

miner should work now if i didnt forget anything ask here i try to help Smiley



thank you !
legendary
Activity: 1564
Merit: 1027
Version 4.1, like all previous ones, still uses a weird ID scheme and it can be a bit confusing when the miner's GPU 0 is Afterburner's GPU 3 or something like that.

Check my explanations: https://bitcointalk.org/index.php?topic=1433925.msg14659010;topicseen#msg14659010
So there is no way to fix GPUs order automatically, thanks to AMD devs.
But you can do it manually. For example, if you have two cards, you can change their order by adding "-di 10". Another example, reverse order for six cards: "-di 543210".

Ok, not a big deal. But like I said, it can be a bit confusing on a 6 card rig

Guys, whats is the highest value for -ethi that gets you optimum results?

I'm currently using -ethi 16 and I can see a slight increase from the default value (-ethi 8 ). However, when using -ethi 32 or -ethi 64 the miner will report the same total speed, apparently not getting better results.

Any ideas?

check the log. 16 is the highest value,

Really? Ok, thanks!
newbie
Activity: 15
Merit: 0
Guys, whats is the highest value for -ethi that gets you optimum results?

I'm currently using -ethi 16 and I can see a slight increase from the default value (-ethi 8 ). However, when using -ethi 32 or -ethi 64 the miner will report the same total speed, apparently not getting better results.

Any ideas?

check the log. 16 is the highest value,
legendary
Activity: 1834
Merit: 1080
---- winter*juvia -----
Guys, whats is the highest value for -ethi that gets you optimum results?

I'm currently using -ethi 16 and I can see a slight increase from the default value (-ethi 8 ). However, when using -ethi 32 or -ethi 64 the miner will report the same total speed, apparently not getting better results.

Any ideas?

On my R9-390 - - dcri 60 got me 870 MHs, and I took out settings for -ethi to none (leave it to CDM to manage), that got me to 29.2 MHs (with -esm 1 settings).
The R9-390 has OC settings of -100Mv, 1020Mhz and 1500Mhz for core and memory respectively, using Afterburner utility, Catalyst 16.5.1

Thanks for your reply but I'm just interested in -ethi settings. Concerning DCR, I'm using -dcri 30 and everything is fine but ETH is my priority   Grin

if you have a fast card, use -esm 1 and omit "-ethi", I believe if your have OCed your GPU, you should see CDM pushing the card to the max.
I tried so many -ethi settings on my 5 x 390 rig, and after applying OC and excluding "-ethi", CDM consistently pushed the rig to 29.1-29.3MHs per card.
If I use only ETH mining and take off DCR mining, CDM without any -ethi settings pushed my rig to 29.6-29.7 per card.
All my rigs now are on ETH mining only, OC to the settings above without -ethi settings, and the highest performing results I got.
My cards are only 390 and not 390x, so 29.7MHs per card is great and I am happy with that.
legendary
Activity: 3416
Merit: 1059
i have this rig with 2x r9 390 and 1x r9 390x

using gpu-z monitoring (sensors tab), i OC all the cards 1120 clock and 1600 ram ...

looking at sensors tab only one card is at 1120 clock the rest are ~ 930 clock (i'm not sure which card is 390x coz gpuz labels them all 390)

therefore only one GPU is OC'ed...

all ram are at 1600mhz

graphics card tab at gpu-z shows uniform 1120 clock for all cards...sensors do not

any tips?

my 280x rig is uniform, all clocks matched.

edit: these issue occurs only in dual mining mode, mining in ETH only (-mode 1) shows uniform clocks in sensors tab of GPU-Z.
donator
Activity: 1610
Merit: 1325
Miners developer
Version 4.1, like all previous ones, still uses a weird ID scheme and it can be a bit confusing when the miner's GPU 0 is Afterburner's GPU 3 or something like that.

Check my explanations: https://bitcointalk.org/index.php?topic=1433925.msg14659010;topicseen#msg14659010
So there is no way to fix GPUs order automatically, thanks to AMD devs.
But you can do it manually. For example, if you have two cards, you can change their order by adding "-di 10". Another example, reverse order for six cards: "-di 543210".
legendary
Activity: 1564
Merit: 1027
Guys, whats is the highest value for -ethi that gets you optimum results?

I'm currently using -ethi 16 and I can see a slight increase from the default value (-ethi 8 ). However, when using -ethi 32 or -ethi 64 the miner will report the same total speed, apparently not getting better results.

Any ideas?

On my R9-390 - - dcri 60 got me 870 MHs, and I took out settings for -ethi to none (leave it to CDM to manage), that got me to 29.2 MHs (with -esm 1 settings).
The R9-390 has OC settings of -100Mv, 1020Mhz and 1500Mhz for core and memory respectively, using Afterburner utility, Catalyst 16.5.1

Thanks for your reply but I'm just interested in -ethi settings. Concerning DCR, I'm using -dcri 30 and everything is fine but ETH is my priority   Grin
legendary
Activity: 1834
Merit: 1080
---- winter*juvia -----
Guys, whats is the highest value for -ethi that gets you optimum results?

I'm currently using -ethi 16 and I can see a slight increase from the default value (-ethi 8 ). However, when using -ethi 32 or -ethi 64 the miner will report the same total speed, apparently not getting better results.

Any ideas?

On my R9-390 - - dcri 60 got me 870 MHs, and I took out settings for -ethi to none (leave it to CDM to manage), that got me to 29.2 MHs (with -esm 1 settings).
The R9-390 has OC settings of -100Mv, 1020Mhz and 1500Mhz for core and memory respectively, using Afterburner utility, Catalyst 16.5.1
legendary
Activity: 1564
Merit: 1027
Guys, whats is the highest value for -ethi that gets you optimum results?

I'm currently using -ethi 16 and I can see a slight increase from the default value (-ethi 8 ). However, when using -ethi 32 or -ethi 64 the miner will report the same total speed, apparently not getting better results.

Any ideas?
donator
Activity: 1610
Merit: 1325
Miners developer
Claymore, please, add decred support on miningrigrentals

It must work there if they support http or stratum.

is not working: DCR:job timeout, retry in 20 sec... they support stratum:

Miner Configuration Examples miningrigrentals :

ccminer/cgminer -o stratum+tcp://eu-01.miningrigrentals.com:3333 -u xxx.xxx -p x

PM me the log file.
full member
Activity: 168
Merit: 100
Claymore, please, add decred support on miningrigrentals

It must work there if they support http or stratum.

is not working: DCR:job timeout, retry in 20 sec... they support stratum:

Miner Configuration Examples miningrigrentals :

ccminer/cgminer -o stratum+tcp://eu-01.miningrigrentals.com:3333 -u xxx.xxx -p x

donator
Activity: 1610
Merit: 1325
Miners developer
Claymore, please, add decred support on miningrigrentals

It must work there if they support http or stratum.
newbie
Activity: 31
Merit: 0
Does anyone else have problems with the suprnova decred pool? Recommendations for a better/more stable pool or extra settings?

My rigs are hashing 850 ETH and 23400 DCR stable but the DCR payouts are way off. According to the DCR calculator I should be getting over 16 DCR/day, but I'm getting only around 9. Also the hashrate and difficulty on suprnovas dashboard changes constantly between 1000-5000 and 1-10 and none of the graph stuff works. Rejects are very low, always under 1 %. The cards ( mostly 390) eat almost 100 W more per card and I have to use more AC with dual mining so this is a pretty annoying problem.
hero member
Activity: 742
Merit: 505
got my powerline adapter! Getting stable results finally with 4x 390x:



HOW did you get such a huge speed in Decred?! My 390 earns twice less! While doing the same speed as yours in ETH. What is the command line? What is the mem/cpu clocking?

those are 390x cards they come heavily overclocked thus the higer hash rates , I have one 390x and it hashes the same , 31 mhs eth and 920 dcr

on the other hand my 390s do 29.6 eth and 850 DCr,

390x cards are overpriced though $400+ vs 330 for a 390

A mild oc'd R9 390 should do around 30,5 Mh/s ETH and 950Mh/s DCR @ -dcri 66 .

Im guessing the 390X is as shit as the 380X .. just pre OC using more power, space and less hash.
legendary
Activity: 2408
Merit: 1102
Leading Crypto Sports Betting & Casino Platform
got my powerline adapter! Getting stable results finally with 4x 390x:



HOW did you get such a huge speed in Decred?! My 390 earns twice less! While doing the same speed as yours in ETH. What is the command line? What is the mem/cpu clocking?

those are 390x cards they come heavily overclocked thus the higer hash rates , I have one 390x and it hashes the same , 31 mhs eth and 920 dcr

on the other hand my 390s do 29.6 eth and 850 DCr,

390x cards are overpriced though $400+ vs 330 for a 390
full member
Activity: 168
Merit: 100
Claymore, please, add decred support on miningrigrentals
member
Activity: 80
Merit: 10
got my powerline adapter! Getting stable results finally with 4x 390x:



HOW did you get such a huge speed in Decred?! My 390 earns twice less! While doing the same speed as yours in ETH. What is the command line? What is the mem/cpu clocking?
Jump to: