GithubHelp home page GithubHelp logo

Comments (21)

jonano614 avatar jonano614 commented on August 10, 2024

Hi, I didn't face such error yet. Let me think what can be a reason.

from daggergpuminer.

sykoboy avatar sykoboy commented on August 10, 2024

jonano614, a couple of more observations. When I increased the number of used devices (Ex, -d 4 or -d 8),

  1. the CPU consumption gets extremely high (looks like the GPU miner is also doing CPU mining). Would it be possible for you to disable CPU mining in the GPU miner?)
  2. the MH/s for each card is going down significantly. Fro ex, when I use only 2 GPUs (-d 2), I get about 1100MH/s for each card. And when I use 3 GPUs (-d 3), I get about 700-800 MH/s. Not sure if this is due to the high CPU utilization or due to something else.

Please let me know if you need any additional info. I noticed that there is no logging, or else I would have sent you the log file. Thanks!

from daggergpuminer.

jonano614 avatar jonano614 commented on August 10, 2024

Hi.

  1. No, GPU-miner does not use CPU-mining. There are some tasks for CPU, but they must not consume much CPU time. It is a bug.
  2. Probably the problem is related to previous, GPU might be waiting when CPU completes some work.

I don't have such problem. Probably because I have only one GPU with fairly low performance (240 MH/s). So it can take some time to find out the reason of the issue.

from daggergpuminer.

osdio avatar osdio commented on August 10, 2024

Yes, I use 6 gpus, so the miner take 100% cpu.

from daggergpuminer.

sykoboy avatar sykoboy commented on August 10, 2024

jonano614, one other comment. On my 8 GPU mining rig, the CPU I have is an Intel pentium processo, which is less expensive and has low capacity. This may be one of the reason for hitting 99% CPU limit.

I have also one more laptop that has Intel HD Graphics 3000 which has Intel core i5, which is quite fast. In one of the posts I see that you have a miner for Intel. If you can share with me the miner for the Intel graphics card, I can test it on my laptop and see if I observe the same issue.

Thanks!

from daggergpuminer.

jonano614 avatar jonano614 commented on August 10, 2024

Probably Intel HD Graphics 3000 is not supported. I've tested it only on Intel HD Graphics 4600. Try "-list-devices -G"
Regarding error "clCreateContext: CL_OUT_OF_RESOURCES": as I undestand you try to run different instances of miner. I don't think it is a good idea, but probably it can work. But "-d N" parameter always uses first N devices. Try "-opencl-device 0 1 2" and "-opencl-devices 3 4 5".

from daggergpuminer.

sykoboy avatar sykoboy commented on August 10, 2024

Jonano, did you get a chance to look into the CPU resource issue. Any plans to release an updated miner?

from daggergpuminer.

jonano614 avatar jonano614 commented on August 10, 2024

Hi. I tryed to solve the problem, but unfortunately I didn't manage to fix that bug yet.

from daggergpuminer.

rpgoldberg avatar rpgoldberg commented on August 10, 2024

I also get the CL_OUT_OF_RESOURCES if I attempt to run the gpu miner on 3+ cards (interestingly, when I was at only 3 cards, I could run it on all 3, but now that I have 4 cards, it fails above 2). Currently, I work around it by having a separate xdag account and directory instance, and in each session, I mine against two of the cards (against separate accounts and storage directories to ensure no write conflicts with shares). However, I'm not sure why I get CL_OUT_OF_RESOURCES if I run against 3 or 4 devices in the same window (using -opencl-devices 0 1 2 or 0 1 2 3 (and I tested various permutations, but that had no effect)). I have an i7 5930k CPU and with two cards, its usage is around 40%, so I'm definitely not tapped out on the CPU. With the 4 cards in two instances, usage is around 50%.

from daggergpuminer.

rpgoldberg avatar rpgoldberg commented on August 10, 2024

New version 0.2.0 resolves this for me. πŸ‘

from daggergpuminer.

jonano614 avatar jonano614 commented on August 10, 2024

I'm glad to hear that. Probably one improvement helped.

from daggergpuminer.

jonano614 avatar jonano614 commented on August 10, 2024

Sykoboy. I've released v0.2.3 yesterday. Could you please look at it. Probably it can help you.

from daggergpuminer.

sykoboy avatar sykoboy commented on August 10, 2024

Hi Jonano, thank you. I will switch to the new version and will let you know after I run it for a day.

from daggergpuminer.

sykoboy avatar sykoboy commented on August 10, 2024

Jonano, I have been running the new version 0.2.3 on my rig that has 2 GPUs. I do see this error. I did not get this error on earlier version 0.2.0.

000000002b5782386925b8370ec394a6e60f9107fc3b8b53b208b6f6cf2a4d25
m 12:41:22|main Speed 1951.50 Mh/s u/0 1096.46 u/1 855.04
m 12:41:29|main Speed 1947.18 Mh/s u/0 1102.62 u/1 844.56
... 12:41:35|main Share t=16a120bffff res=OK
000000000d101f56b81c7556466d2a85cd0ec35768d7826b31a47524a27cdeef X 12:41:40|cl-1 OpenCL Error: clEnqueueReadBuffer: CL_OUT_OF_RESOURCES (-5)

X 12:41:40|cl-0 OpenCL Error: clEnqueueReadBuffer: CL_OUT_OF_RESOURCES (-5)
m 12:41:42|main Speed 1369.98 Mh/s u/0 981.93 u/1 388.05
m 12:41:46|main Speed 1369.98 Mh/s u/0 981.93 u/1 388.05
m 12:41:50|main Speed 1369.98 Mh/s u/0 981.93 u/1 388.05

from daggergpuminer.

jonano614 avatar jonano614 commented on August 10, 2024

Ok, I will try to find information what can lead to that error. By the way, since main coin dev left the project it is hard to find time now for miner...

from daggergpuminer.

sykoboy avatar sykoboy commented on August 10, 2024

Jonano, one update on that out of resources error. I think it has to do with loose cable on the 1080 card. I re-plugged all the cables and kicked off the miner and don't see the error. Mostly, the error may be due to loose cable. I will let you know in case I see it agian.

BTW, you have done some good work on this miner. I would like to send you some XDAG that I mined, but its not trading for much. I will send you little in ETH. Please post your ETH address.

from daggergpuminer.

jonano614 avatar jonano614 commented on August 10, 2024

Hi. Thank you 0x2d1044fe7eaf1e1d19eae70878862509f54bba8d

from daggergpuminer.

sykoboy avatar sykoboy commented on August 10, 2024

Jonano, just sent you little ETH. You should be able to see in your account. Thanks!

from daggergpuminer.

sykoboy avatar sykoboy commented on August 10, 2024

Jonano, the .25 ETH I sent got confirmed. But, I noticed something odd. As soon as the funds came to your account, they got moved to some other address. I am not sure whats going on. Something does not look right.

https://etherscan.io/tx/0xc65b6e8ad7887ac9e227e66ee7943f22aa8fb6eb6db64acd2d0b94f87270e8db

Anyways, not sure if we should talk about this in this particular thread. I will ping you on telegram tomorrow.

from daggergpuminer.

jonano614 avatar jonano614 commented on August 10, 2024

Thank you! It is very much!
The address is on exchange, so do not worry.

from daggergpuminer.

sykoboy avatar sykoboy commented on August 10, 2024

Cool, good to hear. Thanks again and keep up the great work.

from daggergpuminer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.