Author

Topic: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 200000 miners - page 628. (Read 701158 times)

legendary
Activity: 3304
Merit: 1084
It's about 10:45 in the morning here and the outdoor temps are already approaching 94F. So.....

I will be implementing the change frequency rules to first take effect around 8 tonight. (I've already manually down-clocked.)
Just from glancing at the instructions earlier, it seems like you might be able to get more complicated and schedule freq changes based on time and/or chip temps.

I'll definitely be exploring my options!. Does the option of changing freq's based on chip temps sound feasible?
Thanks!
In addition to the time triggers, you also have temperature triggers in Awesome Miner. However, the temperature triggers is currently only working on the standard temperature property, not on the Antminer S9 chip temperature. I will add support for triggering on the chip temperature in the next release.
legendary
Activity: 938
Merit: 1000
Patrik-

I have a problem with reusing IP numbers from miners (Spondoolies sp20) that could not be restarted within the program. These mines has now been replaced by S7`s and uses the same IP-number, but somehow Awesome still remembers it as Spondoolies and restart i still not possible ?
Is there a way to flush Awesome, so the program does not remember older miners that shared the same IP as the new miner ?

hero member
Activity: 2492
Merit: 621
I have one miner with three different pools. Is there any way to change the setting on the program so it balances the hash rate between all three?
full member
Activity: 196
Merit: 100
Just bought this software and it's by far the best money spent!!!  I'm using it for GPU mining and the fact that I can switch pool for all my miners to mine different coins in second is just too damn amazing without using expensive high fee online services.  Loving this tool and the interface.  The support from Patrik is awesome as well.  Now I can control all my Miners from 1 interface vs teamview in to look at each 1 separately, this is too awesome.
legendary
Activity: 1274
Merit: 1000
love the new upload i have Claymore 5.2 on my remote PC with only remote awesome miner software on that PC, works great.


cya
hero member
Activity: 658
Merit: 500
Visualize whirledps
@patrike,
It's about 10:45 in the morning here and the outdoor temps are already approaching 94F. So.....

I will be implementing the change frequency rules to first take effect around 8 tonight. (I've already manually down-clocked.)
Just from glancing at the instructions earlier, it seems like you might be able to get more complicated and schedule freq changes based on time and/or chip temps.

I'll definitely be exploring my options!. Does the option of changing freq's based on chip temps sound feasible?
Thanks!

Hope you're having a great day!  Cool

hero member
Activity: 658
Merit: 500
Visualize whirledps
I am trying to show the best share using the shared code above but when I do that the line will just show no information. (line 1 and 2)


Additionally, after making the changes to Line 1, 2, and, 3, as mentioned above, I had to restart AM for the changes to take effect. Not sure if required, but it's what worked for me. Smiley
Good luck!
hero member
Activity: 658
Merit: 500
Visualize whirledps
I am trying to show the best share using the shared code above but when I do that the line will just show no information. (line 1 and 2)

You need to do it just like I have in the post above in that order with Line 1, 2, and 3 checked.
Otherwise, fields are blocking other fields from displaying correctly.

There may be an alternative way / order of putting in the code lines, but, what I did was the only way I could get it to display properly.

Good luck. You'll get it. Piece of cake! Wink
newbie
Activity: 47
Merit: 0
I am trying to show the best share using the shared code above but when I do that the line will just show no information. (line 1 and 2)

http://screencast.com/t/Dx0sPTGb
http://screencast.com/t/esQk6rdJ

hero member
Activity: 658
Merit: 500
Visualize whirledps
Does the "Avg: 0.00 H/s" stand for Avg Hashes per second? Or high share or best share?

It shows all zeros on my miners. (On the S9 itself, I do get a "Best Share" readout for each miner.) Perhaps "Best Share" is something you could incorporate in future releases. Anyway, that piece of data is mainly for entertainment purposes only to get an idea of how close you're getting to solving a block. Smiley

And Utility: 0.00 /s, is showing all zeros on my S9's.

Any thoughts on those fields?

Thanks for such a quick turn around on the latest release with two great new features!  Cheesy
Avg 0.00H/s is supposed to be the average hashrate. That is reported by most miners, including all Antminers except Antminer S9. The same goes for the Utility setting. That one is also reported by S7 but not S9.

It could be that we just need to figure out how to force Antminer S9 to respond to the "devs" API command by modifying the /config/bmminer.conf file a bit. I do know that API privileges are handled a bit different on the S9. Could you send me a PM with the content of your bmminer.conf file and we can try to work this out?

To display best share, you can also use the Customize Progress field feature. This is the statement to use:
"Best Share: " + status.BestShare

You may have to combine some of these statements on the same line to get room for everything. Maybe if you put Accepted / Rejected and HW on the same line?
"A: " + status.Accepted + ", R: "+ status.Rejected + ", HW: " + status.HwErrors

Thank you! I'll try those customization you mention. How would I go about getting a copy of /config/bmminer.conf? I'm using the miners in a Windows environment. That seems like something that would reside in Linux or CGMiner (Which I don't have).
Anyway, if you tell me how to get to it, I'll send you a copy.
Thanks again!  Smiley

Edit: Combining those customizations works great Thanks!!! Here's what it looks like:

legendary
Activity: 3304
Merit: 1084
Does the "Avg: 0.00 H/s" stand for Avg Hashes per second? Or high share or best share?

It shows all zeros on my miners. (On the S9 itself, I do get a "Best Share" readout for each miner.) Perhaps "Best Share" is something you could incorporate in future releases. Anyway, that piece of data is mainly for entertainment purposes only to get an idea of how close you're getting to solving a block. Smiley

And Utility: 0.00 /s, is showing all zeros on my S9's.

Any thoughts on those fields?

Thanks for such a quick turn around on the latest release with two great new features!  Cheesy
Avg 0.00H/s is supposed to be the average hashrate. That is reported by most miners, including all Antminers except Antminer S9. The same goes for the Utility setting. That one is also reported by S7 but not S9.

It could be that we just need to figure out how to force Antminer S9 to respond to the "devs" API command by modifying the /config/bmminer.conf file a bit. I do know that API privileges are handled a bit different on the S9. Could you send me a PM with the content of your bmminer.conf file and we can try to work this out?

To display best share, you can also use the Customize Progress field feature. This is the statement to use:
"Best Share: " + status.BestShare

You may have to combine some of these statements on the same line to get room for everything. Maybe if you put Accepted / Rejected and HW on the same line?
"A: " + status.Accepted + ", R: "+ status.Rejected + ", HW: " + status.HwErrors
hero member
Activity: 658
Merit: 500
Visualize whirledps
Awesome Miner version 1.7.3 is available for download.

- Antminer S9 chip temperatures can be displayed in customized progress field
- Change frequency of Antminer S7 and S9. Can also be performed as rule actions
- Correction to Managed Miners with Autostart enabled, to ensure only one process is stared

You will find information how to display the Antminer S9 chip temperature in the last example on this page:
http://www.awesomeminer.com/help/customizefield.aspx

I've also added an article about how you can change and even schedule frequency changes for Antminer S7 and S9. See:
http://www.awesomeminer.com/help/antmineroperations.aspx

Just updated. Love the chip temp feature. Now I can close all of the miner tabs! Smiley

Also love the scheduling rules. I'll play with those tomorrow!

Now, if you will just add the very important feature of shutting down my miners and closing the windows when it starts to rain, all will be perfect!  Shocked Shocked  Cool Cool

Shutting down the miners when it starts to rain would be perfect.

Do you chance the frequency of your miners a lot? Is it safe to do that? Do you go over 700 or do you chance the frequency to a lower value?

Yes, unfortunately I'm forced to shut down my miners and close the windows when it starts to rain any appreciable amount. I have two fans drawing air in from two windows and another fan on the other side of the room exhausting the air outside. The miner intakes are only 6-8 inches from the air intake fans and would easily suck in rain water (especially in a big rainstorm where it sometimes rains in sideways driven by wind). So I keep a steady eye on the weather radar looking for approaching rainstorms and try to plan accordingly.

Yes, I have to change the miner freq's based on the heat of the day. Around here this summer it has been in the low to mid-90 (F) starting around 11 or 12 noon. I usually down-clock in increments to match the rise in outdoor temps and still keep them running as fast as possible and as cool as I think they should run to be on the safe side.

Around 7-8 in the evening I can usually turn them all back to default freqs.

I down and up-clock on the individual miners to match their personality and the temp they run at. Each has their own temperature personality.

I have over-clocked my S7's to 725 when it was cold out and they also run pretty good at 712.5 even when the outdoor temp is warmer. But I'm not over-clocking the S9's until my warranty runs out just to be safe.

As to your question of whether it is safe to change the freqs a lot. Well, I don't do it more than necessary. As far as I know it's safe to do but you must also consider each time you stop/start the miner, you're putting a little more strain on it and perhaps decreasing its life span.

I don't know what overall effect changing the freqs twice a day would have on the miners life span, but I would imagine it is fairly low. The temperature rising above safe limits is more detrimental than lowering or raising the freqs, I would guess.

Just my .02.
hero member
Activity: 658
Merit: 500
Visualize whirledps
Hi Patrike,
Great work on your application. I like it! But I have a question about a couple things. In this screenshot:



Does the "Avg: 0.00 H/s" stand for Avg Hashes per second? Or high share or best share?

It shows all zeros on my miners. (On the S9 itself, I do get a "Best Share" readout for each miner.) Perhaps "Best Share" is something you could incorporate in future releases. Anyway, that piece of data is mainly for entertainment purposes only to get an idea of how close you're getting to solving a block. Smiley

And Utility: 0.00 /s, is showing all zeros on my S9's.

Any thoughts on those fields?

Thanks for such a quick turn around on the latest release with two great new features!  Cheesy
newbie
Activity: 47
Merit: 0
Awesome Miner version 1.7.3 is available for download.

- Antminer S9 chip temperatures can be displayed in customized progress field
- Change frequency of Antminer S7 and S9. Can also be performed as rule actions
- Correction to Managed Miners with Autostart enabled, to ensure only one process is stared

You will find information how to display the Antminer S9 chip temperature in the last example on this page:
http://www.awesomeminer.com/help/customizefield.aspx

I've also added an article about how you can change and even schedule frequency changes for Antminer S7 and S9. See:
http://www.awesomeminer.com/help/antmineroperations.aspx

Just updated. Love the chip temp feature. Now I can close all of the miner tabs! Smiley

Also love the scheduling rules. I'll play with those tomorrow!

Now, if you will just add the very important feature of shutting down my miners and closing the windows when it starts to rain, all will be perfect!  Shocked Shocked  Cool Cool

Shutting down the miners when it starts to rain would be perfect.

Do you chance the frequency of your miners a lot? Is it safe to do that? Do you go over 700 or do you chance the frequency to a lower value?
hero member
Activity: 658
Merit: 500
Visualize whirledps
Awesome Miner version 1.7.3 is available for download.

- Antminer S9 chip temperatures can be displayed in customized progress field
- Change frequency of Antminer S7 and S9. Can also be performed as rule actions
- Correction to Managed Miners with Autostart enabled, to ensure only one process is stared

You will find information how to display the Antminer S9 chip temperature in the last example on this page:
http://www.awesomeminer.com/help/customizefield.aspx

I've also added an article about how you can change and even schedule frequency changes for Antminer S7 and S9. See:
http://www.awesomeminer.com/help/antmineroperations.aspx

Just updated. Love the chip temp feature. Now I can close all of the miner tabs! Smiley

Also love the scheduling rules. I'll play with those tomorrow!

Now, if you will just add the very important feature of shutting down my miners and closing the windows when it starts to rain, all will be perfect!  Shocked Shocked  Cool Cool
legendary
Activity: 938
Merit: 1000
legendary
Activity: 3304
Merit: 1084
Awesome Miner version 1.7.3 is available for download.

- Antminer S9 chip temperatures can be displayed in customized progress field
- Change frequency of Antminer S7 and S9. Can also be performed as rule actions
- Correction to Managed Miners with Autostart enabled, to ensure only one process is stared

You will find information how to display the Antminer S9 chip temperature in the last example on this page:
http://www.awesomeminer.com/help/customizefield.aspx

I've also added an article about how you can change and even schedule frequency changes for Antminer S7 and S9. See:
http://www.awesomeminer.com/help/antmineroperations.aspx
legendary
Activity: 3304
Merit: 1084
Hello,
I have bought the professional edition and configured several s7, everything seems to be working fine except for one of my s7 that says API Access: Restricted
How can I give Privileged API Access from the s7 configuration screen?
Thanks
On Antminer S7 I think you need to use SSH and go into the /config/cgminer.conf file. You need to make sure you IP is listed in the "api-allow" property, with a "W:" in front to indicate Write-access (= Privileged access).
If you send me your cgminer.conf file by mail, I can probably assist you in more detail.
Thanks for the reply.
Can you let me know to which address should I send the file and how to get it?

I've sent you a PM about this.
newbie
Activity: 47
Merit: 0
Hello,
I have bought the professional edition and configured several s7, everything seems to be working fine except for one of my s7 that says API Access: Restricted
How can I give Privileged API Access from the s7 configuration screen?
Thanks
On Antminer S7 I think you need to use SSH and go into the /config/cgminer.conf file. You need to make sure you IP is listed in the "api-allow" property, with a "W:" in front to indicate Write-access (= Privileged access).
If you send me your cgminer.conf file by mail, I can probably assist you in more detail.
Thanks for the reply.
Can you let me know to which address should I send the file and how to get it?
legendary
Activity: 938
Merit: 1000
Hi Patrike,

I would love those Chip temps as well on the S9`s, not only PCB temps.
Hi,
I've implemented this feature now and it will be included in next release that soon will be made available.
It will be supported by customizing the progress field, using the new properties ChipTemp1 and so on. I will give you the details once the new release is available.

Thanks Champ 👍
Jump to: