Author

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

jr. member
Activity: 756
Merit: 2
Hey Patrik,

I think I already asked this sometime before, but couldnt show a picture and details because this happens very rare.

- One or more cards are crashed. The mining window is still open, but isnt mining anymore.
- In AM it still shows "mining", but without any informations. AM will not restart that miner.
- The "GPU" tab is empty, also the "Pools" tab.

Is it possible to setup a rule to catch this? Or maybe AM can handle this automatically? I already tried some rules, but none works. Neither a single rule, or combined rules. For example:

- The trigger "Detect Miner State -> Mining" doesnt work.
- "Detect Device Count -> 0" doesnt work.
- "Power Usage -> 0" doesnt work.

I think because there is no miner API established because of the crash, even if the mining window is still open?

Hey Patrik,

just got that situation again with the new T-Rex version in one of my single miners. Will send you the API-report by PM.

I think I know why this can happen:

- The profit switcher switched from NBminer to T-Rex, but NBminer wasn't closed for real. It is already running in the background (but depending to the pool with 0 hashrate).
- So there are 2 miners now and AM can't show the numbers for the T-Rex.

Is it somehow possible to double check (and kill) old unneeded tasks? Tried it with a batch command when NBminer stops, but this doesn't work all the time (taskkill /F /IM nbminer.exe).

Hi,
Thanks for sharing the details. I can see from the API Report the T-Rex doesn't return anything and the reason is likely that NBminer uses the API port already, preventing T-Rex from using this port.

Would it be possible for you to also send me the Remote Agent log file for the time where NBMiner was supposed to be closed? You should be able to see log messages like "Closing process" and maybe even "Killing process".

What Awesome Miner do when closing mining software is to first send a friendly request to close down. Awesome Miner will then wait for the process to terminate (a number of seconds, configurable in the Options dialog, Mining Settings section), and if the process is still running, Awesome Miner tells Windows to kill the process.


Hey Patrik,

sent you the log file by PM and some more thoughts about that problem.

This problem we are suffering a lot of. CAsi always have to restart to work well.

I have a rule for dropped cards if they have 5 cards or less, reboot, when all my rigs are 6

But it would be a good thing to incorporate something that can be launched after each change to limit memory and processes caused by the miner.

I have everything updated to the latest version of Windows both in rig and in the AM computer. The latest security update of cuda 10.1, latest driver. I even launch a VHL at the end of each mining to clean memory. But even so, the teams suffer frequent restarts, it is such, I have had to reduce the number of protocols and currencies, raise the% change so that there are fewer changes per day.
I had some discussions with joseph32 on this topic and one change in the recent Awesome Miner release was to disable the NbMiner watchdog.
The difficulty here is that there often are so many mining software involved and often changes between them so it's not always possible to tell if it's only one our of all mining software that are the cause for the instability.

It is not a problem of NBMINER, it happens with many more miners, ttminer, trex, basically with all, some more, others less. The only weird thing I'm using are the Nvidia Creator Drivers. Because now there are two versions, the gaming version and the creator version that is for heavier processes such as photoshop, cad etc ...

But I think it has more to do with the version 1809 of windows, since since you update all the computers to this latest version, the thing is even more unstable. I can have 20 restarts per hour with 6 rigs, it's hell. I have to work with very few protocols to minimize failures. My simple conclusions

Aftherburner does not affect, I tried it without it and the same thing happened

4 or 8 gigas of ram, it does not matter, the same happens

It all started with version 1809 and its latest update. All my equipment is in that version including the one that has AM installed

The intelibreeze service is called AM, it gets to consume 100% of CPU when it did not before and when it stops mining it sometimes stays at 50% of CPU with that service and when trying to mine another currency, the miner remains frozen and it reboots. If it is true that happens more with NBMiner because now we are mining much Cuckroo31. But also with other protocols x16s x16r etc ... Sometimes it is mining well and suddenly the miner closes and can not do it right until he restarts the machine.

Something suggests that some changes of the 1809 version is affecting intelibreeze. I have more than 150 failures a day, many more, and each failure is at least 5 minutes without mining, the time of lost mining is incredible
member
Activity: 277
Merit: 23
Is there a way to simplify  group profile OC?


Maybe to put group profile to the miner menu, also it would be very good if we could do the oc on each miner and just save a profile for entire miner instead of creating profile from individual OC settings
newbie
Activity: 4
Merit: 0
Hi guys

I'm using Awesome Miner to manage some Whatsminer M3x ASICs. I'm trying to get some useful info, e.g. fan speed and worker name on Customization Progress Field. I tried "Fan Speed" +stats.Fan1 or "Fan Speed" +stats.FanSpeedOut, but none of them is working.

Can anybody help me how I can get the right piece of code to get fan speed or workername?

Hi,

I did see your recent e-mail on this topic as well. For Fan speed there are no solution for Whatsminer yet. I will have to investigate that a bit more before I have a solution.

For worker name you can use this expression:
Code:
"Worker: " + (miningHelper.GetMainPoolStatus() != null ? miningHelper.GetMainPoolStatus().User : "")

Hi Partike

Thanks for your help.
I tried your code, but got the following error:

error CS1061: 'AwesomeMiner.Components.Intelligence.ProgressField.ProgressMiningHelper' does not contain a definition for 'GetMainPoolStatus' and no extension method 'GetMainPoolStatus' accepting first ...

I Would appreciate if you double check the code.
Hi,
I think you are running on a quite old version of Awesome Miner. Please upgrade and it should work fine.

Hi Patrike

I updated my AM. Now, the expression you provided is working fine. Thanks for that.
Any code to get fan speed? I'm wondering while I can get the fan speed on Details window, why isn't there any way to show fan speed on Customization Progress Field?
Great that it's working fine with the expression!

For the fan speed the Whatsminer do have their own ways of reporting this, so although Awesome Miner receive this for the ASIC miner, it doesn't know how to interpret it. So the fan speed feature you ask for is not yet supported on Whatsminer but I've noted your feature request. Thanks!

Dear Patrike
I just want to make it more clear. I can see fan speed on Awesome Miner's Details window (both air-in and air-out fans). From this, I understand the AM can get the fan speed in some ways. So, isn't there any way to show this info on Customization Progress Field.
Thanks in advance.
legendary
Activity: 2254
Merit: 2419
EIN: 82-3893490
AM is now reporting LTC with a 544.04 value - can we pick the exchange that gets used? for both the ticker down below and for the profit per day calculations?

it is also reporting bchsv as having a daily revenue of $3,696.39 - it should be more like $205 range
Right now there is only a concept of priority order for coin statistics sources (see the Options dialog, Statistics Provider section) and it could be that for example CoinCalculators reported incorrect value for a while. By changing the priority you may resolve a temporary issue like this.

the ticker at the bottom is not using coincalculators.io - it says it is based on Escodex - which is not on the Statistics Providers page. as for calculating my profit, I am not sure which one it is using. Per coincalculators website, I should be averaging about $7.50 a day for LTC - per AM my per day rate is $11.50 per machine or $34.50 per day.
member
Activity: 83
Merit: 10
Automatic update option with email notification ?

Thank you
legendary
Activity: 2254
Merit: 2419
EIN: 82-3893490
Is there a way to apply the GPU overclocking settings by algo and by card ? It sucks to have to change the settings for each card when i switch algos

buying the license for 20 machines you have OC that you can define for each al-go. Smaller licenses do not benefit from AL-GO with OC

20 machine licence does not allow overclocking if I recall.
Ok now I’m confused lol

Premium Edition (20 miners) includes all overclocking features. Both Native Overclocking and the MSI Afterburner integration. Lower editions doesn't include any overclocking features.

ahh my confusion then - thought 20 machines was still below the overclocking feature.
legendary
Activity: 3346
Merit: 1094
Hi Patrike !

Just some ideas that you could find interesting (or not  Wink )
Thanks for all feedback and feature requests!

In Coins tab I think it would be great to have like a search field to put the name, the ticker or the algo and it filters coins.
Today you can press a key like 'L' to go to the first coin with a name that starts with this letter. I understand that it's not as advanced as you request, but a general suggestion. This might be a future improvement.

Second one, still in the coin section, right click on a coin -> "pool using coin" -> "new pool" would save some time. This way I wouldn't have to select the coin in the "new pool" form.
Good for usability and quite easy to do. Can be supported in the future

Third one. Sometimes I change download address for softwares to get the last version and when AM is updating with a newer version of this software that I missed I can't see quickly wich one uses a custom URL or not, so I have to check it manually (don't know if it's clear enough to understand)
Maybe a blue font like when you modify coins properties could let you see if you have modified URL ?
There are some improvements for the Managed Software configuration that will be part of a development preview next week. You will be able to select CUDA version preferences and select older software versions from a list for example. The result is that you don't have to paste custom URL's so often.

As part of this there will be two additional column where one will display the latest mining software version and the other one the selected version. If they are different, the idea is to highlight it in some way. I think this fulfills your request.

Fourth one,  I added Zergpool online services through API to add Argon2d-250 & 4096. But it imports all algos. Is it possible for AM to check with predefined online services or user defined online services to avoid duplicates services (same stratum address) ?
I can look into this, but it should be a quite small correction

I've seen a function on Icemining to import directly pools, and you can select them one by one. That's a usefull feature, hope to see more pools using it in the future !
The plan is to support more of the popular pools in the future. If any pool operator is reading this and want their pool listed, please let me know. We are however currently not adding pools with very few miners - it needs to be at least a decent number.
legendary
Activity: 3346
Merit: 1094
Hi guys

I'm using Awesome Miner to manage some Whatsminer M3x ASICs. I'm trying to get some useful info, e.g. fan speed and worker name on Customization Progress Field. I tried "Fan Speed" +stats.Fan1 or "Fan Speed" +stats.FanSpeedOut, but none of them is working.

Can anybody help me how I can get the right piece of code to get fan speed or workername?

Hi,

I did see your recent e-mail on this topic as well. For Fan speed there are no solution for Whatsminer yet. I will have to investigate that a bit more before I have a solution.

For worker name you can use this expression:
Code:
"Worker: " + (miningHelper.GetMainPoolStatus() != null ? miningHelper.GetMainPoolStatus().User : "")

Hi Partike

Thanks for your help.
I tried your code, but got the following error:

error CS1061: 'AwesomeMiner.Components.Intelligence.ProgressField.ProgressMiningHelper' does not contain a definition for 'GetMainPoolStatus' and no extension method 'GetMainPoolStatus' accepting first ...

I Would appreciate if you double check the code.
Hi,
I think you are running on a quite old version of Awesome Miner. Please upgrade and it should work fine.

Hi Patrike

I updated my AM. Now, the expression you provided is working fine. Thanks for that.
Any code to get fan speed? I'm wondering while I can get the fan speed on Details window, why isn't there any way to show fan speed on Customization Progress Field?
Great that it's working fine with the expression!

For the fan speed the Whatsminer do have their own ways of reporting this, so although Awesome Miner receive this for the ASIC miner, it doesn't know how to interpret it. So the fan speed feature you ask for is not yet supported on Whatsminer but I've noted your feature request. Thanks!
legendary
Activity: 3346
Merit: 1094
Is there a way to apply the GPU overclocking settings by algo and by card ? It sucks to have to change the settings for each card when i switch algos

buying the license for 20 machines you have OC that you can define for each al-go. Smaller licenses do not benefit from AL-GO with OC

20 machine licence does not allow overclocking if I recall.
Ok now I’m confused lol

Premium Edition (20 miners) includes all overclocking features. Both Native Overclocking and the MSI Afterburner integration. Lower editions doesn't include any overclocking features.
legendary
Activity: 3346
Merit: 1094
Hey Patrik,

I think I already asked this sometime before, but couldnt show a picture and details because this happens very rare.

- One or more cards are crashed. The mining window is still open, but isnt mining anymore.
- In AM it still shows "mining", but without any informations. AM will not restart that miner.
- The "GPU" tab is empty, also the "Pools" tab.

Is it possible to setup a rule to catch this? Or maybe AM can handle this automatically? I already tried some rules, but none works. Neither a single rule, or combined rules. For example:

- The trigger "Detect Miner State -> Mining" doesnt work.
- "Detect Device Count -> 0" doesnt work.
- "Power Usage -> 0" doesnt work.

I think because there is no miner API established because of the crash, even if the mining window is still open?

Hey Patrik,

just got that situation again with the new T-Rex version in one of my single miners. Will send you the API-report by PM.

I think I know why this can happen:

- The profit switcher switched from NBminer to T-Rex, but NBminer wasn't closed for real. It is already running in the background (but depending to the pool with 0 hashrate).
- So there are 2 miners now and AM can't show the numbers for the T-Rex.

Is it somehow possible to double check (and kill) old unneeded tasks? Tried it with a batch command when NBminer stops, but this doesn't work all the time (taskkill /F /IM nbminer.exe).

Hi,
Thanks for sharing the details. I can see from the API Report the T-Rex doesn't return anything and the reason is likely that NBminer uses the API port already, preventing T-Rex from using this port.

Would it be possible for you to also send me the Remote Agent log file for the time where NBMiner was supposed to be closed? You should be able to see log messages like "Closing process" and maybe even "Killing process".

What Awesome Miner do when closing mining software is to first send a friendly request to close down. Awesome Miner will then wait for the process to terminate (a number of seconds, configurable in the Options dialog, Mining Settings section), and if the process is still running, Awesome Miner tells Windows to kill the process.


Hey Patrik,

sent you the log file by PM and some more thoughts about that problem.

This problem we are suffering a lot of. CAsi always have to restart to work well.

I have a rule for dropped cards if they have 5 cards or less, reboot, when all my rigs are 6

But it would be a good thing to incorporate something that can be launched after each change to limit memory and processes caused by the miner.

I have everything updated to the latest version of Windows both in rig and in the AM computer. The latest security update of cuda 10.1, latest driver. I even launch a VHL at the end of each mining to clean memory. But even so, the teams suffer frequent restarts, it is such, I have had to reduce the number of protocols and currencies, raise the% change so that there are fewer changes per day.
I had some discussions with joseph32 on this topic and one change in the recent Awesome Miner release was to disable the NbMiner watchdog.
The difficulty here is that there often are so many mining software involved and often changes between them so it's not always possible to tell if it's only one our of all mining software that are the cause for the instability.
legendary
Activity: 3346
Merit: 1094
Hi Patrike,

since we installed the new version of AM, the trigger "Disconnected - API Access Denied" is not working anymore?
did you change anything regarding this behaviour?

BR Ralf
Hi Ralf,
Thanks for your question. There are no changes to this feature since it was introduced, but I will investigate if I can find out any scenario where it's not working.
If you find any additional details, please let me know. Thanks!
legendary
Activity: 3346
Merit: 1094
Hey Patrike, love the addition of the glow notification! However, the two are reversed. It should blink when it hasn't been checked, and stay steady when notifications haven't been cleared. Blinking is more annoying then just being orange, so order of annoyance and severity basically.

Thanks!
Thanks for the feedback. If you enabled this feature and have at least one non-acknowledged notification, the icon will blink a few times and then constantly glow - until you activate the main window. This is currently not two separate concepts and it will only blink for a short time.

I agree that constant blinking would be more annoying. Was your point that it should blink until you looked at the notification tab once?
legendary
Activity: 3346
Merit: 1094
AM is now reporting LTC with a 544.04 value - can we pick the exchange that gets used? for both the ticker down below and for the profit per day calculations?

it is also reporting bchsv as having a daily revenue of $3,696.39 - it should be more like $205 range
Right now there is only a concept of priority order for coin statistics sources (see the Options dialog, Statistics Provider section) and it could be that for example CoinCalculators reported incorrect value for a while. By changing the priority you may resolve a temporary issue like this.
full member
Activity: 1148
Merit: 132
Is there a way to apply the GPU overclocking settings by algo and by card ? It sucks to have to change the settings for each card when i switch algos

buying the license for 20 machines you have OC that you can define for each al-go. Smaller licenses do not benefit from AL-GO with OC

20 machine licence does not allow overclocking if I recall.
Ok now I’m confused lol
legendary
Activity: 2254
Merit: 2419
EIN: 82-3893490
Is there a way to apply the GPU overclocking settings by algo and by card ? It sucks to have to change the settings for each card when i switch algos

buying the license for 20 machines you have OC that you can define for each al-go. Smaller licenses do not benefit from AL-GO with OC

20 machine licence does not allow overclocking if I recall.
jr. member
Activity: 756
Merit: 2
Is there a way to apply the GPU overclocking settings by algo and by card ? It sucks to have to change the settings for each card when i switch algos

buying the license for 20 machines you have OC that you can define for each al-go. Smaller licenses do not benefit from AL-GO with OC
jr. member
Activity: 756
Merit: 2
Here is a preview of what's in the pipeline. Next week you will be able to define a global fan curve where Awesome Miner will monitor the temperature of each individual GPU and adjust the fan speed individually to match the curve. There will be 5 points that you can move in any direction.

This will work for both AMD and nVidia. If enabled, it will control the fan as long as Remote Agent (or Awesome Miner if you do local mining) is running.

When you enable this feature it will completely disable all other fan operations you do via Awesome Miner.




I will try it, if with Nvidia has each fan independent and does his job well, I can erase aftherburner. The fewer things in the Rig the better.

I will comment on the results.

regards
jr. member
Activity: 756
Merit: 2
Hey Patrik,

I think I already asked this sometime before, but couldnt show a picture and details because this happens very rare.

- One or more cards are crashed. The mining window is still open, but isnt mining anymore.
- In AM it still shows "mining", but without any informations. AM will not restart that miner.
- The "GPU" tab is empty, also the "Pools" tab.

Is it possible to setup a rule to catch this? Or maybe AM can handle this automatically? I already tried some rules, but none works. Neither a single rule, or combined rules. For example:

- The trigger "Detect Miner State -> Mining" doesnt work.
- "Detect Device Count -> 0" doesnt work.
- "Power Usage -> 0" doesnt work.

I think because there is no miner API established because of the crash, even if the mining window is still open?

Hey Patrik,

just got that situation again with the new T-Rex version in one of my single miners. Will send you the API-report by PM.

I think I know why this can happen:

- The profit switcher switched from NBminer to T-Rex, but NBminer wasn't closed for real. It is already running in the background (but depending to the pool with 0 hashrate).
- So there are 2 miners now and AM can't show the numbers for the T-Rex.

Is it somehow possible to double check (and kill) old unneeded tasks? Tried it with a batch command when NBminer stops, but this doesn't work all the time (taskkill /F /IM nbminer.exe).

Hi,
Thanks for sharing the details. I can see from the API Report the T-Rex doesn't return anything and the reason is likely that NBminer uses the API port already, preventing T-Rex from using this port.

Would it be possible for you to also send me the Remote Agent log file for the time where NBMiner was supposed to be closed? You should be able to see log messages like "Closing process" and maybe even "Killing process".

What Awesome Miner do when closing mining software is to first send a friendly request to close down. Awesome Miner will then wait for the process to terminate (a number of seconds, configurable in the Options dialog, Mining Settings section), and if the process is still running, Awesome Miner tells Windows to kill the process.


Hey Patrik,

sent you the log file by PM and some more thoughts about that problem.

This problem we are suffering a lot of. CAsi always have to restart to work well.

I have a rule for dropped cards if they have 5 cards or less, reboot, when all my rigs are 6

But it would be a good thing to incorporate something that can be launched after each change to limit memory and processes caused by the miner.

I have everything updated to the latest version of Windows both in rig and in the AM computer. The latest security update of cuda 10.1, latest driver. I even launch a VHL at the end of each mining to clean memory. But even so, the teams suffer frequent restarts, it is such, I have had to reduce the number of protocols and currencies, raise the% change so that there are fewer changes per day.
member
Activity: 1558
Merit: 69
Is there a way to apply the GPU overclocking settings by algo and by card ? It sucks to have to change the settings for each card when i switch algos

Make OC Profiles. If Awesomeminer start mining, it loads a profile, if it stop mining, awesomeminer load the standard profil. If you change the algo, then you can change the oc profile.
If you use profitswitching, you can set oc profiles for different algos and awesomemine pick the right one when it change the algo. There are so many ways to do that in awesomeminer.
You can make some oc profiles (maybe 6 different cards in a rig) and make a oc profile group. I think you can do this.
newbie
Activity: 21
Merit: 0
Hi Patrike !

Just some ideas that you could find interesting (or not  Wink )

In Coins tab I think it would be great to have like a search field to put the name, the ticker or the algo and it filters coins.

Second one, still in the coin section, right click on a coin -> "pool using coin" -> "new pool" would save some time. This way I wouldn't have to select the coin in the "new pool" form.

Third one. Sometimes I change download address for softwares to get the last version and when AM is updating with a newer version of this software that I missed I can't see quickly wich one uses a custom URL or not, so I have to check it manually (don't know if it's clear enough to understand)
Maybe a blue font like when you modify coins properties could let you see if you have modified URL ?
Or a box to check to let AM update to a new version even if you have modified URL, and leave it uncheck if you want to stay on custom URL forever.

Fourth one,  I added Zergpool online services through API to add Argon2d-250 & 4096. But it imports all algos. Is it possible for AM to check with predefined online services or user defined online services to avoid duplicates services (same stratum address) ?


I've seen a function on Icemining to import directly pools, and you can select them one by one. That's a usefull feature, hope to see more pools using it in the future !
Great work however !
Jump to: