RE: Gridcoin nodes and Boinc mining in public internet project

You are viewing a single comment's thread from:

Gridcoin nodes and Boinc mining in public internet project

in gridcoin •  7 years ago 

Something like this should be safe enough in your opinion? I found this value is set to 85 if omitted.

Screen Shot 2018-01-08 at 1.27.13 AM.png

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Yeah 50 is quite low, mine is 80 on my Pi3, check to see if it throttles the cpu, you can use

vcgencmd measure_temp

and

vcgencmd measure_clock arm

To see how your temps / cpu clock is working

That would complete the thing. Each device will pull the config from server once in hour, check the md5 sum, and if differs perform a restart.

The centralized PRTG monitor will fetch details of all devices including the temperature and throw an alarm with location of any device above usual.

So far, everything behaves normally even with most extreme loads, but I guess the real test is going to be during summer.

Thanks for the params, very useful both for monitoring and throttling! Very helpful.