Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to make XMRIG rest for x time every x time? #3479

Open
Carlese33 opened this issue May 15, 2024 · 5 comments
Open

How to make XMRIG rest for x time every x time? #3479

Carlese33 opened this issue May 15, 2024 · 5 comments

Comments

@Carlese33
Copy link

This may be a silly question, and I'm sorry if it's already been answered somewhere. I've tried searching everywhere and haven't found a way to do it.

I would like to know if there is a way to make XMRIG work at intervals in order to allow my computer to rest from time to time. I know that with pause-on-active I can make the computer rest when I am actively using it, but there are times when I spend a lot of time away from home and I would like to make the miner pause, for example, every 30 minutes for 5 minutes so that the temperature keeps regulated.

Is this possible?

Thank you so much!

@SChernykh
Copy link
Contributor

This is the quickest way to wear your PC components. Thermal cycling from hot to cold and back is the worst for electronics. The best is the stable temperature conditions - stable 100% load. Assuming that your cooling is good enough and nothing overheats, of course.

@Carlese33
Copy link
Author

This is the quickest way to wear your PC components. Thermal cycling from hot to cold and back is the worst for electronics. The best is the stable temperature conditions - stable 100% load. Assuming that your cooling is good enough and nothing overheats, of course.

Hey SCernykh. Thank you very much for your answer, I did not know that and I today learned something, so thanks!

Anyways, just for curiosity (and in case I eventually spend days outside home): so there's not a way to do it?

@geekwilliams
Copy link

geekwilliams commented May 16, 2024

If you must, your better off implementing this yourself with windows task manager or cron or some script that handles it all for you. You could also use the xmrig http api to make calls via some script keeping track of time to tell xmrig to pause/continue etc. But as stated previously, it's not really a good idea if you're doing it to prolong the life of your rig.

@Carlese33
Copy link
Author

Okay, then I guess I will better try to use lower threads and keep it 24/7. My problem was that I sometimes spend days outside home, and never know when I will be back, but using 1 thread for example should allow me to be outside with zero worries.

Thanks!!

@geekwilliams
Copy link

geekwilliams commented May 19, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants