Author

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

member
Activity: 168
Merit: 15
rabbi-t, they do contain _log.txt, but located in subfolder
newbie
Activity: 8
Merit: 0
Hello, Claymore!
I found -logsmaxsize is not working if a subfolder is specified in -logfile. In my case ( -logsmaxsize 100 -logfile logs\ ) I have more than 1 Gb of logs on each rig and nothing is cleared.
"all files that contain "_log.txt""
member
Activity: 168
Merit: 15
Hello, Claymore!
I found -logsmaxsize is not working if a subfolder is specified in -logfile. In my case ( -logsmaxsize 100 -logfile logs\ ) I have more than 1 Gb of logs on each rig and nothing is cleared.
hero member
Activity: 1036
Merit: 606
Just run an administrator command prompt and ping the stratum server. e.g.

Code:
ping us1.ethermine.org

Anything <100 ms is good.
newbie
Activity: 19
Merit: 0
How can I see the ms connection to the pool (claymore 11.9) ??
legendary
Activity: 3808
Merit: 1723
Up to 300% + 200 FS deposit bonuses
livehappy
at what point does it crash?


Hello,
Sorry for my late answer. It actually recognizes all my cards. It crashes after Create DAG Epoch. I am attaching an image where the machine crashes.
 


Thanks for everyone on their help.
Cheers

Are they 3G cards and Windows 10? Will no longer work. Windows 10 takes up too much GPU memory and not enough room left for the DAG file.


No I am on Linux

If you are using an older version like 9.x you need to upgrade because after DAG 200 there is a bug and the miner won't work properly anymore. People got this issue earlier who were mining ETC which is a few DAG ahead of ETH.

If you are low on RAM (not video memory) you might also run into this issue. I don't think its possible to mine with only 2GB of system memory, even if your GPUs are 8GB memory.

Also you need to make sure your virtual memory is at least 16GB or 32GB or so. Basically the more GPUs in a system the more virtual memory you should have set.
newbie
Activity: 4
Merit: 0
livehappy
at what point does it crash?


Hello,
Sorry for my late answer. It actually recognizes all my cards. It crashes after Create DAG Epoch. I am attaching an image where the machine crashes.
 
https://ibb.co/jrFqp8

Thanks for everyone on their help.
Cheers

Are they 3G cards and Windows 10? Will no longer work. Windows 10 takes up too much GPU memory and not enough room left for the DAG file.


No I am on Linux
member
Activity: 247
Merit: 59
You can also specify different failover epools.txt files with the -epoolsfile parameter in the config file or batch file e.g -epoolsfile Claymore\epoolsfile1.txt, -epoolsfile Claymore\epoolsfile2.txt, etc.

This is exactly what I am looking for. Is this documented somewhere that I've missed?

I normally specify the pool as part of the startup in the batch file... I just also want to specify the fail-over pools... which is why I want to do this.

Edit... Oh boy, I see it in the first post now that I know what to look for.
hero member
Activity: 1036
Merit: 606
You should specify the main ETH pool to mine at with the -epool parameter e.g. -epool ssl://eu1.ethermine.org:5555. Either in a config.txt file or directly in the batch file. epools.txt is the ETH failover pools file for the miner to switch to whenever the main pool goes down and dpools.txt is the secondary coin failover pools for when you are dual mining.

If you want to use different -epool pools as the main ETH pools, you can create different config files with the -epool to use and specify a config file name in the batch file when staring the miner.

e.g. start_claymore_config1.bat

@ECHO off
CLS
COLOR 3F
TITLE %~nx0
CD "C:\Miners\Claymore-latest"
EthDcrMiner64.exe Claymore\config1.txt <-------- This has first main -epool pool

--------------------------------

e.g. start_claymore_config2.bat

@ECHO off
CLS
COLOR 3F
TITLE %~nx0
CD "C:\Miners\Claymore-latest"
EthDcrMiner64.exe Claymore\config2.txt <-------- This has second main -epool pool

etc.

You can also specify different failover epools.txt files with the -epoolsfile parameter in the config file or batch file e.g -epoolsfile Claymore\epoolsfile1.txt, -epoolsfile Claymore\epoolsfile2.txt, etc.
member
Activity: 247
Merit: 59
In Claymore you set the main ETH pool with the -epool parameter in the .bat file or in a config.txt file.  If you have different pools you use, you can specify different configuration file names with the -epool to use in the .bat file you use to launch the miner.

Quote
CONFIGURATION FILE

You can use "config.txt" file instead of specifying options in command line.
If there are not any command line options, miner will check "config.txt" file for options.
If there is only one option in the command line, it must be configuration file name.
If there are two or more options in the command line, miner will take all options from the command line, not from configuration file.
Place one option per line, if first character of a line is ";" or "#", this line will be ignored.
You can also use environment variables in "epools.txt" and "config.txt" files. For example, define "WORKER" environment variable and use it as "%WORKER%" in config.txt or in epools.txt.

Vann - It is still not clear to me how to do this. For example, if I want to have two "epools.txt" files..

eth_epools.txt
aka_epools.txt

In my batch file... do I just use "-epool eth_epools.txt" instead of the actual address to my pool?

Edit: I tested out using the filename in the -epool switch... that doesn't work.

Maybe I should explain what I am trying to do... I want to have one folder with the latest Claymore in it to which I can reference with a few batch files. I do this for xmr-stak....

My folder structure will be...

..\Claymore\ <-- will contain all my start_xxx.bat files and my xxx_epools.txt
..\Claymore\Claymore-latest\ <-- will have the latest source for claymore

I'd like for my batch files to be able to just reference the epools.txt files so I can just copy the new claymore files into the "Claymore-latest" folder once without having to do it a bunch of times. If I want to have multiple coins use the same claymore source and want to use the epools.txt file. I need a way to specify this file.
newbie
Activity: 1
Merit: 0
Has anyone experienced the miner just auto-close the window after launching? Below is the screen below the window closes:

https://imgur.com/a/UTKzWdr

I will post the text here too:

C:\Users\user\Desktop\zClaymore's Dual Ethereum+Decred_Siacoin_Lbry_Pascal_Blake2s_Keccak AMD+NVIDIA GPU Miner v11.8>setx GPU_FORCE_64BIT_PTR 0

SUCCESS: Specified value was saved.

C:\Users\user\Desktop\zClaymore's Dual Ethereum+Decred_Siacoin_Lbry_Pascal_Blake2s_Keccak AMD+NVIDIA GPU Miner v11.8>setx GPU_MAX_HEAP_SIZE 100

SUCCESS: Specified value was saved.

C:\Users\user\Desktop\zClaymore's Dual Ethereum+Decred_Siacoin_Lbry_Pascal_Blake2s_Keccak AMD+NVIDIA GPU Miner v11.8>setx GPU_USE_SYNC_OBJECTS 1

SUCCESS: Specified value was saved.

C:\Users\user\Desktop\zClaymore's Dual Ethereum+Decred_Siacoin_Lbry_Pascal_Blake2s_Keccak AMD+NVIDIA GPU Miner v11.8>setx GPU_MAX_ALLOC_PERCENT 100

SUCCESS: Specified value was saved.

C:\Users\user\Desktop\zClaymore's Dual Ethereum+Decred_Siacoin_Lbry_Pascal_Blake2s_Keccak AMD+NVIDIA GPU Miner v11.8>setx GPU_SINGLE_ALLOC_PERCENT 100

SUCCESS: Specified value was saved.

C:\Users\user\Desktop\zClaymore's Dual Ethereum+Decred_Siacoin_Lbry_Pascal_Blake2s_Keccak AMD+NVIDIA GPU Miner v11.8>ethdcrminer64.exe -epool ssl://asia1.ethermine.org:5555 -ewal [wallet.deleted.for.privacy] -epsw x -mode 1 -tt 68 -allpools 1

╔════════════════════════════════════════════════════════════════╗
║                Claymore's Dual GPU Miner - v11.8               ║
║              ETH + DCR/SIA/LBC/PASC/BLAKE2S/KECCAK             ║
╚════════════════════════════════════════════════════════════════╝

ETH: 1 pool is specified
Main Ethereum pool is asia1.ethermine.org:5555

C:\Users\user\Desktop\zClaymore's Dual Ethereum+Decred_Siacoin_Lbry_Pascal_Blake2s_Keccak AMD+NVIDIA GPU Miner v11.8>pause
Press any key to continue . . .
sr. member
Activity: 756
Merit: 250
livehappy
at what point does it crash?


Hello,
Sorry for my late answer. It actually recognizes all my cards. It crashes after Create DAG Epoch. I am attaching an image where the machine crashes.
 


Thanks for everyone on their help.
Cheers

Are they 3G cards and Windows 10? Will no longer work. Windows 10 takes up too much GPU memory and not enough room left for the DAG file.


no they dont.. i switched all my rigs to smos or hiveos for mining ethereum and etc with linux you can mine them till next year
legendary
Activity: 1246
Merit: 1024
livehappy
at what point does it crash?


Hello,
Sorry for my late answer. It actually recognizes all my cards. It crashes after Create DAG Epoch. I am attaching an image where the machine crashes.
 


Thanks for everyone on their help.
Cheers

Are they 3G cards and Windows 10? Will no longer work. Windows 10 takes up too much GPU memory and not enough room left for the DAG file.
newbie
Activity: 4
Merit: 0
livehappy
at what point does it crash?


Hello,
Sorry for my late answer. It actually recognizes all my cards. It crashes after Create DAG Epoch. I am attaching an image where the machine crashes.
 
https://ibb.co/jrFqp8

Thanks for everyone on their help.
Cheers
member
Activity: 294
Merit: 13
Wondering if anyone is getting issues with the later versions using the same settings are earlier versions.

Basically I had to upgrade due to the DAG 200 bug and with version 11.7 I get freezing sometime within the first hour or so.

With the older version 9.8 I've never experienced this and I am using the same settings mining ETH on solo mode.

Only thing I've noticed is that the newer version is 0.15MHs faster and maybe this stresses the GPU further.

The kernels are different in newest versions.
It was advised that the old overclock/bios mods might be unstable.

"-oldkernels (AMD cards only) specify "-oldkernels 1" to use old-style GPU kernels from v10, they can be more stable for hard OC and custom BIOSes."

Lowering OC works in my case.

So, do you mean we don't need to overclock and bios mod for the new Claymore? I assume your GPU is bios mod, but how much are you lowering the overclock?
member
Activity: 294
Merit: 13
Hi guys, I'm using 5 GTX 1060 6GB (ZOTAC AMP!) with the following variables and 16GB of page files.

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

I'm mining with this server from january 2018 and until today I've no problem. During the claymore restart I noticed a strange error:

- CANNOT create dag file error 11 (something similar)

I tried to remove the updated driver and re-install the tested one: 372.54, but at the end I'm using -eres 0

Why is this necessary? I Read this:
-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.

So can I set to 1? or it's better 0?

Server spec:
- Windows 10 64Bit
- SSD 60GB
- 4GB RAM
- 5x GTX 1060 AMP Edition Zotac 6GB
- Claymore 10


As I said I've no problems until today. (What's -eres 0? Can someone explain this setting?)


EDIT:
This server is used in "Solo Mode" (Ethereum) with ethermine


EDIT2:
GPU #0: GeForce GTX 1060 6GB, 6144 MB available, 10 compute units, capability: 6.1
GPU #1: GeForce GTX 1060 6GB, 6144 MB available, 10 compute units, capability: 6.1
GPU #2: GeForce GTX 1060 6GB, 6144 MB available, 10 compute units, capability: 6.1
GPU #3: GeForce GTX 1060 6GB, 6144 MB available, 10 compute units, capability: 6.1
GPU #4: GeForce GTX 1060 6GB, 6144 MB available, 10 compute units, capability: 6.1
ETH: GPU0 24.015 Mh/s, GPU1 24.122 Mh/s, GPU2 24.138 Mh/s, GPU3 24.109 Mh/s, GPU4 24.139 Mh/s  (same result at the moment)



What version did you use? If you used old version maybe that's the problem because I had this problem too, then I upgraded to the new version (not the latest) and the problem was gone. Maybe if you used old to try to change to the new one especially 11.9 has released

I also  got the same  problem  with  2  rigs  of  5   1080  ti   was  claymore  go  good  for  2  months  today  give  the  same   error  message  as  you   memory  dag  ca  not locate, I  try  to  set   baffer  seting   0   1   2   any  n.   will  no  work   

Have you tried using the newest Claymore which is 11.9? When I got this message I used the old one (Claymore v.10) If you haven't tried the new one you should try it.
newbie
Activity: 49
Merit: 0
I have been running Sapphire Pulse RX570 4G and RX580 8G GPU's for the past year using the Claymore dual miner (Win10 Pro) w/o any issues until a few days ago.  Same problem on 4 different rigs.  Any help will be much appreciated.

https://imgur.com/3Wt4Asz



Perhaps try rolling back recent Windows updates.

https://www.thewindowsclub.com/rollback-uninstall-windows-10-creators-update


Alternatively, DDU your AMD drivers and install the most recent Adrenaline driver.   Consider uninstalling and reinstalling Afterburner to the most recent version as well.


It's strange that your hash rates are so low though.


Best of luck!





I'm using older version of the Claymore Miner - you think that could the cause for sudden hasharate drop??
Claymore's Dual Ethereum+Decred_Siacoin_Lbry_Pascal AMD+NVIDIA GPU Miner v9.6



I would certainly try using the newest version of Clamore, as well as mine on another pool.   Perhaps Ethermine or Nanopool.


I periodically do all the steps I mentioned above while using the latest version of Claymore on Nanopool.   I have no problems.



Another thought would be to search amazon for an HDMI dummy plug for each of your GPU's that are not connected to a monitor - something like this.   https://www.amazon.ca/Headless-Display-Emulator-Headless-1920x1080-generation/dp/B0732S6KG4?th=1




I'm sure that your issues can be solved with at least one, or a combination of things I have suggested.
newbie
Activity: 2
Merit: 0
I have been running Sapphire Pulse RX570 4G and RX580 8G GPU's for the past year using the Claymore dual miner (Win10 Pro) w/o any issues until a few days ago.  Same problem on 4 different rigs.  Any help will be much appreciated.

https://imgur.com/3Wt4Asz



Perhaps try rolling back recent Windows updates.

https://www.thewindowsclub.com/rollback-uninstall-windows-10-creators-update


Alternatively, DDU your AMD drivers and install the most recent Adrenaline driver.   Consider uninstalling and reinstalling Afterburner to the most recent version as well.


It's strange that your hash rates are so low though.


Best of luck!





I'm using older version of the Claymore Miner - you think that could the cause for sudden hasharate drop??
Claymore's Dual Ethereum+Decred_Siacoin_Lbry_Pascal AMD+NVIDIA GPU Miner v9.6
hero member
Activity: 1036
Merit: 606
In Claymore you set the main ETH pool with the -epool parameter in the .bat file or in a config.txt file.  If you have different pools you use, you can specify different configuration file names with the -epool to use in the .bat file you use to launch the miner.

Quote
CONFIGURATION FILE

You can use "config.txt" file instead of specifying options in command line.
If there are not any command line options, miner will check "config.txt" file for options.
If there is only one option in the command line, it must be configuration file name.
If there are two or more options in the command line, miner will take all options from the command line, not from configuration file.
Place one option per line, if first character of a line is ";" or "#", this line will be ignored.
You can also use environment variables in "epools.txt" and "config.txt" files. For example, define "WORKER" environment variable and use it as "%WORKER%" in config.txt or in epools.txt.
member
Activity: 247
Merit: 59
I've read through the readme, maybe I am missing something. Is there a command line switch to select the pools.txt file?
Jump to: