-
Notifications
You must be signed in to change notification settings - Fork 5
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
Ideas for new Features. #4
Comments
Perhaps implement monitoring for rigs? I was going to try implementing this guy's project, perhaps something similar could be beneficial in profit switching? https://github.com/ajkis/scripts/blob/master/ethosdistro/watchdog.sh |
I like this idea. So maybe something like email notifications based on thresholds. Ex: Min/Max voltage, hashrate, etc. |
I created a notification system for monitoring your rig(s) based on thresholds set inside of the config file. I'll will be testing this feature for a week or so to make sure everything is stable. I will update you and the readme when my testing is complete. |
I updated the “Beta” branch with instructions for using the new feature. Try it out and report any bugs that you come across. |
Currently I have been more focused on adopting code for trying to assume
rig stability first. I mainly ran across you code when there was a lot of
market volatility and profitability was rapidly changing from day to day.
If I try out your code I will let you know though! One thing I particularly
am looking for too is manipulating my smart PDU's without using their
network http gui interface, this would enable me to switch outlets off and
on induvidually in code or scripts. Probably need to figure out something
in line with walking through the APC's snmp tree. Here also is an article
kind of in line with this:
https://www.reddit.com/r/sysadmin/comments/7ojpd3/pull_data_of_my_pdu_via_snmp/?st=jee8j76e&sh=da7c15a4
…On Tue, Jul 3, 2018 at 6:53 AM, Adam Griffin ***@***.***> wrote:
I updated the “Beta” branch with instructions for using the new feature.
Try it out and report any bugs that you come across.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ARngZU0WD9UBDtuSJGeebI79t99wHm1-ks5uC00ogaJpZM4UhVGI>
.
--
DAnIel
|
Are you using ethos or some other OS? |
I have a 125 gpu farm, all running on Eth OS (except my Vega rigs which run
on Windows 10, they have been stable luckily). I also run 10 various ASIC
computers, and soon in two months I will be building/running FPGA systems
too. I can see if I can link the software watchdog I am using currently,
going to use it in conjunction with a hardware watchdog using a different
persons github code (some of my rigs will get stuck rebooting simply by
commanding "sudo reboot" and need a hard power reset).
I just used to manually nanny all the computers throughout the week, but
with the current bear market the "profit" is alot less worth too much time
commitment hence the move to automate rigs that are reliable enough to
postpone time intensive diagnosis on. Also continually having to learn how
to overclock still etc, to new practices.
Here are the two people's projects I currently am implementing within the
farm:
https://github.com/ajkis/scripts/blob/master/ethosdistro/watchdog.sh
https://github.com/Kasmetski/auto-hard-reset
I have built the raspberry Pi circuit and relay system but have yet to roll
it out into implementation yet.
…On Tue, Jul 3, 2018 at 6:07 PM, Adam Griffin ***@***.***> wrote:
@danieldanielnova <https://github.com/danieldanielnova>
Are you using ethos or some other OS?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ARngZZz2XpCBRAwEYmIm_sI-V3JyjyoUks5uC-s9gaJpZM4UhVGI>
.
--
DAnIel
|
Oh, I got you. The cronjob will have to change to every minute. Do you have a preference for the log file location? The hard-reset I’m not sure of. Ethos do have a hard-reboot command, I’m not sure if it’s anything close to a hard-reset. |
What would make your Ethos Autominer experience better? No idea is a bad idea!
The text was updated successfully, but these errors were encountered: