Code Monkey home page Code Monkey logo

Comments (10)

j0hnw0rk3r avatar j0hnw0rk3r commented on May 18, 2024 1

Well, since no update at all. I did a tweak that works:
xmrig-nvidia -B -l log-file-name -o stratum_url -u wallet_address -p x 2>&1 1> /dev/null

Notice in the last portion I added 2>&1 1> /dev/null - this will run the code in the background thus keeping all the logs on the log-file-name specified

from xmrig-nvidia.

kuchaguangjie avatar kuchaguangjie commented on May 18, 2024 1

My solution is to specify the config file explicitly.
e.g ./xmrig -c config.json -B

from xmrig-nvidia.

xmrig avatar xmrig commented on May 18, 2024

Thank you, I confirm this issue.

from xmrig-nvidia.

AndreaLanfranchi avatar AndreaLanfranchi commented on May 18, 2024

+1

from xmrig-nvidia.

sfichera avatar sfichera commented on May 18, 2024

Same problem here... Do you have any news about this one?

Thanks!!

from xmrig-nvidia.

Maxattax97 avatar Maxattax97 commented on May 18, 2024

Mine is very similar. Also occurs only when adding the -B flag.

GPU 0: initialization error
cuda_get_deviceinfo line 302
Setup failed for GPU 0. Exitting.

Any updates on this?

from xmrig-nvidia.

j0hnw0rk3r avatar j0hnw0rk3r commented on May 18, 2024

Same problem here. And I don't want to keep my shell open all the time when mining just to keep running. Any update on this issue?

from xmrig-nvidia.

clarabritt1 avatar clarabritt1 commented on May 18, 2024

nano run.sh
and insert ./xmrig-nvidia save and close
chmod +x run.sh

and use nohup ~/xmrig-nvidia/build/run.sh

alternatively you can use
./run.sh & disown

for me its working

from xmrig-nvidia.

knikulov avatar knikulov commented on May 18, 2024

My solution is to write /etc/rc.local as follows:

(
  cd /path/to/miner
  nohup ./xmrig-nvidia > /dev/null 2>&1 & disown
)

from xmrig-nvidia.

afzl-wtu avatar afzl-wtu commented on May 18, 2024

My solution is to specify the config file explicitly. e.g ./xmrig -c config.json -B

Thanks it worked

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.