Author

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

newbie
Activity: 6
Merit: 0
please help

i can not run the miner as shown below. i use GTX 1070

what i'm tried
1. update driver
2. virtual memory set to 60000 MB

thank for advance

Code:
C:\Users\User\Dropbox\Claymore>EthDcrMiner64.exe -epool eu1-etc.ethermine.org:14444 -ewal 0xc03b5c4bf7d2692809fcb92545642ba25711396b.DAD5

ษออออออออออออออออออออออออออออออออออออออออออออออออออออออออออออออออป
บ                Claymore's Dual GPU Miner - v11.9               บ
บ              ETH + DCR/SIA/LBC/PASC/BLAKE2S/KECCAK             บ
ศออออออออออออออออออออออออออออออออออออออออออออออออออออออออออออออออผ

ETH: 1 pool is specified
Main Ethereum pool is eu1-etc.ethermine.org:14444
DCR: 0 pool is specified

C:\Users\User\Dropbox\Claymore>pause
Press any key to continue . . .
newbie
Activity: 6
Merit: 0
Had it working fine last night and for now reason I get the program stopped working error?  Any ideas?

It basically shows the 1 pool is specified then I get the grey stopped working window.
newbie
Activity: 2
Merit: 0
Hi I've been using Claymore's Miner v9.x for a year or so now with Windows, AMD RX480, & Ethermine.

Recently the miner stopped working with the following error (continuously):
Code:
Pool sent wrong data, cannot set epoch, disconnectETH: Connection lost, retry in 20 sec...

I did some searching and figured out I just need to update my miner to v11.9.

The only issue now is I can't figure out how to make the start.bat file I created work correctly. I Run the start.bat file and it pops up a CMD explorer window briefly saying it is saving the values then it immediately closes.

My original v9.x start.bat file looked like this:
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 us1.ethermine.org:14444 -ewal 0x32b8a7bf7de1ad105819265b03ccdd9a8c823336 -epsw x

New start.bat v11.9 file:
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 -epool us1.ethpool.org:14444 -ewal 0x32b8a7bf7de1ad105819265b03ccdd9a8c823336 -epsw x

I know I'm doing something wrong with the .bat file. I just don't know what. As mentioned when I run it the window briefly pops up saying the values are saved then is closes. Tried messing with it a little but no luck, format when saving ANSI.

Halp!

Start the bat in a CMD window, it will show any errors and it won't immediately close so you will see the errors.
Check that Windows defender has not deleted "EthDcrMiner64.exe". It will detect this as a virus and delete it giving the symptoms you see.
I don't know if the "./" at the start of your command line should be there ?


Or you can add the following to the bottom of your start.bat:

timeout 7200


What this does is it'll pause and wait for a key press before proceeding, so you have a chance to see what error message it's producing from running ethdcrminer.

Then take it from there.
sr. member
Activity: 1414
Merit: 270
Undeads.com - P2E Runner Game
Here's a new one for you:

Going back to Fall Creator Build 1709 worked perfectly. Finding this ISO was a bit difficult, but it's out there.

I DDU'd my GPUs, and then attempted to restart. I'm getting Error 55 on an Asus Z97-Pro (no memory detected)

I tried different sticks of ram, 1 by 1 in the appropriate slot...nothing. A new PSU...nothing. used the MEMOK! button which didn't do jack. I can't even boot into bios. Re-seated the CPU...nothing. The seller told me the mobo had 2 bent pins but it was working "fine" after I travelled 30 minutes, SO i just bought it. To his credit, it was working just fine. Is it possible that these bent pins suddenly screwed everything up after being fine for 3 weeks?



First, make sure that these pins are used. Perhaps they serve as duplicates or not used at all. Find the desired pin in the picture and check the table from page 115 (112).
https://www.intel.co.uk/content/dam/www/public/us/en/documents/datasheets/4th-gen-core-family-desktop-vol-1-datasheet.pdf
sr. member
Activity: 574
Merit: 261
Hi I've been using Claymore's Miner v9.x for a year or so now with Windows, AMD RX480, & Ethermine.

Recently the miner stopped working with the following error (continuously):
Code:
Pool sent wrong data, cannot set epoch, disconnectETH: Connection lost, retry in 20 sec...

I did some searching and figured out I just need to update my miner to v11.9.

The only issue now is I can't figure out how to make the start.bat file I created work correctly. I Run the start.bat file and it pops up a CMD explorer window briefly saying it is saving the values then it immediately closes.

My original v9.x start.bat file looked like this:
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 us1.ethermine.org:14444 -ewal 0x32b8a7bf7de1ad105819265b03ccdd9a8c823336 -epsw x

New start.bat v11.9 file:
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 -epool us1.ethpool.org:14444 -ewal 0x32b8a7bf7de1ad105819265b03ccdd9a8c823336 -epsw x

I know I'm doing something wrong with the .bat file. I just don't know what. As mentioned when I run it the window briefly pops up saying the values are saved then is closes. Tried messing with it a little but no luck, format when saving ANSI.

Halp!

Start the bat in a CMD window, it will show any errors and it won't immediately close so you will see the errors.
Check that Windows defender has not deleted "EthDcrMiner64.exe". It will detect this as a virus and delete it giving the symptoms you see.
I don't know if the "./" at the start of your command line should be there ?
newbie
Activity: 1
Merit: 0
Hi I've been using Claymore's Miner v9.x for a year or so now with Windows, AMD RX480, & Ethermine.

Recently the miner stopped working with the following error (continuously):
Code:
Pool sent wrong data, cannot set epoch, disconnectETH: Connection lost, retry in 20 sec...

I did some searching and figured out I just need to update my miner to v11.9.

The only issue now is I can't figure out how to make the start.bat file I created work correctly. I Run the start.bat file and it pops up a CMD explorer window briefly saying it is saving the values then it immediately closes.

My original v9.x start.bat file looked like this:
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 us1.ethermine.org:14444 -ewal 0x32b8a7bf7de1ad105819265b03ccdd9a8c823336 -epsw x

New start.bat v11.9 file:
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 -epool us1.ethpool.org:14444 -ewal 0x32b8a7bf7de1ad105819265b03ccdd9a8c823336 -epsw x

I know I'm doing something wrong with the .bat file. I just don't know what. As mentioned when I run it the window briefly pops up saying the values are saved then is closes. Tried messing with it a little but no luck, format when saving ANSI.

Halp!
legendary
Activity: 1030
Merit: 1006
Here's a new one for you:

Going back to Fall Creator Build 1709 worked perfectly. Finding this ISO was a bit difficult, but it's out there.

I DDU'd my GPUs, and then attempted to restart. I'm getting Error 55 on an Asus Z97-Pro (no memory detected)

I tried different sticks of ram, 1 by 1 in the appropriate slot...nothing. A new PSU...nothing. used the MEMOK! button which didn't do jack. I can't even boot into bios. Re-seated the CPU...nothing. The seller told me the mobo had 2 bent pins but it was working "fine" after I travelled 30 minutes, SO i just bought it. To his credit, it was working just fine. Is it possible that these bent pins suddenly screwed everything up after being fine for 3 weeks?


Can it be more obvious?
newbie
Activity: 11
Merit: 0
Here's a new one for you:

Going back to Fall Creator Build 1709 worked perfectly. Finding this ISO was a bit difficult, but it's out there.

I DDU'd my GPUs, and then attempted to restart. I'm getting Error 55 on an Asus Z97-Pro (no memory detected)

I tried different sticks of ram, 1 by 1 in the appropriate slot...nothing. A new PSU...nothing. used the MEMOK! button which didn't do jack. I can't even boot into bios. Re-seated the CPU...nothing. The seller told me the mobo had 2 bent pins but it was working "fine" after I travelled 30 minutes, SO i just bought it. To his credit, it was working just fine. Is it possible that these bent pins suddenly screwed everything up after being fine for 3 weeks?

legendary
Activity: 2492
Merit: 1429
Payment Gateway Allows Recurring Payments
Just try with 930 or 900...
exactly, increase the -mvddc
legendary
Activity: 1030
Merit: 1006
A very weird thing is happening with my RX 480 8GB. Overclocking memory gives me this:

Setting DAG epoch #201 for GPU0
Create GPU buffer for GPU0

And then reporting continuously 0.000 Mh/s. Any alteration to -mclock other than the value 2000, which is what the default clock is set to, will cause 0.000 Mh/s.

I have 5 other RX 580 cards running just fine on the same rig. Ample amount of virtual memory. I don't use any software. I use Claymore to apply overclocks. When I set the memory to 2000 it runs at 29.6 Mh/s without problem which fine but it has samsung memory and I'd like to try see what it can do. BIOS is unchanged except for memory straps.

what was the specified value in  -mvddc ?


I have core and memory set to 860. HWInfo 64 says core is running at 0.988 V though. Another weird thing is that if I put a number lower than 2000, it also messes it up. 0.000 Mh/s.

Just try with 930 or 900...
sr. member
Activity: 574
Merit: 261
A very weird thing is happening with my RX 480 8GB. Overclocking memory gives me this:

Setting DAG epoch #201 for GPU0
Create GPU buffer for GPU0

And then reporting continuously 0.000 Mh/s. Any alteration to -mclock other than the value 2000, which is what the default clock is set to, will cause 0.000 Mh/s.

I have 5 other RX 580 cards running just fine on the same rig. Ample amount of virtual memory. I don't use any software. I use Claymore to apply overclocks. When I set the memory to 2000 it runs at 29.6 Mh/s without problem which fine but it has samsung memory and I'd like to try see what it can do. BIOS is unchanged except for memory straps.

Graphics cards of the same type may have all the same specs but they are slightly different (the silicon lottery) and it could be that this errant cad has reached its limits. Have a look at the memory errors with 'HWinfo' and see what errors you get as you increase the clock speed.
legendary
Activity: 2492
Merit: 1429
Payment Gateway Allows Recurring Payments
A very weird thing is happening with my RX 480 8GB. Overclocking memory gives me this:

Setting DAG epoch #201 for GPU0
Create GPU buffer for GPU0

And then reporting continuously 0.000 Mh/s. Any alteration to -mclock other than the value 2000, which is what the default clock is set to, will cause 0.000 Mh/s.

I have 5 other RX 580 cards running just fine on the same rig. Ample amount of virtual memory. I don't use any software. I use Claymore to apply overclocks. When I set the memory to 2000 it runs at 29.6 Mh/s without problem which fine but it has samsung memory and I'd like to try see what it can do. BIOS is unchanged except for memory straps.

what was the specified value in  -mvddc ?
newbie
Activity: 30
Merit: 0
Hi Claymore

could you help with an issue i am having with voltage control

1. when i choose -cvddc of under 800 then the software uses the -mvddc value as the core voltage? is this a bug or something else? (amd cards)

thanks
newbie
Activity: 2
Merit: 0
Can anyone help me with this???

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

ETH: 7 pools are specified
Main Ethereum pool is eth-us-west1.nanopool.org:9999
AMD OpenCL platform not found
Be careful with overclocking, use default clocks for first tests
Press "s" for current statistics, "0".."9" to turn on/off cards, "r" to reload pools, "e" or "d" to select current pool, "x" to select GPU
CUDA initializing...

NVIDIA Cards available: 6
CUDA Driver Version/Runtime Version: 9.2/8.0
GPU #0: GeForce GTX 1070, 8192 MB available, 15 compute units, capability: 6.1  (pci bus 7:0:0)
GPU #1: GeForce GTX 1070, 8192 MB available, 15 compute units, capability: 6.1  (pci bus 9:0:0)
GPU #2: GeForce GTX 1070, 8192 MB available, 15 compute units, capability: 6.1  (pci bus 11:0:0)
GPU #3: GeForce GTX 1070, 8192 MB available, 15 compute units, capability: 6.1  (pci bus 12:0:0)
GPU #4: GeForce GTX 1070, 8192 MB available, 15 compute units, capability: 6.1  (pci bus 13:0:0)
GPU #5: GeForce GTX 1070, 8192 MB available, 15 compute units, capability: 6.1  (pci bus 14:0:0)
Total cards: 6

You can use "+" and "-" keys to achieve best ETH speed, see "FINE TUNING" section in Readme for details.

ETH: Stratum - connecting to 'eth-us-west1.nanopool.org' <45.32.71.82> port 9999 (unsecure)
ETHEREUM-ONLY MINING MODE ENABLED (-mode 1)
GPU0 t=50C fan=0%, GPU1 t=49C fan=0%, GPU2 t=51C fan=0%, GPU3 t=49C fan=0%, GPU4 t=51C fan=0%, GPU5 t=54C fan=0%
ETH: eth-proxy stratum mode
Watchdog enabled
Remote management (READ-ONLY MODE) is enabled on port 3333

ETH: Stratum - Connected (eth-us-west1.nanopool.org:9999) (unsecure)
ETH: Authorized
Setting DAG epoch #202...
ETH: 07/30/18-20:22:26 - New job from eth-us-west1.nanopool.org:9999
ETH - Total Speed: 0.000 Mh/s, Total Shares: 0, Rejected: 0, Time: 00:00
ETH: GPU0 0.000 Mh/s, GPU1 0.000 Mh/s, GPU2 0.000 Mh/s, GPU3 0.000 Mh/s, GPU4 0.000 Mh/s, GPU5 0.000 Mh/s
Setting DAG epoch #202 for GPU2
Setting DAG epoch #202 for GPU1
Setting DAG epoch #202 for GPU0
Setting DAG epoch #202 for GPU4
Setting DAG epoch #202 for GPU3
Setting DAG epoch #202 for GPU5
Create GPU buffer for GPU2
Create GPU buffer for GPU4
Create GPU buffer for GPU5
Create GPU buffer for GPU0
Create GPU buffer for GPU3
Create GPU buffer for GPU1
CUDA error - cannot allocate big buffer for DAG. Check readme.txt for possible solutions.
CUDA error - cannot allocate big buffer for DAG. Check readme.txt for possible solutions.
CUDA error - cannot allocate big buffer for DAG. Check readme.txt for possible solutions.
CUDA error - cannot allocate big buffer for DAG. Check readme.txt for possible solutions.
GPU 3 failed
Setting DAG epoch #202 for GPU3
GPU 4 failed
GPU2 DAG creation time - 7982 ms
GPU 5 failed
Setting DAG epoch #202 for GPU5
Setting DAG epoch #202 for GPU4
GPU0 DAG creation time - 7993 ms
GPU 3, CUDA error 11 - cannot write buffer for DAG
GPU 1 failed
Setting DAG epoch #202 for GPU1
GPU 4, CUDA error 11 - cannot write buffer for DAG
GPU 5, CUDA error 11 - cannot write buffer for DAG
Setting DAG epoch #202 for GPU0 done
GPU 1, CUDA error 11 - cannot write buffer for DAG
Setting DAG epoch #202 for GPU2 done
GPU 3 failed
GPU 4 failed
GPU 1 failed
GPU 5 failed
ETH: 07/30/18-20:22:54 - New job from eth-us-west1.nanopool.org:9999
ETH - Total Speed: 53.086 Mh/s, Total Shares: 0, Rejected: 0, Time: 00:00
ETH: GPU0 26.546 Mh/s, GPU1 0.000 Mh/s, GPU2 26.540 Mh/s, GPU3 0.000 Mh/s, GPU4 0.000 Mh/s, GPU5 0.000 Mh/s
GPU0 t=65C fan=8%, GPU1 t=52C fan=0%, GPU2 t=65C fan=9%, GPU3 t=52C fan=0%, GPU4 t=54C fan=0%, GPU5 t=56C fan=0%
WATCHDOG: GPU error, you need to restart miner Sad
Quit, please wait...
Restarting OK, exit...

Try increasing the pagefile size iv got mine on 25gb anything below results in whats happened to you.

THAT DID IT!!!   THANK YOU!!!!!!
newbie
Activity: 63
Merit: 0

....Only windows..... Any miner linux alternative to claymore ?? Time to show claymore that this is ridiculous to make so much money from DEV FEE and make so shity 11.x wersion of claymore.
newbie
Activity: 6
Merit: 0
Can anyone help me with this???

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

ETH: 7 pools are specified
Main Ethereum pool is eth-us-west1.nanopool.org:9999
AMD OpenCL platform not found
Be careful with overclocking, use default clocks for first tests
Press "s" for current statistics, "0".."9" to turn on/off cards, "r" to reload pools, "e" or "d" to select current pool, "x" to select GPU
CUDA initializing...

NVIDIA Cards available: 6
CUDA Driver Version/Runtime Version: 9.2/8.0
GPU #0: GeForce GTX 1070, 8192 MB available, 15 compute units, capability: 6.1  (pci bus 7:0:0)
GPU #1: GeForce GTX 1070, 8192 MB available, 15 compute units, capability: 6.1  (pci bus 9:0:0)
GPU #2: GeForce GTX 1070, 8192 MB available, 15 compute units, capability: 6.1  (pci bus 11:0:0)
GPU #3: GeForce GTX 1070, 8192 MB available, 15 compute units, capability: 6.1  (pci bus 12:0:0)
GPU #4: GeForce GTX 1070, 8192 MB available, 15 compute units, capability: 6.1  (pci bus 13:0:0)
GPU #5: GeForce GTX 1070, 8192 MB available, 15 compute units, capability: 6.1  (pci bus 14:0:0)
Total cards: 6

You can use "+" and "-" keys to achieve best ETH speed, see "FINE TUNING" section in Readme for details.

ETH: Stratum - connecting to 'eth-us-west1.nanopool.org' <45.32.71.82> port 9999 (unsecure)
ETHEREUM-ONLY MINING MODE ENABLED (-mode 1)
GPU0 t=50C fan=0%, GPU1 t=49C fan=0%, GPU2 t=51C fan=0%, GPU3 t=49C fan=0%, GPU4 t=51C fan=0%, GPU5 t=54C fan=0%
ETH: eth-proxy stratum mode
Watchdog enabled
Remote management (READ-ONLY MODE) is enabled on port 3333

ETH: Stratum - Connected (eth-us-west1.nanopool.org:9999) (unsecure)
ETH: Authorized
Setting DAG epoch #202...
ETH: 07/30/18-20:22:26 - New job from eth-us-west1.nanopool.org:9999
ETH - Total Speed: 0.000 Mh/s, Total Shares: 0, Rejected: 0, Time: 00:00
ETH: GPU0 0.000 Mh/s, GPU1 0.000 Mh/s, GPU2 0.000 Mh/s, GPU3 0.000 Mh/s, GPU4 0.000 Mh/s, GPU5 0.000 Mh/s
Setting DAG epoch #202 for GPU2
Setting DAG epoch #202 for GPU1
Setting DAG epoch #202 for GPU0
Setting DAG epoch #202 for GPU4
Setting DAG epoch #202 for GPU3
Setting DAG epoch #202 for GPU5
Create GPU buffer for GPU2
Create GPU buffer for GPU4
Create GPU buffer for GPU5
Create GPU buffer for GPU0
Create GPU buffer for GPU3
Create GPU buffer for GPU1
CUDA error - cannot allocate big buffer for DAG. Check readme.txt for possible solutions.
CUDA error - cannot allocate big buffer for DAG. Check readme.txt for possible solutions.
CUDA error - cannot allocate big buffer for DAG. Check readme.txt for possible solutions.
CUDA error - cannot allocate big buffer for DAG. Check readme.txt for possible solutions.
GPU 3 failed
Setting DAG epoch #202 for GPU3
GPU 4 failed
GPU2 DAG creation time - 7982 ms
GPU 5 failed
Setting DAG epoch #202 for GPU5
Setting DAG epoch #202 for GPU4
GPU0 DAG creation time - 7993 ms
GPU 3, CUDA error 11 - cannot write buffer for DAG
GPU 1 failed
Setting DAG epoch #202 for GPU1
GPU 4, CUDA error 11 - cannot write buffer for DAG
GPU 5, CUDA error 11 - cannot write buffer for DAG
Setting DAG epoch #202 for GPU0 done
GPU 1, CUDA error 11 - cannot write buffer for DAG
Setting DAG epoch #202 for GPU2 done
GPU 3 failed
GPU 4 failed
GPU 1 failed
GPU 5 failed
ETH: 07/30/18-20:22:54 - New job from eth-us-west1.nanopool.org:9999
ETH - Total Speed: 53.086 Mh/s, Total Shares: 0, Rejected: 0, Time: 00:00
ETH: GPU0 26.546 Mh/s, GPU1 0.000 Mh/s, GPU2 26.540 Mh/s, GPU3 0.000 Mh/s, GPU4 0.000 Mh/s, GPU5 0.000 Mh/s
GPU0 t=65C fan=8%, GPU1 t=52C fan=0%, GPU2 t=65C fan=9%, GPU3 t=52C fan=0%, GPU4 t=54C fan=0%, GPU5 t=56C fan=0%
WATCHDOG: GPU error, you need to restart miner Sad
Quit, please wait...
Restarting OK, exit...

Try increasing the pagefile size iv got mine on 25gb anything below results in whats happened to you.
newbie
Activity: 6
Merit: 0
Looking for some help with my rig. Have been using claymore for a year no issues until now, but yesterday i did a bios update to fix the issue of 5 of 6 GPUs being discovered in device manager and it worked but now claymore crashes almost straight after opening with no error message. This is my log:

19:26:12:713   1c04   args: -epool eth-sg.dwarfpool.com:8008 -ewal 0xB637EEa7E4F0aB00c342AF86529b191d9FAc3075 -mode 1 -epsw x
19:26:12:713   1c04  
19:26:12:713   1c04   ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
19:26:12:713   1c04   º                Claymore's Dual GPU Miner - v11.9               º
19:26:12:713   1c04   º              ETH + DCR/SIA/LBC/PASC/BLAKE2S/KECCAK             º
19:26:12:713   1c04   ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
19:26:12:713   1c04  
19:26:12:713   1c04   b597
19:26:12:937   1c04   ETH: 1 pool is specified
19:26:12:937   1c04   Main Ethereum pool is eth-sg.dwarfpool.com:8008

- taken all but one gpu out
- changed risers
- increased virtual mem
- excluded in windows defender and firewall
- uninstalled nvidia and amd drivers with ddu and reinstalled with latest version
- added -mode 1
- pci is all gen1

Rig:
Celeron G3930
Asrock Gaming k4 mobo
4gb ram
1500watt psu
3x 1060
1x 1070
1x 570
1x 580

Dont know what to try next so any ideas are appreciated cheers!

Edit: Tried phoenix miner does pretty much the same thing heres the log:
2018.07.29:15:29:59.924: main Phoenix Miner 3.0c Windows/msvc - Release
2018.07.29:15:29:59.924: main Cmd line: -pool eth-au.dwarfpool.com:8008 -wal 0xB637EEa7E4F0aB00c342AF86529b191d9FAc3075 -pass x
For some reason sometimes I change drivers or use a different miner than go back to using claymore it crashes and the only way I found to fix it is to reinstall Windows I think claymore miners screw with win registry and drivers
Well you were right a reinstall of windows fixed is thanks so much mate!
newbie
Activity: 2
Merit: 0
Can anyone help me with this???

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

ETH: 7 pools are specified
Main Ethereum pool is eth-us-west1.nanopool.org:9999
AMD OpenCL platform not found
Be careful with overclocking, use default clocks for first tests
Press "s" for current statistics, "0".."9" to turn on/off cards, "r" to reload pools, "e" or "d" to select current pool, "x" to select GPU
CUDA initializing...

NVIDIA Cards available: 6
CUDA Driver Version/Runtime Version: 9.2/8.0
GPU #0: GeForce GTX 1070, 8192 MB available, 15 compute units, capability: 6.1  (pci bus 7:0:0)
GPU #1: GeForce GTX 1070, 8192 MB available, 15 compute units, capability: 6.1  (pci bus 9:0:0)
GPU #2: GeForce GTX 1070, 8192 MB available, 15 compute units, capability: 6.1  (pci bus 11:0:0)
GPU #3: GeForce GTX 1070, 8192 MB available, 15 compute units, capability: 6.1  (pci bus 12:0:0)
GPU #4: GeForce GTX 1070, 8192 MB available, 15 compute units, capability: 6.1  (pci bus 13:0:0)
GPU #5: GeForce GTX 1070, 8192 MB available, 15 compute units, capability: 6.1  (pci bus 14:0:0)
Total cards: 6

You can use "+" and "-" keys to achieve best ETH speed, see "FINE TUNING" section in Readme for details.

ETH: Stratum - connecting to 'eth-us-west1.nanopool.org' <45.32.71.82> port 9999 (unsecure)
ETHEREUM-ONLY MINING MODE ENABLED (-mode 1)
GPU0 t=50C fan=0%, GPU1 t=49C fan=0%, GPU2 t=51C fan=0%, GPU3 t=49C fan=0%, GPU4 t=51C fan=0%, GPU5 t=54C fan=0%
ETH: eth-proxy stratum mode
Watchdog enabled
Remote management (READ-ONLY MODE) is enabled on port 3333

ETH: Stratum - Connected (eth-us-west1.nanopool.org:9999) (unsecure)
ETH: Authorized
Setting DAG epoch #202...
ETH: 07/30/18-20:22:26 - New job from eth-us-west1.nanopool.org:9999
ETH - Total Speed: 0.000 Mh/s, Total Shares: 0, Rejected: 0, Time: 00:00
ETH: GPU0 0.000 Mh/s, GPU1 0.000 Mh/s, GPU2 0.000 Mh/s, GPU3 0.000 Mh/s, GPU4 0.000 Mh/s, GPU5 0.000 Mh/s
Setting DAG epoch #202 for GPU2
Setting DAG epoch #202 for GPU1
Setting DAG epoch #202 for GPU0
Setting DAG epoch #202 for GPU4
Setting DAG epoch #202 for GPU3
Setting DAG epoch #202 for GPU5
Create GPU buffer for GPU2
Create GPU buffer for GPU4
Create GPU buffer for GPU5
Create GPU buffer for GPU0
Create GPU buffer for GPU3
Create GPU buffer for GPU1
CUDA error - cannot allocate big buffer for DAG. Check readme.txt for possible solutions.
CUDA error - cannot allocate big buffer for DAG. Check readme.txt for possible solutions.
CUDA error - cannot allocate big buffer for DAG. Check readme.txt for possible solutions.
CUDA error - cannot allocate big buffer for DAG. Check readme.txt for possible solutions.
GPU 3 failed
Setting DAG epoch #202 for GPU3
GPU 4 failed
GPU2 DAG creation time - 7982 ms
GPU 5 failed
Setting DAG epoch #202 for GPU5
Setting DAG epoch #202 for GPU4
GPU0 DAG creation time - 7993 ms
GPU 3, CUDA error 11 - cannot write buffer for DAG
GPU 1 failed
Setting DAG epoch #202 for GPU1
GPU 4, CUDA error 11 - cannot write buffer for DAG
GPU 5, CUDA error 11 - cannot write buffer for DAG
Setting DAG epoch #202 for GPU0 done
GPU 1, CUDA error 11 - cannot write buffer for DAG
Setting DAG epoch #202 for GPU2 done
GPU 3 failed
GPU 4 failed
GPU 1 failed
GPU 5 failed
ETH: 07/30/18-20:22:54 - New job from eth-us-west1.nanopool.org:9999
ETH - Total Speed: 53.086 Mh/s, Total Shares: 0, Rejected: 0, Time: 00:00
ETH: GPU0 26.546 Mh/s, GPU1 0.000 Mh/s, GPU2 26.540 Mh/s, GPU3 0.000 Mh/s, GPU4 0.000 Mh/s, GPU5 0.000 Mh/s
GPU0 t=65C fan=8%, GPU1 t=52C fan=0%, GPU2 t=65C fan=9%, GPU3 t=52C fan=0%, GPU4 t=54C fan=0%, GPU5 t=56C fan=0%
WATCHDOG: GPU error, you need to restart miner Sad
Quit, please wait...
Restarting OK, exit...
hero member
Activity: 906
Merit: 507
Looking for some help with my rig. Have been using claymore for a year no issues until now, but yesterday i did a bios update to fix the issue of 5 of 6 GPUs being discovered in device manager and it worked but now claymore crashes almost straight after opening with no error message. This is my log:

19:26:12:713   1c04   args: -epool eth-sg.dwarfpool.com:8008 -ewal 0xB637EEa7E4F0aB00c342AF86529b191d9FAc3075 -mode 1 -epsw x
19:26:12:713   1c04  
19:26:12:713   1c04   ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
19:26:12:713   1c04   º                Claymore's Dual GPU Miner - v11.9               º
19:26:12:713   1c04   º              ETH + DCR/SIA/LBC/PASC/BLAKE2S/KECCAK             º
19:26:12:713   1c04   ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
19:26:12:713   1c04  
19:26:12:713   1c04   b597
19:26:12:937   1c04   ETH: 1 pool is specified
19:26:12:937   1c04   Main Ethereum pool is eth-sg.dwarfpool.com:8008

- taken all but one gpu out
- changed risers
- increased virtual mem
- excluded in windows defender and firewall
- uninstalled nvidia and amd drivers with ddu and reinstalled with latest version
- added -mode 1
- pci is all gen1

Rig:
Celeron G3930
Asrock Gaming k4 mobo
4gb ram
1500watt psu
3x 1060
1x 1070
1x 570
1x 580

Dont know what to try next so any ideas are appreciated cheers!

Edit: Tried phoenix miner does pretty much the same thing heres the log:
2018.07.29:15:29:59.924: main Phoenix Miner 3.0c Windows/msvc - Release
2018.07.29:15:29:59.924: main Cmd line: -pool eth-au.dwarfpool.com:8008 -wal 0xB637EEa7E4F0aB00c342AF86529b191d9FAc3075 -pass x
For some reason sometimes I change drivers or use a different miner than go back to using claymore it crashes and the only way I found to fix it is to reinstall Windows I think claymore miners screw with win registry and drivers
newbie
Activity: 24
Merit: 0
Guys... i switched over to Phoenix miner last week and couldn't be happier.  Less dev fee. Lots more shares. Very little stale shares. 

Claymore is playing you for fools... why do newer version of claymore suck more than older version??  cause he's pilfering more shares for you idiots.

Jump to: