Pages:
Author

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

newbie
Activity: 39
Merit: 0
Hi guys

having still some R390 and geting just 18,5 Mh.... is there any option how to fine tune it to get at least 25 Mh?

I know was looking for any info, just found an statement that older cards will perform slower as the time is going...

Thanks for any idea Smiley

The problem is amd driver, you can mine a 30mhs in linux with claymore 14.7 and hive os
this man give us screenshot
https://prnt.sc/orllyp
newbie
Activity: 24
Merit: 0
Works great, thanks!
 Cool Cool Cool Cool
full member
Activity: 585
Merit: 110
~snip~

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 eu1.ethermine.org:4444 -ewal 00000000000000000000.1060nvidia -epsw x -mode 1 -strap 4,4,4,1 -sintensity 23

this should apply strap 4 config for first three cards which are micron and strap 1 for last card which is hynix
newbie
Activity: 48
Merit: 0
There are 4 1060 6GB cards, three of them are Micron memory, but the fourth got Hunix and it gives a maximum of 22 mega-cache. So the question is how to separately register another strap (command) on this card

my bat

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 eu1.ethermine.org:4444 -ewal 00000000000000000000.1060nvidia -epsw x -mode 1 -strap 4 -sintensity 23 


help me
member
Activity: 114
Merit: 10
Hi guys

having still some R390 and geting just 18,5 Mh.... is there any option how to fine tune it to get at least 25 Mh?

I know was looking for any info, just found an statement that older cards will perform slower as the time is going...

Thanks for any idea Smiley
sr. member
Activity: 412
Merit: 250
Problem is because epool.txt doesn't recognise this and there is no logfile and no mining limit and other things.
TTLI: 88, TSOP: 92, TSTART: 50, ETHI: 1, LI: 15, MODE: 1, LOGFILE: logfile.txt

Makes sense cause all of this stuff should be defined globally at startup.
It will still use those values even if switching to pool from epools

So all that should be in bat file
EthDcrMiner64.exe -ttli 88 -tstop 92 -tstart 50 -ethi 1 -li 15 -mport 0 -mode 1 -logfile logfile.txt
and this should be in epools.txt
POOL: eu2.nanopool.org:9999, WALLET: 0x360d6f9efea21c82d341504366fd1c2eeea8fa9d, WORKER: workername, PSW: x, ESM: 2, ALLPOOLS: 1

this is not good, all should be in one file.
legendary
Activity: 1537
Merit: 1005
Problem is because epool.txt doesn't recognise this and there is no logfile and no mining limit and other things.
TTLI: 88, TSOP: 92, TSTART: 50, ETHI: 1, LI: 15, MODE: 1, LOGFILE: logfile.txt

Makes sense cause all of this stuff should be defined globally at startup.
It will still use those values even if switching to pool from epools
sr. member
Activity: 412
Merit: 250
Any help here please??

can anyone help me.
how to use this from bat file in epools.txt
EthDcrMiner64.exe -epool eu2.nanopool.org:9999 -ewal 0x360d6f9efea21c82d341504366fd1c2eeea8fa9d -esm 2 -epsw x -allpools 1 -ttli 88 -tstop 92 -tstart 50 -ethi 1 -li 15 -mport 0 -mode 1 -logfile logfile.txt

epools.txt, this but doesn't work
POOL: eu2.nanopool.org:9999, WALLET: 0x360d6f9efea21c82d341504366fd1c2eeea8fa9d, WORKER: workername, PSW: x, ESM: 2, ALLPOOLS: 1, TTLI: 88, TSOP: 92, TSTART: 50, ETHI: 1, LI: 15, MODE: 1, LOGFILE: logfile.txt

Can you share what the actual problem is while using epools.txt?
The only difference I can see is the addition of the worker:, try to remove that

Problem is because epool.txt doesn't recognise this and there is no logfile and no mining limit and other things.
TTLI: 88, TSOP: 92, TSTART: 50, ETHI: 1, LI: 15, MODE: 1, LOGFILE: logfile.txt
legendary
Activity: 1537
Merit: 1005
Any help here please??

can anyone help me.
how to use this from bat file in epools.txt
EthDcrMiner64.exe -epool eu2.nanopool.org:9999 -ewal 0x360d6f9efea21c82d341504366fd1c2eeea8fa9d -esm 2 -epsw x -allpools 1 -ttli 88 -tstop 92 -tstart 50 -ethi 1 -li 15 -mport 0 -mode 1 -logfile logfile.txt

epools.txt, this but doesn't work
POOL: eu2.nanopool.org:9999, WALLET: 0x360d6f9efea21c82d341504366fd1c2eeea8fa9d, WORKER: workername, PSW: x, ESM: 2, ALLPOOLS: 1, TTLI: 88, TSOP: 92, TSTART: 50, ETHI: 1, LI: 15, MODE: 1, LOGFILE: logfile.txt

Can you share what the actual problem is while using epools.txt?
The only difference I can see is the addition of the worker:, try to remove that
sr. member
Activity: 412
Merit: 250
Any help here please??

can anyone help me.
how to use this from bat file in epools.txt
EthDcrMiner64.exe -epool eu2.nanopool.org:9999 -ewal 0x360d6f9efea21c82d341504366fd1c2eeea8fa9d -esm 2 -epsw x -allpools 1 -ttli 88 -tstop 92 -tstart 50 -ethi 1 -li 15 -mport 0 -mode 1 -logfile logfile.txt

epools.txt, this but doesn't work
POOL: eu2.nanopool.org:9999, WALLET: 0x360d6f9efea21c82d341504366fd1c2eeea8fa9d, WORKER: workername, PSW: x, ESM: 2, ALLPOOLS: 1, TTLI: 88, TSOP: 92, TSTART: 50, ETHI: 1, LI: 15, MODE: 1, LOGFILE: logfile.txt
legendary
Activity: 1030
Merit: 1006
Been a long time since I've played with AMD cards and switching it to the compute mode solved it. I'm glad that they have a good UI and the drivers work flawlessly now (crossfired 6970's was the last true AMD build i did). Either way once I switched the 2 cards to compute, made some small changes to the clock settings (1950mhz mem @ .950v both cards, can go down on voltage but will keep it up till I know the cards are stable at this frequency voltage) and both cards are sitting happily around 29-30mh/s. Now to continue building a few more machines for the other 10 570's I have. Thank you for the help guys, happy mining!
NP...merit 'd be nice Smiley
newbie
Activity: 2
Merit: 0
Been a long time since I've played with AMD cards and switching it to the compute mode solved it. I'm glad that they have a good UI and the drivers work flawlessly now (crossfired 6970's was the last true AMD build i did). Either way once I switched the 2 cards to compute, made some small changes to the clock settings (1950mhz mem @ .950v both cards, can go down on voltage but will keep it up till I know the cards are stable at this frequency voltage) and both cards are sitting happily around 29-30mh/s. Now to continue building a few more machines for the other 10 570's I have. Thank you for the help guys, happy mining!
full member
Activity: 585
Merit: 110
~snip~

use gpuz to find out the asic quality of the card you are using
then use overdriventool to oc the clocks and uv the voltages to reduce the current consumption
figure out the memory vendor of the card as it will be different  for every card and it will oc accordingly
legendary
Activity: 1030
Merit: 1006
Hello all

New to the game and need some further input. I've done a few days (in hours) research on ethereum, blockchain ect and I want to get into it. Had some spare sapphire 4gb 470's laying around and got claymore up any running with no errors. I just find i am getting rather low hash rate. My main machine has an overclocked 1080 (Roughly speeds of a stock 1080 ti) and im getting about 25 mh/s with it which I think is still considered low for what I should be getting. The 2 470's are only getting 10 mh/s each which means I know I have something configured incorrectly. My 1080 machine can run for hours with no rejects or errors, just seems slow. Is there anything such as specific driver versions for AMD or Page File values i should be using? It also shows the power usage for not only my 1080 but the two 470's are at roughly half of what it should be (Claymore and AMD confirms only ~60w  usage on the 470's, ~130w on the 1080). I know it's a simple setting im missing, heres my config file....

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 -epsw x -strap 0@1850 -rxboost 1 -etha 0 -ethi 9

pause

Slowing gaining it, just from what I've been reading through further research suggests I should be getting much more. I've played with different strap settings 0-5, setting memory timings, different -etha -ethi settings and it all results in the same speed and power usage. Any and all suggestions are appreciated.

All the best!
first put AMDs to COMPUTE in radeon "settings". Then lower cclock ( 1131?) and try more memory clock (some go to 2100 ) and set cvddc (860 ish) and mvddc (870ish)...
newbie
Activity: 2
Merit: 0
Hello all

New to the game and need some further input. I've done a few days (in hours) research on ethereum, blockchain ect and I want to get into it. Had some spare sapphire 4gb 470's laying around and got claymore up any running with no errors. I just find i am getting rather low hash rate. My main machine has an overclocked 1080 (Roughly speeds of a stock 1080 ti) and im getting about 25 mh/s with it which I think is still considered low for what I should be getting. The 2 470's are only getting 10 mh/s each which means I know I have something configured incorrectly. My 1080 machine can run for hours with no rejects or errors, just seems slow. Is there anything such as specific driver versions for AMD or Page File values i should be using? It also shows the power usage for not only my 1080 but the two 470's are at roughly half of what it should be (Claymore and AMD confirms only ~60w  usage on the 470's, ~130w on the 1080). I know it's a simple setting im missing, heres my config file....

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 -epsw x -strap 0@1850 -rxboost 1 -etha 0 -ethi 9

pause

Slowing gaining it, just from what I've been reading through further research suggests I should be getting much more. I've played with different strap settings 0-5, setting memory timings, different -etha -ethi settings and it all results in the same speed and power usage. Any and all suggestions are appreciated.

All the best!
sr. member
Activity: 412
Merit: 250
can anyone help me.
how to use this from bat file in epools.txt
EthDcrMiner64.exe -epool eu2.nanopool.org:9999 -ewal 0x360d6f9efea21c82d341504366fd1c2eeea8fa9d -esm 2 -epsw x -allpools 1 -ttli 88 -tstop 92 -tstart 50 -ethi 1 -li 15 -mport 0 -mode 1 -logfile logfile.txt

epools.txt, this but doesn't work
POOL: eu2.nanopool.org:9999, WALLET: 0x360d6f9efea21c82d341504366fd1c2eeea8fa9d, WORKER: workername, PSW: x, ESM: 2, ALLPOOLS: 1, TTLI: 88, TSOP: 92, TSTART: 50, ETHI: 1, LI: 15, MODE: 1, LOGFILE: logfile.txt
newbie
Activity: 14
Merit: 0
But if so, I must keep using Phoenix.
try clay, after apply timing pause device pressing 0 or other. run Phoenix

Hehe... Tricki... I tried this and I got about +2%, but the Phoenix started very-very slowly and comp frozed couple times for 2-3 seconds.
After about 2 minutes everything worked fine, and got this +2%, but looks like to me, that comp doesnt like this trick so much, and 2% not worth it.
But thanks anyway.
newbie
Activity: 39
Merit: 0
But if so, I must keep using Phoenix.
try clay, after apply timing pause device pressing 0 or other. run Phoenix
newbie
Activity: 14
Merit: 0
It is strange, but your miner makes wrong shares while mining UBIQ. Is there compatibility issue after hardfork in 2018 and switching to Ubqhash (modernised Ethash)? PhoenixMiner is working pretty well with UBIQ now.

Didnt see any answer. Can we mine Ubiq with Claymore? If yes, how?

Claymore miner not support Ubqhash algos. use Phoenix or other.

So sad.. Sad
I already use Phoenix, but Claymore15 work about 7-8% faster for me on other Ethash. Thats why I wanted to use Claymore to mine Ubiq too.
But if so, I must keep using Phoenix.
Thank You for answer.
newbie
Activity: 39
Merit: 0
It is strange, but your miner makes wrong shares while mining UBIQ. Is there compatibility issue after hardfork in 2018 and switching to Ubqhash (modernised Ethash)? PhoenixMiner is working pretty well with UBIQ now.

Didnt see any answer. Can we mine Ubiq with Claymore? If yes, how?

Claymore miner not support Ubqhash algos. use Phoenix or other.
Pages:
Jump to: