Giter Club home page Giter Club logo

Comments (7)

SChernykh avatar SChernykh commented on May 28, 2024 3

Also, this is not an XMRig issue.

from xmrig.

geekwilliams avatar geekwilliams commented on May 28, 2024

Are you able to plug in a monitor and run the app to see what's happening?

from xmrig.

schmidtBalint avatar schmidtBalint commented on May 28, 2024

Not really that's why I use ssh. I don't have a micro hdmi with me now.

from xmrig.

geekwilliams avatar geekwilliams commented on May 28, 2024

What version and what OS are you running on the pi? Are you able to log back in using ssh without rebooting the pi?

from xmrig.

schmidtBalint avatar schmidtBalint commented on May 28, 2024

Im using the 64 bit version pi OS lite. Yes I'm able to log back in without a reboot

from xmrig.

geekwilliams avatar geekwilliams commented on May 28, 2024

You may be having an issue with your ssh client not sending keep-alive messages as soon as the server on the pi is expecting. Please add the following to the command you use to log in to the pi

-o ServerAliveInterval=60

If this works, you can update your ssh client's settings to fix this.

Also, if you intend to run xmrig long-term on the pi you may want to look into a utility like Unix's Screen. That way xmrig doesn't automatically stop when the ssh session is disconnected.

from xmrig.

Anaphylaxis avatar Anaphylaxis commented on May 28, 2024

Most likely it's either OOM killing ssh or hanging due to the cpu. Did you try --cpu-priority 1 and --cpu-max-threads-hint=90 to limit xmrig to use less processing power (or alternatively the nice command)
Use --log-file xmrig.log in xmrig to see what xmrig is doing, you can tail -f xmrig.log to follow the file. Use a different ssh session or tmux/screen with the CPU limiting command flags

from xmrig.

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.