Author

Topic: Claymore's CryptoNote AMD GPU Miner v11.3 - page 301. (Read 2145040 times)

sr. member
Activity: 519
Merit: 250
24 hours test :

1100H/s with CPU on minergate : ~3 XMR
2400H/s with GPUs on Wolf pool : ~3.4 XMR
weird.

I understand the dev fee thing, but i hope we will be able to mine with a real username and not a wallet address someday.

What Gpu's do u have?
one rig with 5 x 280X (1930H/s) + a rig with 1x 280x + 1x 5970 : 540H/s = ~2400H/s

i've one rig with 6 x 280x (only 1930H/s) with 8Gb of Ram and after one hour i receive error with virtual memory
full member
Activity: 182
Merit: 100
24 hours test :

1100H/s with CPU on minergate : ~3 XMR
2400H/s with GPUs on Wolf pool : ~3.4 XMR
weird.

I understand the dev fee thing, but i hope we will be able to mine with a real username and not a wallet address someday.

What Gpu's do u have?
one rig with 5 x 280X (1930H/s) + a rig with 1x 280x + 1x 5970 : 540H/s = ~2400H/s
newbie
Activity: 25
Merit: 0
The 2.1 version seems to be broken for me also. Miner is mining and shows no problems but nothing happening in the pool.
Same here. Miner stop submit share. Wink
Back to 2.0 and waitting next update version.
member
Activity: 98
Merit: 10
As I said in the my last post, I have some observations, and one of the assumptions is that for some reason, opencl  sees no real configured virtual memory in Windows.
OpenCL see less than configured.
sr. member
Activity: 519
Merit: 250
24 hours test :

1100H/s with CPU on minergate : ~3 XMR
2400H/s with GPUs on Wolf pool : ~3.4 XMR
weird.

I understand the dev fee thing, but i hope we will be able to mine with a real username and not a wallet address someday.

What Gpu's do u have?
full member
Activity: 182
Merit: 100
24 hours test :

1100H/s with CPU on minergate : ~3 XMR
2400H/s with GPUs on Wolf pool : ~3.4 XMR
weird.

I understand the dev fee thing, but i hope we will be able to mine with a real username and not a wallet address someday.
sr. member
Activity: 519
Merit: 250
I have allocated the right amount of virtual memory even higher (50GB)  ,i  have  8GB of RAM on the rig with 6X R9280x, main problem is the memory allocation failed error wich starts every hour any sugestions pls

Thx in advance
jr. member
Activity: 38
Merit: 14
v2.1 is available:

- Reduced number of outdated shares that miner sends to pool.
- Added fail-over feature, "pools.txt" file.
- Added watchdog for pool, if no new jobs are received for 20 minutes - disconnect.
- Added "-ee" option to close miner if no more pools are available in the list.
- Added "-wd" option to close miner if some thread hangs.
perfect!
full member
Activity: 229
Merit: 100
The 2.1 version seems to be broken for me also. Miner is mining and shows no problems but nothing happening in the pool.
sr. member
Activity: 364
Merit: 250
Same here. Even with the -wd flag set it doesn't shut shut down the miner - it just hangs in mid-work. Seemed to happen randomly for me. Once after about a 15 minutes. Another time after about 2 hours. Switched back to 1.2.

Incidently, anay's suggestion about lowering the GPU_MAX_ALLOC_PERCENT to 80 worked magic for me. My 3x7950's went from 730 h/s to 890 h/s on that change alone.

I find 85 better than 80... not sure if it is just me
newbie
Activity: 6
Merit: 0
Same here. Even with the -wd flag set it doesn't shut shut down the miner - it just hangs in mid-work. Seemed to happen randomly for me. Once after about a 15 minutes. Another time after about 2 hours. Switched back to 1.2.

Incidently, anay's suggestion about lowering the GPU_MAX_ALLOC_PERCENT to 80 worked magic for me. My 3x7950's went from 730 h/s to 890 h/s on that change alone.
legendary
Activity: 1108
Merit: 1005
I am using the new miner but it has stopped for no reason twice... it doesn't freeze as you can see that blinking underscore... but it doesn't submit any shares anymore... thats the first problem. The 2nd problem is my graphics cards are still hot like they are working when they aren't submitting anymore shares. Any ideas? How do I get the miner to actually stop when it isn't actually submitting any shares? Its not like the WiFi is disconnected either... it is like it is waiting to submit the next share but doesn't do it... And that is from a 5 graphics card rig
I have completely same problem, after 4,5 minutes shares submit stop.

same here, also cpu miner is saying something like cant connect to dev fee, so its stop mining completely,
definitely stopping using this crap, back to the wolf
newbie
Activity: 25
Merit: 0
I am using the new miner but it has stopped for no reason twice... it doesn't freeze as you can see that blinking underscore... but it doesn't submit any shares anymore... thats the first problem. The 2nd problem is my graphics cards are still hot like they are working when they aren't submitting anymore shares. Any ideas? How do I get the miner to actually stop when it isn't actually submitting any shares? Its not like the WiFi is disconnected either... it is like it is waiting to submit the next share but doesn't do it... And that is from a 5 graphics card rig

What's your BAT file? Smiley
This is mine BAT
Quote
setx GPU_MAX_ALLOC_PERCENT 100
:BEGIN
start "CryptoNote" /low /wait NsGpuCNMiner.exe -o stratum+tcp://minin.gs:17777 -p x -u YOUR_WALLET_ADDRESS -wd 1 -ee 1
timeout /t 30
GOTO BEGIN
exit




Is this a windows bat file?

Mine looks something like this

setx GPU_MAX_ALLOC_PERCENT 85
NsGpuCNMiner.exe -o stratum+tcp://minin.gs:17777 -p x -u YOUR_WALLET_ADDRESS

That's my windows BAT file for version 2.1. I used watchdog option (-wd 1), miner will exit if it have any problem and the BAT file will restart it after 30 seconds.
sr. member
Activity: 364
Merit: 250
I am using the new miner but it has stopped for no reason twice... it doesn't freeze as you can see that blinking underscore... but it doesn't submit any shares anymore... thats the first problem. The 2nd problem is my graphics cards are still hot like they are working when they aren't submitting anymore shares. Any ideas? How do I get the miner to actually stop when it isn't actually submitting any shares? Its not like the WiFi is disconnected either... it is like it is waiting to submit the next share but doesn't do it... And that is from a 5 graphics card rig

What's your BAT file? Smiley
This is mine BAT
Quote
setx GPU_MAX_ALLOC_PERCENT 100
:BEGIN
start "CryptoNote" /low /wait NsGpuCNMiner.exe -o stratum+tcp://minin.gs:17777 -p x -u YOUR_WALLET_ADDRESS -wd 1 -ee 1
timeout /t 30
GOTO BEGIN
exit




Is this a windows bat file?

Mine looks something like this

setx GPU_MAX_ALLOC_PERCENT 85
NsGpuCNMiner.exe -o stratum+tcp://minin.gs:17777 -p x -u YOUR_WALLET_ADDRESS
newbie
Activity: 25
Merit: 0
I am using the new miner but it has stopped for no reason twice... it doesn't freeze as you can see that blinking underscore... but it doesn't submit any shares anymore... thats the first problem. The 2nd problem is my graphics cards are still hot like they are working when they aren't submitting anymore shares. Any ideas? How do I get the miner to actually stop when it isn't actually submitting any shares? Its not like the WiFi is disconnected either... it is like it is waiting to submit the next share but doesn't do it... And that is from a 5 graphics card rig

What's your BAT file? Smiley
This is mine BAT
Quote
setx GPU_MAX_ALLOC_PERCENT 100
:BEGIN
start "CryptoNote" /low /wait NsGpuCNMiner.exe -o stratum+tcp://minin.gs:17777 -p x -u YOUR_WALLET_ADDRESS -wd 1 -ee 1
timeout /t 30
GOTO BEGIN
exit


jr. member
Activity: 107
Merit: 1
I am getting 2400 H/s on my 5xR9 290 rig. No modifications whatsoever (no afterburner, no nothing). Is this OK or can I get more? Smiley
sr. member
Activity: 364
Merit: 250
OK this is a different problem.... I have allocated the right amount of virtual memory but I only have around 8GB of RAM on the rigs... Main problem is when I get the memory allocation failed error, obviously it isn't submitting any shares but why are the GPUs still working?!?! This is a real problem as it is a waste of electricity...
sr. member
Activity: 364
Merit: 250
I am using the new miner but it has stopped for no reason twice... it doesn't freeze as you can see that blinking underscore... but it doesn't submit any shares anymore... thats the first problem. The 2nd problem is my graphics cards are still hot like they are working when they aren't submitting anymore shares. Any ideas? How do I get the miner to actually stop when it isn't actually submitting any shares? Its not like the WiFi is disconnected either... it is like it is waiting to submit the next share but doesn't do it... And that is from a 5 graphics card rig

Could you please post somewhere screenshot of your terminal?

I will need to wait for the problem to recur Tongue I have now changed my mining pool.
hero member
Activity: 543
Merit: 500
I am using the new miner but it has stopped for no reason twice... it doesn't freeze as you can see that blinking underscore... but it doesn't submit any shares anymore... thats the first problem. The 2nd problem is my graphics cards are still hot like they are working when they aren't submitting anymore shares. Any ideas? How do I get the miner to actually stop when it isn't actually submitting any shares? Its not like the WiFi is disconnected either... it is like it is waiting to submit the next share but doesn't do it... And that is from a 5 graphics card rig
I have completely same problem, after 4,5 minutes shares submit stop.
member
Activity: 98
Merit: 10
I am using the new miner but it has stopped for no reason twice... it doesn't freeze as you can see that blinking underscore... but it doesn't submit any shares anymore... thats the first problem. The 2nd problem is my graphics cards are still hot like they are working when they aren't submitting anymore shares. Any ideas? How do I get the miner to actually stop when it isn't actually submitting any shares? Its not like the WiFi is disconnected either... it is like it is waiting to submit the next share but doesn't do it... And that is from a 5 graphics card rig

Could you please post somewhere screenshot of your terminal?
Jump to: