Author

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

newbie
Activity: 31
Merit: 0
How can I tell claymore miner to ignore one gpu?
and alternativly to mine something else on one gpu.

so far I have been disabling the gpu in device manager when launching claymore but that is kinda silly


In your start up bat put the -di command followed by the gpu's you want active. ie: -di 01234 would activate the first 5 GPU' for mining.

thank you but it still tries to write the DAG buffer on all the gpu's first, while not mining on it. The harm for me is then already done
full member
Activity: 238
Merit: 100
What is your clock on GTX1060 Micron Memory?

I am using:
Claymore Miner 9.8
Driver 385.12 - BETA
Windows 10 Pro

Power Limit +80
Core Clock +100
Memory + 700

I get 22.3 - 23 MH/s but the miner is not very stable, often restarts and I get Error CUDA mining: an illegal memory access was encountered.

Any help? Appreciate it.

Reduce overclocking as it is recommended by Claymore on the first page of this thread.
21-22 is normal for 1060 as per Whattomine.
full member
Activity: 238
Merit: 100
What is your clock on GTX1060 Micron Memory?

I am using:
Claymore Miner 9.8
Driver 385.12 - BETA
Windows 10 Pro

Power Limit +80
Core Clock +100
Memory + 700

I get 22.3 - 23 MH/s but the miner is not very stable, often restarts and I get Error CUDA mining: an illegal memory access was encountered.

Any help? Appreciate it.

Use the driver which is recommended by Claymore. Check the first page of this thread.
newbie
Activity: 23
Merit: 0
What is your clock on GTX1060 Micron Memory?

I am using:
Claymore Miner 9.8
Driver 385.12 - BETA
Windows 10 Pro

Power Limit +80
Core Clock +100
Memory + 700

I get 22.3 - 23 MH/s but the miner is not very stable, often restarts and I get Error CUDA mining: an illegal memory access was encountered.

Any help? Appreciate it.
member
Activity: 66
Merit: 10
anyone else had issues with lost connection on ethermine pool since updating to 9.8 or in general?

Yes, may be ethman error(its ok in cmd). But I'm back to 9.7.

Yes, now so many times I see how the miner lose the connection and is unable to reconnect to the main pool, as well as the alternative pools that I specified in epools.txt
hero member
Activity: 910
Merit: 1002
anyone else had issues with lost connection on ethermine pool since updating to 9.8 or in general?

Yes, may be ethman error(its ok in cmd). But I'm back to 9.7.
full member
Activity: 238
Merit: 100
Just to verify, -cvddc is not supported for RX 5xx in Windows?

It works for me.
I usually put cvddc along with mvdcc. maybe that is the key...
https://goo.gl/photos/z1HArRHyspcriJAx5
full member
Activity: 675
Merit: 100
Just to verify, -cvddc is not supported for RX 5xx in Windows?
hero member
Activity: 2366
Merit: 504
I have updated my win10 to creators update and now miner crashes.. had to roll back and I hope it will be fixed before the update is forced on us by MS  Smiley
sr. member
Activity: 420
Merit: 260
How can I tell claymore miner to ignore one gpu?
and alternativly to mine something else on one gpu.

so far I have been disabling the gpu in device manager when launching claymore but that is kinda silly

press 0-9 in claymore when it is active 0 shuts down mining on gpu 0   1 on gpu 1 and so on

In your start up bat put the -di command followed by the gpu's you want active. ie: -di 01234 would activate the first 5 GPU' for mining.
newbie
Activity: 31
Merit: 0

TIMEOUT 40
@echo off
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
@echo on

EthDcrMiner64.exe -epool eu1.ethermine.org:4444 -esm 1 -ewal 0**************9.comp -epsw x  -di 01245

Not what I asked for but this put me on the right path, For anyone interested in temporarily disabling a gpu from cmd;

Download the microsoft devcon tool
Copy the Matching Device Id field in device manager properties of the gpu

Open a command-prompt in your devcon map
Run this command:
devcon findall * | find /i " said device ID " > "%temp%\devcon.txt"
Open the file %temp%\devcon.txt and find your device

Copy the ID (you only need up until the end of the SUBSYS field) and put it between ""
devcon disable " ID from devcon.txt "

I had to put the enable command in a separate bat file that launches near the end. with a timeout to re enable after it starts mining

final code:

TIMEOUT 2
cd\
cd Program Files (x86)\Windows Kits\10\Tools\x64
devcon disable "PCI\VEN_10DE&DEV_1381&SUBSYS_8A9...."

cd\
cd Program Files\claymoreminer
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

start cmd /k Call reenable750.bat 4444

EthDcrMiner64.exe -epool eu1.ethermine.o........



If anyone knows a more elegant way feel free to let me know
newbie
Activity: 31
Merit: 0
- Why Ethereum hashrate in Dual mode is higher than in Single mode?
  Hardware feature, accept it as an extra bonus.


Magic hardware!   Roll Eyes

I've dual mined ETH with both Siacoin and Decred at several settings (from 20 to 80%), and at all settings my ETH takes a hit. In a 7 card GTX 1070 rig the ETH hashrate drops from ~220 MH/s to 210, 200, 180, even 155.

Anyone here able to mine ETH (with another coin) and NOT take a hit --- let alone have the rate increase?

THANKS
newbie
Activity: 25
Merit: 0
HI guys, which command must I use in Dual mining eth-dcr. to good hshrates?

-dcri

more info is in the readme.txt file in the root folder of Claymore Miner

best to test with the + / - keys first to find your best rate.


that I now, no more command only dcri?
full member
Activity: 238
Merit: 100
- Why Ethereum hashrate in Dual mode is higher than in Single mode?
  Hardware feature, accept it as an extra bonus.


Magic hardware!   Roll Eyes

My guess: this way Claymore incourage you to mine in dual as he gets 2% fee in that case Smiley
full member
Activity: 238
Merit: 100
How can I tell claymore miner to ignore one gpu?
and alternativly to mine something else on one gpu.

so far I have been disabling the gpu in device manager when launching claymore but that is kinda silly

press 0-9 in claymore when it is active 0 shuts down mining on gpu 0   1 on gpu 1 and so on

Or if you have 6 gpus and you do not want to use one set -di 0,1,2,4,5 in bat file. In this case the program will not mine with fourth card


thanks for the replies but it is not working. The reason I want this, is due to a lack of ram on that one gpu
claymore still tries to make the DAG and there simply is no ram for it resulting in total failure


alternatively anyone have an idea to make the bat file disable one gpu for 1minute, that would make claymore fail to recognize it

Good advise had been given.
What exactly is not working for you?
Post the config files and screenshot, please.
full member
Activity: 238
Merit: 100
Hey I'm getting an error message when trying to mine eth + sia, I think its still trying to mine decred even when I switch it from dcr to sia or sc. Please help me out



What are your config and batch files?
full member
Activity: 675
Merit: 100
- Why Ethereum hashrate in Dual mode is higher than in Single mode?
  Hardware feature, accept it as an extra bonus.


Magic hardware!   Roll Eyes
newbie
Activity: 36
Merit: 0
HI guys, which command must I use in Dual mining eth-dcr. to good hshrates?

-dcri

more info is in the readme.txt file in the root folder of Claymore Miner

best to test with the + / - keys first to find your best rate.
newbie
Activity: 25
Merit: 0
HI guys, which command must I use in Dual mining eth-dcr. to good hshrates?
member
Activity: 135
Merit: 10


set -di 024
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

still tries to write the buffer for DAG to the gpu memory even when manually pressing 1 and telling me mining is disabled on that card

[/quote]
TIMEOUT 40
@echo off
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
@echo on

EthDcrMiner64.exe -epool eu1.ethermine.org:4444 -esm 1 -ewal 0**************9.comp -epsw x  -di 01245
Jump to: