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?
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:
"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.
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?