Bitcoin Forum
August 21, 2025, 02:46:03 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 [503] 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 ... 650 »
  Print  
Author Topic: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 200000 miners  (Read 705230 times)
GKumaran
Member
**
Offline Offline

Activity: 204
Merit: 10


View Profile
July 25, 2019, 04:53:15 PM
Last edit: July 26, 2019, 05:10:28 AM by GKumaran
 #10041

Code:
25-07-2019 09:49:58 PM.221 [009] [I][ManagedMiner#7 - Vega Rig] : ProcessMiner
25-07-2019 09:49:58 PM.221 [009] [E]System.IO.FileNotFoundException: Could not load file or assembly 'AwesomeMiner.ResourceAccess.Asic, Version=6.7.1.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
25-07-2019 09:49:58 PM.221 [009] [E]   at #=zgfBCWpQmeFuYIMGOw3SBNiW1m8UYcXNWa5nltMBwv6k3ddha60u44jHGa9ZJ..ctor()
   at #=zu7haAQa3AnJO2oyd$5pjMIpnxuzLHMJqw0a28NNQpdi$..ctor()
   at #=zQLN_D9ujnJv_wtRddKee5e8MY9FBncVKeKDobdE=.#=zOPdjUapFMX_$(String #=zvZcBBg4=)
   at #=zjqpSM22GL_x_QBYZCf4CAIUkj$Q2KzxdJpvcgbIFDm9a.#=z$Tye9fU=(MinerBase #=zbm34RMai5A4G, StatusUpdate& #=zH4K_FL0=)
25-07-2019 09:49:58 PM.659 [018] [S]Send service log file

Miner shows mining but no stats. Tried rebooting miner, windows, awesome miner.
Edit: Miner is TeamRedMiner 0.5.6, any seeing this same state on multiple miners.
chuckinsuburbia
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
July 26, 2019, 03:55:39 AM
 #10042

I've noticed an issue with User-Defined Managed Software for CPU/GPU as it relates to the algorithm/-a parameter.  See below for a log from a Linux agent that shows the command line is missing the "-a m7m" parameter, and therefore fails.  Has anyone else seen this and have an idea how to address it?

Code:
6/20/19 7:51:24 PM.645 [014] [S][ManagedMiner#89 - HMDNoah1 CPU] : Adding pool: stratum+tcp://m7m.mine.ahashpool.com:6033
6/20/19 7:51:24 PM.645 [014] [S]Set execution permission for: /root/AwesomeMinerService/cpuminer-opt-3.9.4-linux_3/cpuminer
6/20/19 7:51:24 PM.651 [014] [S][ManagedMiner#89 - HMDNoah1 CPU] Properties: (WindowMode: ConsoleFormat, EngineType: 20, IsProfitMiner: False)
6/20/19 7:51:24 PM.652 [014] [S][ManagedMiner#89 - HMDNoah1 CPU] ====================================================================================================
6/20/19 7:51:24 PM.652 [014] [S][ManagedMiner#89 - HMDNoah1 CPU] /root/AwesomeMinerService/cpuminer-opt-3.9.4-linux_3/cpuminer  -o stratum+tcp://m7m.mine.ahashpool.com:6033 -u [redacted] -p c=BTC --api-remote -b 0.0.0.0:4030
6/20/19 7:51:24 PM.652 [014] [S][ManagedMiner#89 - HMDNoah1 CPU] ====================================================================================================
6/20/19 7:51:24 PM.757 [014] [S]Set Diagnostics executable: /root/AwesomeMinerService/cpuminer-opt-3.9.4-linux_3/cpuminer
6/20/19 7:51:24 PM.758 [014] [S]Creating start script: /root/AwesomeMinerService/cpuminer-opt-3.9.4-linux_3/awesome-start.sh, Command:
stdbuf -o L "/root/AwesomeMinerService/cpuminer-opt-3.9.4-linux_3/cpuminer"  -o stratum+tcp://m7m.mine.ahashpool.com:6033 -u [redacted] -p c=BTC --api-remote -b 0.0.0.0:4030 &> "/root/AwesomeMinerService/diag.txt"

Thanks for the details. I was able to reproduce and correct the issue. It was an issue introduced in the latest development release. There will be a new release available soon.

Unfortunately this still seems to be an issue in 6.5.7.
For this user defined Managed Software you added for CpuMiner - have you configured it to have the compatibility mode "Full" with CpuMinerOpt?

I might have identified one more issue specific to the Remote Agent on Linux here, but only related to custom algorithm parameters.
Yes, it is configured as Full (Command line and API).  Sorry, I probably should have mentioned in my original post, but I saw some similar behavior with the Windows agent in 6.5.6 where it would not use the algorithm argument from the "Default command line argument" column, but would use an argument from the "User defined command line algorithm" column even if it was the same value.  I worked around this by simply replicating all the default args as user defined args.  But this workaround did not seem to work for the Linux agent.  So this may be a combination of multiple issues.

I'm happy to provide any additional info you might need to track this down.
What I still could reproduce on Linux for 6.5.7 was that the "User defined command line" not being used correctly and I will of course correct that. It should however fallback to use the "Default command line argument" in 6.5.7 (didn't work in 6.5.6). Is it not even doing this fallback when you test it?

I'm away from my rigs for a day or so, but I will run through some more tests as soon as I can and post the results.

My apologies for the super delayed response, just wanted to say that whatever issue I was seeing before seems to have been resolved at this point.
patrike (OP)
Legendary
*
Offline Offline

Activity: 3710
Merit: 1095


View Profile WWW
July 26, 2019, 08:21:02 AM
 #10043

Code:
25-07-2019 09:49:58 PM.221 [009] [I][ManagedMiner#7 - Vega Rig] : ProcessMiner
25-07-2019 09:49:58 PM.221 [009] [E]System.IO.FileNotFoundException: Could not load file or assembly 'AwesomeMiner.ResourceAccess.Asic, Version=6.7.1.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
25-07-2019 09:49:58 PM.221 [009] [E]   at #=zgfBCWpQmeFuYIMGOw3SBNiW1m8UYcXNWa5nltMBwv6k3ddha60u44jHGa9ZJ..ctor()
   at #=zu7haAQa3AnJO2oyd$5pjMIpnxuzLHMJqw0a28NNQpdi$..ctor()
   at #=zQLN_D9ujnJv_wtRddKee5e8MY9FBncVKeKDobdE=.#=zOPdjUapFMX_$(String #=zvZcBBg4=)
   at #=zjqpSM22GL_x_QBYZCf4CAIUkj$Q2KzxdJpvcgbIFDm9a.#=z$Tye9fU=(MinerBase #=zbm34RMai5A4G, StatusUpdate& #=zH4K_FL0=)
25-07-2019 09:49:58 PM.659 [018] [S]Send service log file

Miner shows mining but no stats. Tried rebooting miner, windows, awesome miner.
Edit: Miner is TeamRedMiner 0.5.6, any seeing this same state on multiple miners.
Thanks for your report - I've identified the scenario when this happens. I will release a new version in about an hour to resolve this.

Awesome Miner - Complete solution to manage and monitor mining operations of ASIC, GPU and CPU miners
Optimized Antminer firmware - Increased hashrate, improved power efficiency and more features. For S9, T9+, L3+, S17, T17, S19, T19, S21, T21, L7, L9
Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
trucobit
Jr. Member
*
Offline Offline

Activity: 756
Merit: 2


View Profile
July 26, 2019, 09:54:14 AM
 #10044

Code:
25-07-2019 09:49:58 PM.221 [009] [I][ManagedMiner#7 - Vega Rig] : ProcessMiner
25-07-2019 09:49:58 PM.221 [009] [E]System.IO.FileNotFoundException: Could not load file or assembly 'AwesomeMiner.ResourceAccess.Asic, Version=6.7.1.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
25-07-2019 09:49:58 PM.221 [009] [E]   at #=zgfBCWpQmeFuYIMGOw3SBNiW1m8UYcXNWa5nltMBwv6k3ddha60u44jHGa9ZJ..ctor()
   at #=zu7haAQa3AnJO2oyd$5pjMIpnxuzLHMJqw0a28NNQpdi$..ctor()
   at #=zQLN_D9ujnJv_wtRddKee5e8MY9FBncVKeKDobdE=.#=zOPdjUapFMX_$(String #=zvZcBBg4=)
   at #=zjqpSM22GL_x_QBYZCf4CAIUkj$Q2KzxdJpvcgbIFDm9a.#=z$Tye9fU=(MinerBase #=zbm34RMai5A4G, StatusUpdate& #=zH4K_FL0=)
25-07-2019 09:49:58 PM.659 [018] [S]Send service log file

Miner shows mining but no stats. Tried rebooting miner, windows, awesome miner.
Edit: Miner is TeamRedMiner 0.5.6, any seeing this same state on multiple miners.
Thanks for your report - I've identified the scenario when this happens. I will release a new version in about an hour to resolve this.

Let's see if this fixes the situation that occurs so much of online interface
patrike (OP)
Legendary
*
Offline Offline

Activity: 3710
Merit: 1095


View Profile WWW
July 26, 2019, 10:44:48 AM
 #10045

Code:
25-07-2019 09:49:58 PM.221 [009] [I][ManagedMiner#7 - Vega Rig] : ProcessMiner
25-07-2019 09:49:58 PM.221 [009] [E]System.IO.FileNotFoundException: Could not load file or assembly 'AwesomeMiner.ResourceAccess.Asic, Version=6.7.1.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
25-07-2019 09:49:58 PM.221 [009] [E]   at #=zgfBCWpQmeFuYIMGOw3SBNiW1m8UYcXNWa5nltMBwv6k3ddha60u44jHGa9ZJ..ctor()
   at #=zu7haAQa3AnJO2oyd$5pjMIpnxuzLHMJqw0a28NNQpdi$..ctor()
   at #=zQLN_D9ujnJv_wtRddKee5e8MY9FBncVKeKDobdE=.#=zOPdjUapFMX_$(String #=zvZcBBg4=)
   at #=zjqpSM22GL_x_QBYZCf4CAIUkj$Q2KzxdJpvcgbIFDm9a.#=z$Tye9fU=(MinerBase #=zbm34RMai5A4G, StatusUpdate& #=zH4K_FL0=)
25-07-2019 09:49:58 PM.659 [018] [S]Send service log file

Miner shows mining but no stats. Tried rebooting miner, windows, awesome miner.
Edit: Miner is TeamRedMiner 0.5.6, any seeing this same state on multiple miners.
Thanks for your report - I've identified the scenario when this happens. I will release a new version in about an hour to resolve this.

Let's see if this fixes the situation that occurs so much of online interface
Unfortunately I don't think it will solve any general issues with Interface Offline. This was a very specific case that didn't work correctly and this problem only exists in the most recent versions of Awesome Miner.

If you find another case where you run into a problem with miners no showing all stats - please send me the log files via PM and I can investigate. Thanks!

Awesome Miner - Complete solution to manage and monitor mining operations of ASIC, GPU and CPU miners
Optimized Antminer firmware - Increased hashrate, improved power efficiency and more features. For S9, T9+, L3+, S17, T17, S19, T19, S21, T21, L7, L9
Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
patrike (OP)
Legendary
*
Offline Offline

Activity: 3710
Merit: 1095


View Profile WWW
July 26, 2019, 10:45:20 AM
 #10046

Awesome Miner version 6.7.2

 User interface
  - Show difficulty for each pool in the Pools tab
 Mining software
  - SrbMiner 1.9.3
  - WildRig 0.19.0 preview
 Corrections
  - Correction to missing file on some Remote Agent installations

Awesome Miner - Complete solution to manage and monitor mining operations of ASIC, GPU and CPU miners
Optimized Antminer firmware - Increased hashrate, improved power efficiency and more features. For S9, T9+, L3+, S17, T17, S19, T19, S21, T21, L7, L9
Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
GKumaran
Member
**
Offline Offline

Activity: 204
Merit: 10


View Profile
July 26, 2019, 02:01:23 PM
 #10047

Awesome Miner version 6.7.2

 User interface
  - Show difficulty for each pool in the Pools tab
 Mining software
  - SrbMiner 1.9.3
  - WildRig 0.19.0 preview
 Corrections
  - Correction to missing file on some Remote Agent installations

Thx issue resoved. Stats reporting successfully  Smiley
Globalboosty
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
July 26, 2019, 02:39:06 PM
 #10048

Patrike, please, add nheqminer support.
At present nheqminer is the only CPU miner for high speed verus coin mining, I added it with command prompt command, but awesome miner can not see the current hashrate of this miner. That's why awesome miner watchdog stops this miner after 20 minutes and ban the pool. I can not disable watchdog, I need this function enabled, because it used for GPU miner also (awesome miner watchdog can not be set for the miners and miner software separatedly).

Sometimes pools have problems that can not be fixed for the next several hours (for example, if the problems happen when pool owner is sleeping and can not see discord messages from the users). In such cases the best solution is to ban the pool for the next several hours. I want to see the right click menu in online services tab with different options:
- start mining here for the next hh:mm
- ban this pool for the next hh:mm

Suggestions:
1) add nheqminer support (CPU and GPU modes)
2) add watchdog options for different miners and miner software
3) right click menu in "online services" tab with "mine here" and "ban this pool" commands.

Thanks Smiley
Lunga Chung
Member
**
Offline Offline

Activity: 277
Merit: 23


View Profile
July 27, 2019, 10:41:23 PM
 #10049

this is probably an old question, does any one know how to enable PhoenixMiner to display accepted/rejected shares and HW errors in AM ?
Lunga Chung
Member
**
Offline Offline

Activity: 277
Merit: 23


View Profile
July 29, 2019, 04:58:04 AM
 #10050

this is probably an old question, does any one know how to enable PhoenixMiner to display accepted/rejected shares and HW errors in AM ?


is this even possible?
patrike (OP)
Legendary
*
Offline Offline

Activity: 3710
Merit: 1095


View Profile WWW
July 29, 2019, 12:27:57 PM
 #10051

Patrike, please, add nheqminer support.
At present nheqminer is the only CPU miner for high speed verus coin mining, I added it with command prompt command, but awesome miner can not see the current hashrate of this miner. That's why awesome miner watchdog stops this miner after 20 minutes and ban the pool. I can not disable watchdog, I need this function enabled, because it used for GPU miner also (awesome miner watchdog can not be set for the miners and miner software separatedly).

Sometimes pools have problems that can not be fixed for the next several hours (for example, if the problems happen when pool owner is sleeping and can not see discord messages from the users). In such cases the best solution is to ban the pool for the next several hours. I want to see the right click menu in online services tab with different options:
- start mining here for the next hh:mm
- ban this pool for the next hh:mm

Suggestions:
1) add nheqminer support (CPU and GPU modes)
2) add watchdog options for different miners and miner software
3) right click menu in "online services" tab with "mine here" and "ban this pool" commands.

Thanks Smiley
Thanks for the suggestions.

When you added the nheqminer, did you add it via the Options dialog, Managed Software section, and configured it with Command Line as compatibility mode? In that case Awesome Miner shouldn't try the API and should understand that it cannot get hashrate/share information.

Which nheqminer version is using by the mining community these days? This one looks very outdated:
https://github.com/nicehash/nheqminer/releases

Awesome Miner - Complete solution to manage and monitor mining operations of ASIC, GPU and CPU miners
Optimized Antminer firmware - Increased hashrate, improved power efficiency and more features. For S9, T9+, L3+, S17, T17, S19, T19, S21, T21, L7, L9
Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
patrike (OP)
Legendary
*
Offline Offline

Activity: 3710
Merit: 1095


View Profile WWW
July 29, 2019, 12:29:16 PM
 #10052

this is probably an old question, does any one know how to enable PhoenixMiner to display accepted/rejected shares and HW errors in AM ?


is this even possible?
Thanks for the question.

I assume you refer to if this can be reported per-GPU. It's only Claymore miner that supports reporting this information per GPU from what I've seen. For Phoenix Miner it's only a total number of accepted/rejected shares.

Awesome Miner - Complete solution to manage and monitor mining operations of ASIC, GPU and CPU miners
Optimized Antminer firmware - Increased hashrate, improved power efficiency and more features. For S9, T9+, L3+, S17, T17, S19, T19, S21, T21, L7, L9
Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
sxemini
Member
**
Offline Offline

Activity: 1556
Merit: 74


View Profile
July 29, 2019, 12:36:37 PM
 #10053

this is probably an old question, does any one know how to enable PhoenixMiner to display accepted/rejected shares and HW errors in AM ?


is this even possible?
Thanks for the question.

I assume you refer to if this can be reported per-GPU. It's only Claymore miner that supports reporting this information per GPU from what I've seen. For Phoenix Miner it's only a total number of accepted/rejected shares.

But in the console you can see it per GPU.
Lunga Chung
Member
**
Offline Offline

Activity: 277
Merit: 23


View Profile
July 29, 2019, 01:02:57 PM
 #10054

this is probably an old question, does any one know how to enable PhoenixMiner to display accepted/rejected shares and HW errors in AM ?


is this even possible?
Thanks for the question.

I assume you refer to if this can be reported per-GPU. It's only Claymore miner that supports reporting this information per GPU from what I've seen. For Phoenix Miner it's only a total number of accepted/rejected shares.

But in the console you can see it per GPU.

my point exactly, its in the log file...

Maybe Phoenix should provide the same API like Claymore for this info...

it's kinda annoying to watch on console view  which , sometimes btw, starts to strobe 
patrike (OP)
Legendary
*
Offline Offline

Activity: 3710
Merit: 1095


View Profile WWW
July 29, 2019, 01:19:17 PM
 #10055

this is probably an old question, does any one know how to enable PhoenixMiner to display accepted/rejected shares and HW errors in AM ?


is this even possible?
Thanks for the question.

I assume you refer to if this can be reported per-GPU. It's only Claymore miner that supports reporting this information per GPU from what I've seen. For Phoenix Miner it's only a total number of accepted/rejected shares.

But in the console you can see it per GPU.

my point exactly, its in the log file...

Maybe Phoenix should provide the same API like Claymore for this info...

it's kinda annoying to watch on console view  which , sometimes btw, starts to strobe 
I looked into this again - and you are actually correct. Thanks for being persistent.

In the past the Claymore miner only reported the total share information (total number of accepted and rejected shares, not per GPU). Then Claymore introduced a new API command that Awesome Miner could send to get per-GPU information as well. Back then it was something by Claymore and for the Claymore miner only.

Now I just tried to send the same updated API command to Phoenix Miner and it does indeed return per-GPU share information just like Claymore miner. This makes it fully possible to implement support for per-GPU display of accepted and rejected shares for Phoenix Miner as well.

I will not be able to test and finalize this for the development release that soon will be available, but I will plan it for the next release. Thanks!

Awesome Miner - Complete solution to manage and monitor mining operations of ASIC, GPU and CPU miners
Optimized Antminer firmware - Increased hashrate, improved power efficiency and more features. For S9, T9+, L3+, S17, T17, S19, T19, S21, T21, L7, L9
Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
trucobit
Jr. Member
*
Offline Offline

Activity: 756
Merit: 2


View Profile
July 29, 2019, 01:26:30 PM
 #10056

Patrike just tell you that with the last update you did on the remote improvement, the problems of "offline miner" have almost disappeared, it is very rare to happen. The program has returned to its former stability. In the end it was intelibreeze problem as long as sugeria

Congratulations for the job, cost to catch the ruling but it is mostly corrected, I have had dozens and dozens of failures a day to have 3 or 4 which I consider normal.
Lunga Chung
Member
**
Offline Offline

Activity: 277
Merit: 23


View Profile
July 29, 2019, 01:27:10 PM
 #10057

I looked into this again - and you are actually correct. Thanks for being persistent.

In the past the Claymore miner only reported the total share information (total number of accepted and rejected shares, not per GPU). Then Claymore introduced a new API command that Awesome Miner could send to get per-GPU information as well. Back then it was something by Claymore and for the Claymore miner only.

Now I just tried to send the same updated API command to Phoenix Miner and it does indeed return per-GPU share information just like Claymore miner. This makes it fully possible to implement support for per-GPU display of accepted and rejected shares for Phoenix Miner as well.

I will not be able to test and finalize this for the development release that soon will be available, but I will plan it for the next release. Thanks!

U R welcome

now just to add keystroke option on console view and voile don't need to leave AM at all  Wink
patrike (OP)
Legendary
*
Offline Offline

Activity: 3710
Merit: 1095


View Profile WWW
July 29, 2019, 01:43:43 PM
 #10058

Version 6.7.3 ( Development preview of 6.8 )

 Awesome Miner Antminer S9 firmware
  - Better performance and flexible hashrate and power configuration when mining with Antminer S9
  - Integrates with Awesome Miner by providing: LED flash, pause and resume mining in a power efficient way, antivirus scan and apply mining profiles (hashrate and power usage).
  - The features are available via the ASIC tools menu and as rule actions in Awesome Miner
  - Display of power usage
  - SSH access to the Antminer
  - Mining fee 2%
  - Awesome Miner can install this firmware even when the Antminer is locked with signature check and SSH is disabled (contact us for instructions)
  - For more information, see the web site: https://www.awesomeminer.com/antminerfirmware
 GPU mining
  - GPU power limit control based on temperature, configurable in the Options dialog, GPU Settings section (Beta preview features)
 Features
  - Miner highlight feature includes 5 additional colors
  - Configurable if a double click on an External Miner should open the ASIC miner web interface. Configurable via the Options dialog, General section.
 User interface
  - Antminer&ASIC menu renamed to ASIC tools
  - Temperature sorting improved for miner list in compact mode
 Mining software
  - Bminer 15.7.6
  - CcMiner Zcoin Official 1.1.26
  - Z-enemy miner 2.1

Awesome Miner - Complete solution to manage and monitor mining operations of ASIC, GPU and CPU miners
Optimized Antminer firmware - Increased hashrate, improved power efficiency and more features. For S9, T9+, L3+, S17, T17, S19, T19, S21, T21, L7, L9
Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
sxemini
Member
**
Offline Offline

Activity: 1556
Merit: 74


View Profile
July 30, 2019, 12:23:45 PM
 #10059

Version 6.7.3 ( Development preview of 6.8 )

 Awesome Miner Antminer S9 firmware
  - Better performance and flexible hashrate and power configuration when mining with Antminer S9
  - Integrates with Awesome Miner by providing: LED flash, pause and resume mining in a power efficient way, antivirus scan and apply mining profiles (hashrate and power usage).
  - The features are available via the ASIC tools menu and as rule actions in Awesome Miner
  - Display of power usage
  - SSH access to the Antminer
  - Mining fee 2%
  - Awesome Miner can install this firmware even when the Antminer is locked with signature check and SSH is disabled (contact us for instructions)
  - For more information, see the web site: https://www.awesomeminer.com/antminerfirmware
 GPU mining
  - GPU power limit control based on temperature, configurable in the Options dialog, GPU Settings section (Beta preview features)
 Features
  - Miner highlight feature includes 5 additional colors
  - Configurable if a double click on an External Miner should open the ASIC miner web interface. Configurable via the Options dialog, General section.
 User interface
  - Antminer&ASIC menu renamed to ASIC tools
  - Temperature sorting improved for miner list in compact mode
 Mining software
  - Bminer 15.7.6
  - CcMiner Zcoin Official 1.1.26
  - Z-enemy miner 2.1

-Thanks Patrike for more highlight colors. Can you change this feature that we can set our own description per color? Example i will set red = offline, yellow = temperature over 80°c. At the moment the names are Information 1, Information 2 and so on. I hope you understand my question  Cheesy

-Other stuff what i expect are groups for balance section. Because i use awesomeminer with a friend and so we can make our own groups or we can make several groups for exchange, wallet and so on.

-Dual Mining Support for Phönixminer must be also possible, it is not very different from claymore.

-And CPU only mode for Nanominer, at the moment i can´t mine only with CPU because Awesomeminer say it is for nvidia and amd not for cpu.

slysir
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile
July 30, 2019, 12:49:32 PM
 #10060

Testing Beta feature "Enable GPU global power limit":

setting Default power limit 80%, overrides the GPU clocking profile when starting, so all GPU clocking now starts at 80%.

Then try Disable Global power limit and the GPU start profile works again.

I would like to have option to set Default power limit for the normal GPU clocking profile when starting since the my RTX 2060
always starts at 100% no matter what.
Pages: « 1 ... 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 [503] 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 ... 650 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!