Author

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

newbie
Activity: 44
Merit: 0
Hello

How do i represent core voltaje -60 in claymore line commands? I want to undervolt using the claymore bat.

Thanks
newbie
Activity: 18
Merit: 0
...
HOLY JEBUS!!!

Thanks for the info notbatman, I've been missing out on big MH/s.

Going to try this ASAP and let you know if this has boosted my MH/s. Hopefully I won't have heat issues as am running full cover liquid cooled cards Grin

Many thanks

Somebody said Windows might not like more than 5 GPUs without some fussing about, just heads up on that if you use that OS. Also my HD7990 is an AMD reference card.

Hey notbatman,

So i set it up and this is what I am getting:
http://imgur.com/a/KrGGQ

Does that make sense here is the bat file details,


Code:
@echo off

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 -tt 30,30,30,30,30,30 -mclock 1245,1245,1245,1245,1245,1245 -cclock 1024,1024,1024,1024,1024,1024 -asm 0 -esm 0 -epool eu1.ethermine.org:4444 -ewal 0x701fb173E3765aA487CCb6C0C7a171A08bB66C51 -epsw x -eworker Beast -dcri 7



I haven't made any changes to ANY other file in the Claymore folder not even the config.txt file.

Also my 7990's show up as Radeon 280X, is that normal

http://imgur.com/a/M8edo

Please let me know where I am going wrong.

Any help is appreciated.

Thanks




newbie
Activity: 64
Merit: 0
-epool eu1.ethermine.org:4444
-ewal 0xeb2B1dEefb10DfB8093725Ce383cD7aa517c73a9
-epsw x
-esm 0
-mode 0
-tt 80,80,80,80
-asm 0

all gpu works in single, more gpus the other says Cannot create dag

Try this key with value 1.

-eres   this setting is related to Ethereum mining stability. Every next Ethereum epoch requires a bit more GPU memory, miner can crash during reallocating GPU buffer for new DAG.
   To avoid it, miner reserves a bit larger GPU buffer at startup, so it can process several epochs without buffer reallocation.
   This setting defines how many epochs miner must foresee when it reserves GPU buffer, i.e. how many epochs will be processed without buffer reallocation. Default value is 2.


Thx, for help
 i dry this, not better


-epool eu1.ethermine.org:4444
-ewal 0xeb2B1dEefb10DfB8093725Ce383cD7aa517c73a9
-epsw x
-esm 0
-mode 0
-tt 80,80,80,80
-asm 0
-eres 1

Cannot create DAG 

o.O


Use -esm 1
newbie
Activity: 6
Merit: 0
-epool eu1.ethermine.org:4444
-ewal 0xeb2B1dEefb10DfB8093725Ce383cD7aa517c73a9
-epsw x
-esm 0
-mode 0
-tt 80,80,80,80
-asm 0

all gpu works in single, more gpus the other says Cannot create dag

Try this key with value 1.

-eres   this setting is related to Ethereum mining stability. Every next Ethereum epoch requires a bit more GPU memory, miner can crash during reallocating GPU buffer for new DAG.
   To avoid it, miner reserves a bit larger GPU buffer at startup, so it can process several epochs without buffer reallocation.
   This setting defines how many epochs miner must foresee when it reserves GPU buffer, i.e. how many epochs will be processed without buffer reallocation. Default value is 2.


Thx, for help
 i dry this, not better


-epool eu1.ethermine.org:4444
-ewal 0xeb2B1dEefb10DfB8093725Ce383cD7aa517c73a9
-epsw x
-esm 0
-mode 0
-tt 80,80,80,80
-asm 0
-eres 1

Cannot create DAG 

o.O
legendary
Activity: 2212
Merit: 1038
...
HOLY JEBUS!!!

Thanks for the info notbatman, I've been missing out on big MH/s.

Going to try this ASAP and let you know if this has boosted my MH/s. Hopefully I won't have heat issues as am running full cover liquid cooled cards Grin

Many thanks

Somebody said Windows might not like more than 5 GPUs without some fussing about, just heads up on that if you use that OS. Also my HD7990 is an AMD reference card.
newbie
Activity: 18
Merit: 0
Hey you GUYS!!!!  Grin

Does anyone know what the expected hashrate is currently for XFX HD 7990

I have 3 of these mining Eth and I can't seem to get above 80 MH/s collectively  Undecided , is this normal even with the large DAG ?

I'm using ethminer are there better ones that run on Windows? as I can't be jacked to setup a Linux box   Cheesy

Any help would be appreciated.

Cheers

PS. I have a NVIDIA 1060 and it gets roughly on average 20.56 MH/s if that helps anyone benchmarking that model.  Grin

I can get 155 MH/s on UBQ with 3x HD7990 running win 10 with stock drivers. Try a UBQ, EXP or MUSIC pool and get back to us.

use this batch file:

ubq_pasl.bat
Code:
@echo off

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 -tt 30,30,30,30,30,30 -mclock 1245,1245,1245,1245,1245,1245 -cclock 1024,1024,1024,1024,1024,1024 -asm 0 -allpools 1 -allcoins 1 -esm 0 -epool us.ubiqpool.io:8008 -ewal 0xYOUR_UBQ_WALLET_ADDRESS -epsw x -eworker microsloth -dpool pasl.fairpool.xyz:4009 -dwal YOUR_PASL_ACCOUNT_NUMBER -dpsw x -dcoin pasc -dcri 7

or this bash file:

ubq_pasl.sh
Code:
#!/bin/bash

export GPU_FORCE_64BIT_PTR=0
export GPU_MAX_HEAP_SIZE=100
export GPU_USE_SYNC_OBJECTS=1
export GPU_SINGLE_ALLOC_PERCENT=100
export GPU_MAX_ALLOC_PERCENT=100

sudo ./ethdcrminer64 -tt 30,30,30,30,30,30 -mclock 1245,1245,1245,1245,1245,1245 -cclock 1024,1024,1024,1024,1024,1024 -asm 0 -allpools 1 -allcoins 1 -esm 0 -epool us.ubiqpool.io:8008 -ewal 0xYOUR_UBQ_WALLET_ADDRESS -epsw x -eworker microsloth -dpool pasl.fairpool.xyz:4009 -dwal YOUR_PASC_ACCOUNT_NUMBER -dpsw x -dcoin pasc -dcri 7



HOLY JEBUS!!!

Thanks for the info notbatman, I've been missing out on big MH/s.

Going to try this ASAP and let you know if this has boosted my MH/s. Hopefully I won't have heat issues as am running full cover liquid cooled cards Grin

Many thanks

full member
Activity: 215
Merit: 100
Hello, I'm having few problems with my hashrates.

I have a 580 8GB non modded and I'm happy with my current performance, but I'm kind of buzzed on the performance I get.

I have latest AMD drivers and latest claymore.

If I mine ETH only I get 26.9 MH/s hashrate.

If I mine ETH+DCR I get 27.1 + 810 MH/s hashrate.

If I mine ETH+Pascal I get 12.0 MH/s + 400 MH/s hashrate.

I am very buzzed.

Why's my ETH hashrate higher when I dual mine DCR instead of solo ETH?

Why's my ETH hashrate so low when dual mining Pascal?

Those are my configs:

ETH solo:

Quote
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-eu1.nanopool.org:9999 -ewal bla/bla/bla -epsw x -mode 1 -ftime 10

ETH + DCR:
Quote
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-eu1.nanopool.org:9999 -ewal bla/bla/bla -epsw x -dpool stratum+tcp://dcr.maxminers.net:7777 -dwal bla/bla/bla -dpsw x -dcoin dcr -ftime 10 -esm 0 -allpools 1

ETH + PASCAL:

Quote
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-eu1.nanopool.org:9999 -ewal bla/bla/bla -epsw x -dpool stratum+tcp://pasc-eu1.nanopool.org:15555 -dwal bla/bla -dpsw x -dcoin pasc -ftime 10 allpools 1
sr. member
Activity: 378
Merit: 250
Hello i am newbie to ethereum mining and i have 2x980 getting 31mh/s and 29mh/s -is that correct bat set up for mining Ethereum only?
Code:
EthDcrMiner64.exe -epool stratum+tcp://daggerhashimoto.eu.nicehash.com:3353 -ewal 3CyaZCWxL8zAwcXD4Ah8BaR17UeHKYRwkF -epsw x -esm 3 -allpools 1 -estale 0 -dpool stratum+tcp://decred.eu.nicehash.com:3354 -dwal 3CyaZCWxL8zAwcXD4Ah8BaR17UeHKYRwkF

I have 2x980 & 1x980Ti & this is my config:

Code:
-epool us2.ethermine.org:4444 -ewal 0xB7A9073c48D5A18c9e942262fa7F0b894982472B -ethi 16 -dbg -1 -mode 1 -mport 0
thank you but when i try your setting i get 4mh/s from 2 cards .Do you know why?
legendary
Activity: 2212
Merit: 1038
Hey you GUYS!!!!  Grin

Does anyone know what the expected hashrate is currently for XFX HD 7990

I have 3 of these mining Eth and I can't seem to get above 80 MH/s collectively  Undecided , is this normal even with the large DAG ?

I'm using ethminer are there better ones that run on Windows? as I can't be jacked to setup a Linux box   Cheesy

Any help would be appreciated.

Cheers

PS. I have a NVIDIA 1060 and it gets roughly on average 20.56 MH/s if that helps anyone benchmarking that model.  Grin

I can get 155 MH/s on UBQ with 3x HD7990 running win 10 with stock drivers. Try a UBQ, EXP or MUSIC pool and get back to us.

use this batch file:

ubq_pasl.bat
Code:
@echo off

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 -tt 30,30,30,30,30,30 -mclock 1245,1245,1245,1245,1245,1245 -cclock 1024,1024,1024,1024,1024,1024 -asm 0 -allpools 1 -allcoins 1 -esm 0 -epool us.ubiqpool.io:8008 -ewal 0xYOUR_UBQ_WALLET_ADDRESS -epsw x -eworker microsloth -dpool pasl.fairpool.xyz:4009 -dwal YOUR_PASL_ACCOUNT_NUMBER -dpsw x -dcoin pasc -dcri 7

or this bash file:

ubq_pasl.sh
Code:
#!/bin/bash

export GPU_FORCE_64BIT_PTR=0
export GPU_MAX_HEAP_SIZE=100
export GPU_USE_SYNC_OBJECTS=1
export GPU_SINGLE_ALLOC_PERCENT=100
export GPU_MAX_ALLOC_PERCENT=100

sudo ./ethdcrminer64 -tt 30,30,30,30,30,30 -mclock 1245,1245,1245,1245,1245,1245 -cclock 1024,1024,1024,1024,1024,1024 -asm 0 -allpools 1 -allcoins 1 -esm 0 -epool us.ubiqpool.io:8008 -ewal 0xYOUR_UBQ_WALLET_ADDRESS -epsw x -eworker microsloth -dpool pasl.fairpool.xyz:4009 -dwal YOUR_PASC_ACCOUNT_NUMBER -dpsw x -dcoin pasc -dcri 7
newbie
Activity: 18
Merit: 0
Hey you GUYS!!!!  Grin

Does anyone know what the expected hashrate is currently for XFX HD 7990

I have 3 of these mining Eth and I can't seem to get above 80 MH/s collectively  Undecided , is this normal even with the large DAG ?

I'm using ethminer if that helps lol

Any help would be appreciated.

Cheers

PS. I have a NVIDIA 1060 and it gets roughly on average 20.56 MH/s if that helps anyone benchmarking that model.  Grin
hero member
Activity: 490
Merit: 500
Hey!

Someone can help me?

I get only 2Mh/s per GPU. (1060, 1080, WINDOWS 10)

I tried the latest and the claymore recommended driver with many startup commands.

Any ideas?

I get better results & stability running my GTX 980s on Xubuntu..
sr. member
Activity: 1596
Merit: 305
minerstat CEO
Hey!

Someone can help me?

I get only 2Mh/s per GPU. (1060, 1080, WINDOWS 10)

I tried the latest and the claymore recommended driver with many startup commands.

Any ideas?
hero member
Activity: 490
Merit: 500
Hello i am newbie to ethereum mining and i have 2x980 getting 31mh/s and 29mh/s -is that correct bat set up for mining Ethereum only?
Code:
EthDcrMiner64.exe -epool stratum+tcp://daggerhashimoto.eu.nicehash.com:3353 -ewal 3CyaZCWxL8zAwcXD4Ah8BaR17UeHKYRwkF -epsw x -esm 3 -allpools 1 -estale 0 -dpool stratum+tcp://decred.eu.nicehash.com:3354 -dwal 3CyaZCWxL8zAwcXD4Ah8BaR17UeHKYRwkF

I have 2x980 & 1x980Ti & this is my config:

Code:
-epool us2.ethermine.org:4444 -ewal 0xB7A9073c48D5A18c9e942262fa7F0b894982472B -ethi 16 -dbg -1 -mode 1 -mport 0
sr. member
Activity: 378
Merit: 250
Hello i am newbie to ethereum mining and i have 2x980 getting 31mh/s and 29mh/s -is that correct bat set up for mining Ethereum only?
Code:
EthDcrMiner64.exe -epool stratum+tcp://daggerhashimoto.eu.nicehash.com:3353 -ewal 3CyaZCWxL8zAwcXD4Ah8BaR17UeHKYRwkF -epsw x -esm 3 -allpools 1 -estale 0 -dpool stratum+tcp://decred.eu.nicehash.com:3354 -dwal 3CyaZCWxL8zAwcXD4Ah8BaR17UeHKYRwkF
jr. member
Activity: 69
Merit: 2
x@XX:~/c$ ./ethdcrminer64 -epool eth.f2pool.com:8008 -ewal xxx -epsw x -eworker rig1
-bash: ./ethdcrminer64: cannot execute binary file: Exec format error


x@XX:~/c$ sudo ./ethdcrminer64 -epool eth.f2pool.com:8008 -ewal xxx -epsw x -eworker rig1
./ethdcrminer64: 1: ./ethdcrminer64: Syntax error: Unterminated quoted string

I'm getting an error on ppc64el architecture, isn't it supported?


Any idea?  Huh
full member
Activity: 306
Merit: 100
anyone got some 1070's hashrates for me?
Asus Strix 1070 ~30mh/s

Is that in dual mining? I only get 25mh/s galax 1070 exoc
newbie
Activity: 3
Merit: 0
Hello guys, have a nice day !

Can I disable the statist of the Dcr mining?? (Dual mining is must working, hide the yellow line in Claymore cmd window)
Thanks !
newbie
Activity: 26
Merit: 0
anyone got some 1070's hashrates for me?
Asus Strix 1070 ~30mh/s
sr. member
Activity: 390
Merit: 250
anyone got some 1070's hashrates for me?
full member
Activity: 238
Merit: 100
Guys help please !!!
I launched the mining on the two while the cards.
Created a config file with these parameters:

-epool eu1-etc.ethermine.org:4444
-ewal 0xAD61Cc52a630f6D8697f795163a4DB342543C059
-epsw x
-dpool dcr.coinmine.pl:2222
-dwal name when registering the name of the clerk
-dpsw password of a clerk
-esm 2
-mode 0
-tt 70
-asm 2
-etha 0.0
-ethi 11.11

I ran the ethdcrminer64 file and produced this screen.
http://savepic.ru/14211059.png

What for FAILOVER 1 ?? Why are there other pools shown?
The cards in the dual are buzzing, everything is cut off for now (

Maybe because when you run ethdcrminer64, the default miner refers to something?
Then he launched a batch file for the Classic air, on Nanopoula.
http://savepic.ru/14201843.jpg

The temperature of the Power Supply program showed this:
http://savepic.ru/14192627.jpg

Hash on the first map (to which the monik is connected), fell a couple of times to 10, then equalized. And she was hot somehow.
Later he left for a couple of minutes, returned, but the monik does not burn, the first card does not spin, the second one threshes.
Monique turned off, then turned on, wrote there is no video adapter. It rebooted, did not help, poked the adapters from VGA to HDMI, again it was loaded, the card spun, the system got stuck.

But the batch file from the Claymore folder disappeared, did not find it and was upset (
Firewood version 16.9.1, auto-update disabled, Windows 7 64 bit.

Maps Sapphire RX480 8 GB, memory Mikron, while nothing sewed, did not disperse anything.
The food is served until 2 cards, two cards are in the rig, but the power wires are not connected yet.
Raisers on the mallekus feed, on two cards one wire.

Power Supply Corsair PM1000i, it does not rotate by the way.

What now?
Who can help properly configure these batars? There is a suspicion that in the batnik the speed of the fans is incorrectly specified and they are heated and rotate a little, and the dual is generally hard (probably wrong did something (

The first farm already does not work stably (


RUS: Aндpeй, пepeвoд пoлyчилcя нe oчeнь, тeбe вpядли тyт oтвeтят. Ha этoм фopyмe ecть pyccкaя вeткe, нaпиши тyдa пo pyccки. B кpaинeм cлyчae, нaпиши мнe КOPOTКO пo pyccки в личкy, я пepeвeдy нa aнглийcкий. Укaжи пoдpoбнo кoнфигypaцию и пapaмeтpы.

ENG: Hi, Andrej. I believe that auto-translate did not do a great job here. I doubt that anyone will answer. Send me a private message on Russian and i will translate it into English. Describe your configuration in details.
Jump to: