Pages:
Author

Topic: M's Miner (Ant/SP) Monitor v5.2: alerts,auto/mass/scheduled reboot/mobile miner - page 63. (Read 209500 times)

legendary
Activity: 1540
Merit: 1001
You could add in some optional functions that monitor and alert.

For example if you added a systray feature with a pop up speech bubble alert or similar unobtrusive notification, that pops when:
- a pool reports as dead after x secs/minutes
- temps on a miner go over x degrees
- GH drops out below x GH/s for over y seconds/minutes
- fan speeds reach max
- found a block

You could add an optional scheduler for those wanting to schedule in soft reboots, and have the reboots run in a sequence say a minute apart for each miner.

Thanks for the suggestions.  A lot of these are already on my to do list. Smiley

M
full member
Activity: 238
Merit: 100
Kia ora!
You could add in some optional functions that monitor and alert.

For example if you added a systray feature with a pop up speech bubble alert or similar unobtrusive notification, that pops when:
- a pool reports as dead after x secs/minutes
- temps on a miner go over x degrees
- GH drops out below x GH/s for over y seconds/minutes
- fan speeds reach max
- found a block

You could add an optional scheduler for those wanting to schedule in soft reboots, and have the reboots run in a sequence say a minute apart for each miner.
sr. member
Activity: 322
Merit: 250
3D Printed!
I had three originally, the third was the slush proxy running on my other PC. But when the slush stratum proxy ceased working after patching the cgminer, I removed it - funny.

MultiMiner has a built-in stratum proxy feature...I use it for backing up my Ants and also used when I had a Cube. It's also my scrypt rig backup on another machine.
legendary
Activity: 1540
Merit: 1001
I don't think I can do the frequency via my app.

You would have to add SSH support. But then your app has gone from a login and read only function to changing config files in antminers of which many are not familiar enough themselves to fix should something else go awry.

Depends on how much of the nightmare you want to be able to endure, the joys of app development I suppose. If you do Id suggest you add a big disclaimer / warning for over-clocking.

You would have to SSH the login, change directory, and using vim make changes to asic-freq file.

Then call this twice:
Code:
/etc/init.d/cgminer restart

Which should kick in the new settings.

You would probably have to look at which of those under-overclock settings can be achieved successfully via changes to asic-freq alone, and dont need future pencil modding / resister manipulation etc.

Noted.  I don't think I want to go there. Smiley

M
full member
Activity: 238
Merit: 100
Kia ora!
I don't think I can do the frequency via my app.

You would have to add SSH support. But then your app has gone from a login and read only function to changing config files in antminers of which many are not familiar enough themselves to fix should something else go awry.

Depends on how much of the nightmare you want to be able to endure, the joys of app development I suppose. If you do Id suggest you add a big disclaimer / warning for over-clocking.

You would have to SSH the login, change directory, and using vim make changes to asic-freq file.

Then call this twice:
Code:
/etc/init.d/cgminer restart

Which should kick in the new settings.

You would probably have to look at which of those under-overclock settings can be achieved successfully via changes to asic-freq alone, and dont need future pencil modding / resister manipulation etc.
full member
Activity: 238
Merit: 100
Kia ora!
alias: -l not found
root@antMiner:~# cd /ect/config
-ash: cd: can't cd to /ect/config
root@antMiner:~# vim asic-freq


Instead of
Code:
cd /ect/config

Try
Code:
cd /etc/config
sr. member
Activity: 322
Merit: 250
3D Printed!
Just installed on windows 7 x64 Pro, no issues.
Entered my Ants IP's manually and the monitor was up and running within minutes!

Think you could add an option for scaling the GUI? I am unable to view all the info at one glance from my 15" laptop plus it cuts the column size down and doesn't show all the 000 or XXX (all 000 here).

Thanks a bunch!

I'd have to decrease the font size.  Is that what you're looking for?  There's a huge amount of data to display, not sure how else I could do it w/o decreasing the font.

M

Heya and thanks for the reply mate. I figured a font size change would be required. If you are willing to give it a change or two, I will gladly test the change/s and report back with screenshots etc.
I am cool with the monitor as is but wanted to offer my input. Cheesy
legendary
Activity: 1540
Merit: 1001
newbie
Activity: 2
Merit: 0
yea, tried

login as: root
[email protected]'s password:

BusyBox v1.19.4 (2013-12-25 11:50:48 CST) built-in shell (ash)
Enter 'help' for a list of built-in commands.

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 BARRIER BREAKER (Bleeding Edge, r38031)
 -----------------------------------------------------
  * 1/2 oz Galliano         Pour all ingredients into
  * 4 oz cold Coffee        an irish coffee mug filled
  * 1 1/2 oz Dark Rum       with crushed ice. Stir.
  * 2 tsp. Creme de Cacao
 -----------------------------------------------------
alias: -l not found
root@antMiner:~# cd /ect/config
-ash: cd: can't cd to /ect/config
root@antMiner:~# vim asic-freq

~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
- asic-freq 1/1 100%
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
- asic-freq 1/1 100%

legendary
Activity: 1540
Merit: 1001
Love the app! Keep it up! Works on 8.1 pro x64. I was wondering about the frequency thing too. I tried to ssh into but vim freq was totally different from tutorials.

I don't think I can do the frequency via my app.

This is the link I used to learn how to change it via SSH:

http://www.rubicite.com/Tutorials/AntMinerS1Tutorial.aspx

however I think the frequencies given are too high.  I used the frequencies in this one instead:

http://cryptomining-blog.com/366-how-to-overclock-your-bitmain-antminer-s1-to-200-ghs/

M
legendary
Activity: 1540
Merit: 1001
Just installed on windows 7 x64 Pro, no issues.
Entered my Ants IP's manually and the monitor was up and running within minutes!

Think you could add an option for scaling the GUI? I am unable to view all the info at one glance from my 15" laptop plus it cuts the column size down and doesn't show all the 000 or XXX (all 000 here).

Thanks a bunch!

I'd have to decrease the font size.  Is that what you're looking for?  There's a huge amount of data to display, not sure how else I could do it w/o decreasing the font.

M
newbie
Activity: 2
Merit: 0
Love the app! Keep it up! Works on 8.1 pro x64. I was wondering about the frequency thing too. I tried to ssh into but vim freq was totally different from tutorials.
sr. member
Activity: 322
Merit: 250
3D Printed!
Just installed on windows 7 x64 Pro, no issues.
Entered my Ants IP's manually and the monitor was up and running within minutes!

Think you could add an option for scaling the GUI? I am unable to view all the info at one glance from my 15" laptop plus it cuts the column size down and doesn't show all the 000 or XXX (all 000 here).

Thanks a bunch!
legendary
Activity: 1596
Merit: 1000
Great work! Program works perfectly for me now. Smiley

sr. member
Activity: 322
Merit: 250
3D Printed!
Nice! I saw a screenshot of M's Ant Monitor and I was impressed. Can't wait to check it out for myslef.
Thanks for doing this mate!
member
Activity: 91
Merit: 10
A few additional notes:

- I don't know what to do about the "only one chain working" problem yet.  Not sure how I can reproduce that one.
M

I upgraded to your newest v1.2. from 1.1

I tried to get it to refresh again.. and it didn't... so i lost the single chain S1...


I thought about it at work after having some issues with one of the com ports on one of the machines as it is faster then the controller...

anyways... When i got home today i powered that set of ants down and rebooted... I then refreshed the monitor a couple of times and viola.. there it was...

Once it starts hashing your program won't see it probably because it's looking for 2 chains upfront and not 1...

anyways it's not that big of a deal for me.. i keep this machine on 24/7 and it goes weeks/months before a reboot.. (updates)...

grateful.



legendary
Activity: 2128
Merit: 1005
ASIC Wannabe
can this make group changes such as modify the frequency or pool info of all miners at once?

I've considered adding the ability to change the pool info all at once.

I didn't think the frequency was changable via the UI?

M

not via the UI, no. I just wasn't sure if this could still do that
legendary
Activity: 1540
Merit: 1001
can this make group changes such as modify the frequency or pool info of all miners at once?

I've considered adding the ability to change the pool info all at once.

I didn't think the frequency was changable via the UI?

M
hero member
Activity: 616
Merit: 500
I got Satoshi's avatar!
A few additional notes:

- I don't know what to do about the "only one chain working" problem yet.  Not sure how I can reproduce that one.
- I have one more enhancement planned that hasn't been asked for here yet. 
- I intend to add support for S2s as soon as I get my hands on one. 

After that, unless something else comes up, I'll be moving on to my next project.

M
You can just pull the ribbon cable out of the second blade and power up, it'll run on one chain.
member
Activity: 91
Merit: 10
modify pool info would be awesome...  For me frequency would be sweet, but like the browser window... 1 at a time..
Pages:
Jump to: