Git Product home page Git Product logo

Comments (11)

xmrig avatar xmrig commented on July 28, 2024 1

If you place config.json in same dirrectory with binary or specify path to this file via command line options, miner will update your config, try reduce threads to 32 or lower values.

Example:

    "threads": [
        {
            "index": 0,
            "threads": 32,
            "blocks": 15,
            "bfactor": 0,
            "bsleep": 0
        }
    ],

Please write back with threads count it start working, current auto-configuration too much aggressive, I know about it, will fix it soon.
Thank you.

from xmrig-nvidia.

 avatar commented on July 28, 2024

The miner is now working fine with 32 threads and 15 blocks.
Thanks a lot!
Sorry if noob question here, but how exactly do I figure out the best threads/blocks configuration? It can't be like throwing random numbers there I hope.

Seriously, thanks a bunch for your prompt reply and your amazing work. Highly appreciate it.

from xmrig-nvidia.

xmrig avatar xmrig commented on July 28, 2024

threads and blocks can vary, important is 32 * 15 = 480, it number of hashed GPU done is one round, there also memory limiting factor 32 * 15 * 2 = 960 MB, looks like you card can't use more than 1 GB of memory for hashing. People with GTX 750 Ti reports same issue.

15 blocks it number of SMX cores (5 in your case) * 3.
So you can try 96x5 (threads/blocks) or 16x30 it should give average same hashrate and equal memory usage.

from xmrig-nvidia.

 avatar commented on July 28, 2024

Thanks for the nice explanation.

A bit off topic, but does this miner also support the cryptonight-light algo?

from xmrig-nvidia.

xmrig avatar xmrig commented on July 28, 2024

At this moment no, will be added later.

from xmrig-nvidia.

xmrig avatar xmrig commented on July 28, 2024

I added cryptonight-light algo, single binary for both algos.

from xmrig-nvidia.

esfomeado avatar esfomeado commented on July 28, 2024

GTX 950M/960M - 32x15 crashes somehow it is too intense for this cards?
16x15 works but with a poor hashrate.

from xmrig-nvidia.

xmrig avatar xmrig commented on July 28, 2024

What exactly error? You can use numbers like 31, 30, ... for thread count, no need half it.

from xmrig-nvidia.

esfomeado avatar esfomeado commented on July 28, 2024

GPU #0: unspecified launch failure
cryptonight_extra_cpu_final line 247

Yes I tried 31,30,... But only around 16 seem to work with a hashrate of 70.

from xmrig-nvidia.

esfomeado avatar esfomeado commented on July 28, 2024

20x15 seems to be perfect for the GTX 950M.
25~26x15 crashes.
The same happens on xmr-stak-nvidia.
Not sure why this happens since the memory usage is below 85%. There should be another limitations at least on the mobile variants.

from xmrig-nvidia.

esfomeado avatar esfomeado commented on July 28, 2024

Not sure if related:
KlausT/ccminer-cryptonight@3af4f8c

from xmrig-nvidia.

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.