Author

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

legendary
Activity: 3346
Merit: 1094
Hello.

I have ASICs from different generations, i.e. Z11, Z11e, Z11j, Z9, and Z9 mini.

If I specify in Equihash that 15 KH/s = 400 W, then the power consumption for Z11 is calculated incorrectly and is shown as ~4000W per ASIC, when in reality it is only 1400W.

How do I specify power consumption correctly?
You can use multiple Profit Profiles. Please go to the Options dialog, Profit Profile section where you can add a new profile for "Z9" for example. You can define a specific power usage for the algorithm Equihash for this specific profile.

Next step is to open the Properties dialog for all Z9 miners and set the "Profit Profile" to "Z9". You can select multiple Z9 miners in the main window of Awesome Miner, right click and select Bulk Edit to modify many of them in a single operation.

You can in a similar way add a Profit Profile for Z11, and set the "Profit Profile" property of your Z11 miners to this newly created profile.

If you have miner models that are very similar in terms of hashrate and power usage, they can of course share the same Profit Profile.

Thank you! That worked like charm.

A few more questions:
1) Is it possible to set different temperature thresholds for GPUs and ASICs? I tolerate the ASICs running as high as 80 degrees, but for GPUs, as to me, it's a little bit high, so I want 80 degrees to be painted in yellow for ASICs and in red for GPUs. Is it possible?
2) How do I sort the GPUs by bus ID? In Claymore everything is sorted by bus ID, but in AM the sorting is absolutely random.
Thanks for the feedback and additional questions.

1) This is unfortunately not possible to configure today, but it's on our list of feature to improve in the future

2) In the GPU tab (where you see hashrate and more per GPU) the order is based on the order reported by the Mining Software. For Claymore miner it should already be by PCI Bus ID here.
On the System tab and other locations, Awesome Miner uses the device order according to the GPU drivers, with AMD first followed by nVidia. Is it this list you want to be sorted by PCI Bus ID?
legendary
Activity: 3346
Merit: 1094
any update on adding FCH for profitability yet? they are listed on coingecko, coinex, qbtc and aex that i know of.
In order for Awesome Miner to calculate mining income, the Block Reward, Block Time and Difficulty must be known in addition to the exchange rate.

I looked into this and it should be possible for you to define the Properties of the Coin like this in Awesome Miner.

1) Difficulty: Use dynamic update:
URL: http://fch.world/ext/summary
JSON Property Expression: data[0].difficulty

2) Block Reward: 25

3) Block Time: 60

4) Value in BTC. Use dynamic update:
URL: https://api.coingecko.com/api/v3/coins/freecash/tickers
Expression: $.tickers[?(@.target == 'BTC' && @market.name == 'CoinEx')].last

legendary
Activity: 2254
Merit: 2419
EIN: 82-3893490
any update on adding FCH for profitability yet? they are listed on coingecko, coinex, qbtc and aex that i know of.
legendary
Activity: 3346
Merit: 1094
Awesome Miner version 7.4.1 (Development preview of 7.5)

 ASIC mining
  - Innosilicon miners can be rebooted via the web interface. The External Miner has a new property 'Miner type' where Innosilicon can be selected, required for the Innosilicon specific reboot operation.
 GPU mining
  - IMPORTANT: Awesome Miner will by default automatically map GPU monitoring details to the GPUs reported by the mining software, unless manual 'Map to system monitoring' is used. To disable the new behavior, go to the Options dialog, GPU Settings section, where 'Automatic device mapping' can be disabled.
  - Improved device mapping when using a mix of GPU models
 Mining software
  - Gminer 2.03
  - CpuMiner-Opt 3.12.7
  - XmRig 5.10.0
 Correction
  - Correction to dual mining revenue calculations for specific pool combinations

In case direct download links are required, please use:
https://www.awesomeminer.com/download/setupdev/AwesomeMiner.msi
https://www.awesomeminer.com/download/setupdev/AwesomeMinerRemoteService.msi

Note: The goal with the automatic mapping of GPU information is to remove the need of manually using "Map to system monitoring" for most scenarios. The plan is to rename this to "Manual device mapping" or similar in the near future, as it only should be used if Awesome Miner fails to automatically figure out the GPU mapping.

GPU mapping is the concept where the list of reported GPU hashrates from the mining software is combined with more complete GPU information from Awesome Miner like GPU clock, power usage, fan and temperature - independent of what the mining software can report. Depending on mining software, the order in which the GPUs are reported are different, but Awesome Miner will do a better job in figuring this out now.

If you already use the "Map to system monitoring" on your miners and want to try the new automatic mapping - simply turn off the "Map to system monitoring" on the GPU tab for the specific miner. If you don't see any difference on the GPU tab, Awesome Miner automatically resolved the GPU mapping the same way you did.

If you find any issues, please let me know which mining software you are running. Thanks!
legendary
Activity: 3346
Merit: 1094
Hello.

I have ASICs from different generations, i.e. Z11, Z11e, Z11j, Z9, and Z9 mini.

If I specify in Equihash that 15 KH/s = 400 W, then the power consumption for Z11 is calculated incorrectly and is shown as ~4000W per ASIC, when in reality it is only 1400W.

How do I specify power consumption correctly?
You can use multiple Profit Profiles. Please go to the Options dialog, Profit Profile section where you can add a new profile for "Z9" for example. You can define a specific power usage for the algorithm Equihash for this specific profile.

Next step is to open the Properties dialog for all Z9 miners and set the "Profit Profile" to "Z9". You can select multiple Z9 miners in the main window of Awesome Miner, right click and select Bulk Edit to modify many of them in a single operation.

You can in a similar way add a Profit Profile for Z11, and set the "Profit Profile" property of your Z11 miners to this newly created profile.

If you have miner models that are very similar in terms of hashrate and power usage, they can of course share the same Profit Profile.
legendary
Activity: 3346
Merit: 1094
Hi,

In trigger miner state I can choose 'mining' or 'disconnected api access denied' is there a possibility to just test miner state 'stopped' ?
for instance when a rule stop miner if current profit below a certain amount,  after,  I would  like to set 'if miner stopped and profit profile above a certain amount then start miner'

please it is possible to have in miner state trigger to test the status 'stopped' ?

thks if possible or how to make it with all the existing tools already in the box (because there are plenty possibilities in awesome miner :-) ) ?
There are no trigger to check if the miner is in Stopped state. Even if you send the Start command when the miner is already running - nothing happens. So your rule might just work fine even without this check.

You can also configure the rule to only run one per minute for example, by combining your existing triggers with a Time-trigger.
legendary
Activity: 3346
Merit: 1094
EDIT: Okay I was able to work around this by correcting the power usage in the dual mining section - however that doesn't explain why the profit switcher was choosing ETH/HB because it clearly shows that even with the wrong power setting for dual mining, MWC31 was more profitable.
I've identified the exact scenario now and it will be corrected.
newbie
Activity: 5
Merit: 0
Hi,

In trigger miner state I can choose 'mining' or 'disconnected api access denied' is there a possibility to just test miner state 'stopped' ?
for instance when a rule stop miner if current profit below a certain amount,  after,  I would  like to set 'if miner stopped and profit profile above a certain amount then start miner'

please it is possible to have in miner state trigger to test the status 'stopped' ?

thks if possible or how to make it with all the existing tools already in the box (because there are plenty possibilities in awesome miner :-) ) ?
hero member
Activity: 1151
Merit: 528
It's at it again!



MWC31 should be started.



ETH/Handshake are started instead

AM and Agent Logs: https://we.tl/t-Q9IrAzh2nh

EDIT: Okay I was able to work around this by correcting the power usage in the dual mining section - however that doesn't explain why the profit switcher was choosing ETH/HB because it clearly shows that even with the wrong power setting for dual mining, MWC31 was more profitable.
legendary
Activity: 1754
Merit: 1007
Hi Patrike
after update on 7.4 all wallet addresses from Profit profile -> Override global profit switching pools is gone. Now i have idiotic job to put all addresses back))))
Check pls. that happens in previous version after update too.
I can't see any specific reason why these specific settings would be lost at the moment, but I will investigate the scenario to find out more.
If you simply exit Awesome Miner and start again, are the settings saved correctly?
normal program closing and start dont clear this settings. This is strange behavior, its happens not every update, but sometimes happens.
That happens often after i create new ProfitProfile (over cloning of existing profile), assign new profile to new miner. Cant say exactly, but after some big changes on profile.
maybe this is simple .NET bug or windows???
legendary
Activity: 3346
Merit: 1094
Hi Patrike
after update on 7.4 all wallet addresses from Profit profile -> Override global profit switching pools is gone. Now i have idiotic job to put all addresses back))))
Check pls. that happens in previous version after update too.
I can't see any specific reason why these specific settings would be lost at the moment, but I will investigate the scenario to find out more.

If you simply exit Awesome Miner and start again, are the settings saved correctly?
legendary
Activity: 1754
Merit: 1007
Hi Patrike
after update on 7.4 all wallet addresses from Profit profile -> Override global profit switching pools is gone. Now i have idiotic job to put all addresses back))))
Check pls. that happens in previous version after update too.
legendary
Activity: 3346
Merit: 1094
Awesome Miner version 7.4

 ASIC mining
  - Network scan for Antminers supports a new mode where the hostname of the miner can be defined as part of the scan - also linking the hostname with the External Miner
  - Add multiple External Miners at once by specifying a list of IP addresses in the Add Miner wizard
  - Support copy of IP addresses to clipboard from the list of results when performing ASIC operations like Default Pools or Configure API Access
  - Antminer IP Reporter feature, where pressing the 'IP Report' button on an Antminer. This feature can be accessed via the toolbar Tools -> ASIC Tools.
 GPU mining
  - Edit GPU Clocking Profiles directly from the Benchmark dialog
  - Added additional algorithms
  - Improved device power usage detection for GPU mining benchmark
 Rules
  - New trigger for mining uptime. Can be used to define behaviors after the mining has been running for a certain period of time.
  - Improved trigger 'Detect dead/sick device' to detect ASIC chip marked as Red by the Awesome Miner Antminer firmware
 Features
  - The profit switcher can be configured for a second switching interval with another threshold level. Example: If the primary interval is 3 minutes with a 20% threshold, the secondary interval can be 8 minutes with a 10% threshold.
  - The profit switcher for External Miners supports the setting for Minimum time on pool
  - A profit profile can be configured to override the global value for Minimum time on pool. Can for example be used to switch pools for ASIC miners less often than GPU miners.
  - The information column can be configured to show the notes entered for a miner, mining software, ASIC description and ASIC details
 Mining software
  - Gminer 2.01, incl. dual mining of Ethereum + Handshake
  - NbMiner 27.7
  - XmRig 5.9
  - CpuMiner-Opt 3.12.6.1
  - SrbMiner 0.4.0
  - NoncerPro nVidia Miner 3.3.0
 Corrections
  - Correction to GPU Clocking Profile Groups on Linux
  - Correction to benchmark of Handshake algorithm for NbMiner and Gminer
  - Correction to Phoenix Miner algorithms
  - Correction to main window behavior to prevent it from staying on top
  - Correction to API reports taking long time to generate due to slow ASIC miner responses
  - Correction to display of mining software uptime when more than one day
  - Correction to Task Scheduler setup in environments where the computer name and user name is identical
  - Improved behavior in case the computer time is being changed
  - Improved fan speed display for Awesome Miner Antminer firmware with fan check turned off
legendary
Activity: 1754
Merit: 1007
Hi Patrike
i have found a bug:

if i use for miner hosts addresses like xxx.ddns.net:9033, xxx.ddns.net:9034, xxx.ddns.net:9035 and so on in managed profit miner mode. Then if i stop one of this miners and start again, all others miners on this xxx.ddns.net will be stoped and must be started manually.
This bug made imposible to use this addresses in profit switching mode due profit switcher use stop&start function of miners.
Looks like identifying of miners host ignore a port number. I need to switch back to ZeroTier VPN what is much slowly works as ddns.net aliases, till you clear this bug.

Regards

Upd: Switching back to old hosts with ZeroTier ips was not easy, the chaos continue till i have fully deleted all hosts with xxx.ddns.net addresses from databank.
Having the same hostname but different port numbers should work just fine. It's no difference than using IP address and a port number.

Please go to the Options dialog, Managed Hosts section and make sure you don't have two entries pointing to the same Remote Agent. For example that you have duplicates pointing to the same Remote Agent (xxx.ddns.net:9033 and possibly an IP address pointing to the same computer)
yes, you are right. My mistake was that i have define two host entries to the same computer, but with different ips. One VPN (ZeroTier) and second was xxx.ddns.net with port forwarding to local ip.
Hmm, but i never think, that this setup can made conflicts. Looks like AM assign some unique host IDs internally and later different state in different host objects of the same host caused this chaos.  Good to know.
I take my words about "bug" back))))
member
Activity: 430
Merit: 22
Professional user
Hi Patrick
I'm trying to add my new fpga miner by Monad , the imperium v2. it seems that it doesnt connect to the api. i added manually and it says "disconnected", then it change to "mining". But it doesnt give any more info.
Will it be supported in the future?
Can you please send me the API report for this miner (toolbar: Tools -> API Report)? Please send via PM or mail. I will investigate what kind of information the miner providers. Thanks!

Once it's showing as "Mining", does it stay on "Mining" all the time but no other information is displayed?
Sent you all the infos requested in a PM
legendary
Activity: 3346
Merit: 1094
Hi Patrike
i have found a bug:

if i use for miner hosts addresses like xxx.ddns.net:9033, xxx.ddns.net:9034, xxx.ddns.net:9035 and so on in managed profit miner mode. Then if i stop one of this miners and start again, all others miners on this xxx.ddns.net will be stoped and must be started manually.
This bug made imposible to use this addresses in profit switching mode due profit switcher use stop&start function of miners.
Looks like identifying of miners host ignore a port number. I need to switch back to ZeroTier VPN what is much slowly works as ddns.net aliases, till you clear this bug.

Regards

Upd: Switching back to old hosts with ZeroTier ips was not easy, the chaos continue till i have fully deleted all hosts with xxx.ddns.net addresses from databank.
Having the same hostname but different port numbers should work just fine. It's no difference than using IP address and a port number.

Please go to the Options dialog, Managed Hosts section and make sure you don't have two entries pointing to the same Remote Agent. For example that you have duplicates pointing to the same Remote Agent (xxx.ddns.net:9033 and possibly an IP address pointing to the same computer)
legendary
Activity: 3346
Merit: 1094
Hi Patrike
is this possible to implement a miner software version override function on the profit profile level or in miner object?
At the moment GMiner from ver. 1.97 is better for mining of Coockaroom algo but for CoockaToo31 the best version still 1.96

In my scenario i want that the rigs with Nvidia 1060 cards using other miner software version as rigs which can mine Coockatoo algo, like rigs with 1080ti - 2080ti cards

Regards
This should be possible if you manually add User Defined mining software via the Options dialog, Managed Software section. Select that it's fully compatible with Gminer, but specify your own URL for an older version.

In your Profit Profile Properties, you can select this user defined mining software for a specific algorithm like CuckaToo21.
legendary
Activity: 3346
Merit: 1094
Hi Patrick
I'm trying to add my new fpga miner by Monad , the imperium v2. it seems that it doesnt connect to the api. i added manually and it says "disconnected", then it change to "mining". But it doesnt give any more info.
Will it be supported in the future?
Can you please send me the API report for this miner (toolbar: Tools -> API Report)? Please send via PM or mail. I will investigate what kind of information the miner providers. Thanks!

Once it's showing as "Mining", does it stay on "Mining" all the time but no other information is displayed?
legendary
Activity: 3346
Merit: 1094
hi Patrike

pls. add in next update new version of NoncerPro
https://github.com/NoncerPro/noncerpro-nimiq-cuda/releases
Thanks for letting me know. I've pushed an update for this.
legendary
Activity: 3346
Merit: 1094
Quote
Application:     Host Process for Windows Services
User:     NSB\staff (Active user)
Component:     File Anti-Virus
Result:     Detected: Trojan.Multi.GenAutorunTaskFile.a
Object:     C:\Windows\System32\Tasks\Awesome.Execute001
Reason:     Local databases
Database release date:     14/03/2020 05:30:00 AM

Can this be moved to a place where it is safer to exclude in antivirus?
Windows Task Scheduler is creating these files and Awesome Miner can unfortunately not select in which folder.
Jump to: