Author

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

legendary
Activity: 3346
Merit: 1094
Hello
thanks for new functionalities !
Any news about possibility (a button) to update hashrate statistics when switching (this may be an alternative to make benchmarks) of course if possible ?

Automatic saving of hashrate is still on the todo-list. Manual saving is possible via Save Hashrate (like @narouberg pointed out).
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.
legendary
Activity: 1754
Merit: 1007
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
legendary
Activity: 1754
Merit: 1007
Hello
thanks for new functionalities !
Any news about possibility (a button) to update hashrate statistics when switching (this may be an alternative to make benchmarks) of course if possible ?

try this: Right click on miner -> Save hashrate
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?
legendary
Activity: 1754
Merit: 1007
member
Activity: 204
Merit: 10
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?
newbie
Activity: 5
Merit: 0
Hello
thanks for new functionalities !
Any news about possibility (a button) to update hashrate statistics when switching (this may be an alternative to make benchmarks) of course if possible ?
legendary
Activity: 3346
Merit: 1094
Awesome Miner version 7.3.10 (Development preview of 7.4)

 ASIC mining
  - 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
 GPU mining
  - 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 information column can be configured to show the notes entered for a miner
 Mining software
  - Gminer 2.0
  - XmRig 5.9
  - CpuMiner-Opt 3.12.6.1
  - SrbMiner 0.4.0
 Correction
  - 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
  - Improved fan speed display for Awesome Miner Antminer firmware with fan check turned off

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
legendary
Activity: 3346
Merit: 1094
Hey, this still has some hardcoded mapping. MWC coin runs with --coin MWC instead of the standard algorithm overrides.
Algo : C29D : MWC-C29D
Rest of the C29M, C31, C32 work fine
Can you please double check if you manually added "--coin MWC" or "MWC" somewhere like below?
1) In the Properties of your pool, command line.
2) Options dialog, Managed Software section, lolMiner algorithm mapping.

When looking at how lolMiner is started by Awesome Miner, there are no hard coded coins. If I'm wrong - please let me know.

MWC is mined with C31 and C29D algos.
For lolminer, AM doesnt have builtin algo mapping for C29D algo, so adding custom mapping as MWC-C29D.
Then starting the miner with no parameters in diagnostics shows, miner started with --coin MWC instead of the custom mapped --coin MWC-C29D
Could you please send me your Awesome Miner configuration file? %appdata%\AwesomeMiner\ConfigData.xml. Please send via PM or mail as it contains sensitive information. Thanks!
member
Activity: 204
Merit: 10
Bugfixes on lolminer compatibility:

1. Miner supports all c29 variants (29,d,m) and c31
2. Miner uses this format of algo support. I think it is done internally in AM and not via miner properties-command line arg. Adding support to do this via the deafult/user defined command line args would help
Code:
--coin 
--coin sets the coin you want to mine, e.g. BEAM,AION,BTG,...

...

3. Hashrates are not properly parsed in decimal from the api. The api gives proper 1.2 as values, but is parsed and displayed as 1 in am.

Thanks for the details! There were a number of hardcoded mappings for Lolminer as it had a bit special concept for specifying algorithms - as it's typically the coin name you specify. I will change this to be more flexible where you can use the standard algorithm configuration for Lolminer as well.

I will also correct the hashrate reporting.

Hey, this still has some hardcoded mapping. MWC coin runs with --coin MWC instead of the standard algorithm overrides.
Algo : C29D : MWC-C29D
Rest of the C29M, C31, C32 work fine
Can you please double check if you manually added "--coin MWC" or "MWC" somewhere like below?
1) In the Properties of your pool, command line.
2) Options dialog, Managed Software section, lolMiner algorithm mapping.

When looking at how lolMiner is started by Awesome Miner, there are no hard coded coins. If I'm wrong - please let me know.

MWC is mined with C31 and C29D algos.
For lolminer, AM doesnt have builtin algo mapping for C29D algo, so adding custom mapping as MWC-C29D.
Then starting the miner with no parameters in diagnostics shows, miner started with --coin MWC instead of the custom mapped --coin MWC-C29D
legendary
Activity: 3346
Merit: 1094
Bugfixes on lolminer compatibility:

1. Miner supports all c29 variants (29,d,m) and c31
2. Miner uses this format of algo support. I think it is done internally in AM and not via miner properties-command line arg. Adding support to do this via the deafult/user defined command line args would help
Code:
--coin 
--coin sets the coin you want to mine, e.g. BEAM,AION,BTG,...

...

3. Hashrates are not properly parsed in decimal from the api. The api gives proper 1.2 as values, but is parsed and displayed as 1 in am.

Thanks for the details! There were a number of hardcoded mappings for Lolminer as it had a bit special concept for specifying algorithms - as it's typically the coin name you specify. I will change this to be more flexible where you can use the standard algorithm configuration for Lolminer as well.

I will also correct the hashrate reporting.

Hey, this still has some hardcoded mapping. MWC coin runs with --coin MWC instead of the standard algorithm overrides.
Algo : C29D : MWC-C29D
Rest of the C29M, C31, C32 work fine
Can you please double check if you manually added "--coin MWC" or "MWC" somewhere like below?
1) In the Properties of your pool, command line.
2) Options dialog, Managed Software section, lolMiner algorithm mapping.

When looking at how lolMiner is started by Awesome Miner, there are no hard coded coins. If I'm wrong - please let me know.
member
Activity: 204
Merit: 10
Bugfixes on lolminer compatibility:

1. Miner supports all c29 variants (29,d,m) and c31
2. Miner uses this format of algo support. I think it is done internally in AM and not via miner properties-command line arg. Adding support to do this via the deafult/user defined command line args would help
Code:
--coin 
--coin sets the coin you want to mine, e.g. BEAM,AION,BTG,...

...

3. Hashrates are not properly parsed in decimal from the api. The api gives proper 1.2 as values, but is parsed and displayed as 1 in am.

Thanks for the details! There were a number of hardcoded mappings for Lolminer as it had a bit special concept for specifying algorithms - as it's typically the coin name you specify. I will change this to be more flexible where you can use the standard algorithm configuration for Lolminer as well.

I will also correct the hashrate reporting.

Hey, this still has some hardcoded mapping. MWC coin runs with --coin MWC instead of the standard algorithm overrides.
Algo : C29D : MWC-C29D
Rest of the C29M, C31, C32 work fine
legendary
Activity: 3346
Merit: 1094
Hi all! Do you know how to fix the problem when main window of awesome miner software displayed above other subwindows with menus or dialogues? Sometimes I can see a piece of window and move it to another place outside the main window, but sometimes I even can not see other windows under the main window and can not control them at all.
Can you please give an example of what kind of window that are displayed incorrectly? Is it a specific Awesome Miner window like the Benchmark that shows behind the main window? Or external applications?
Hello, Patrike. This is about main window.
I've had one other user reporting this as well and I'm trying to figure out the exact scenario.

What if you exit Awesome Miner once and start it again, or minimize the application and then restore the window, do you still get the same problem?

https://yadi.sk/i/aUViRj96tcSTHA - this is the snapshot to see how it looks like.
If minimize main window and then restore nothing will change.
If close the app and start again it will help.
Thanks! I think I have an idea how the problem now so I will make a change for this in the next release.
newbie
Activity: 21
Merit: 0
Hi all! Do you know how to fix the problem when main window of awesome miner software displayed above other subwindows with menus or dialogues? Sometimes I can see a piece of window and move it to another place outside the main window, but sometimes I even can not see other windows under the main window and can not control them at all.
Can you please give an example of what kind of window that are displayed incorrectly? Is it a specific Awesome Miner window like the Benchmark that shows behind the main window? Or external applications?
Hello, Patrike. This is about main window.
I've had one other user reporting this as well and I'm trying to figure out the exact scenario.

What if you exit Awesome Miner once and start it again, or minimize the application and then restore the window, do you still get the same problem?

https://yadi.sk/i/aUViRj96tcSTHA - this is the snapshot to see how it looks like.
If minimize main window and then restore nothing will change.
If close the app and start again it will help.
legendary
Activity: 3346
Merit: 1094
I have a small problem, I want to mine with ttminer for Progpowz. It seems that the antivirus is activated on several of my rigs and the host computer and I delete TTminer.

I have deactivated and put exclusion of the folder in each rig. In Awesome-miner I give the option and delete and replace the miners. But it makes no difference, it always gives me the error in diagnosis that the miner cannot find.

You just have to be on the main computer where Awesome-miner is and then upload to each rig? or I have to download the version to each rig in user / nameuser / appdata / local ....
For Windows Defender, Awesome Miner will automatically try to add an exclusion.

As I test I would recommend you to manually download TT-miner to any folder on your mining rig. Try to add this folder as an exclusion if it's being removed and try again. Next, configure a miner in Awesome Miner to not use automatic download and instead specify the exact path where you downloaded TT-miner. Is this working?

it was necessary for ttminer to work the last vc redistrubuitable, otherwise it does not work.

Another fault, I have a currency defined entirely by me. In Coins the profit comes out of RIG, but in the miner tab it doesn't tell me the profit, and that's weird because it reads the hash.

I think that somehow there is some incompatibility of the new ttminer with the new CC +, and even giving the value in coins and giving the hash in miner, it does not give the current profit of the miner
If you change the Coin you defined for this Pool, to another coin (than your user defined coin) but still with the same algorithm - does that one show up with profit information in the miner list?
Please also verify that the pool Profit Factor isn't set to 0.
jr. member
Activity: 756
Merit: 2
I have a small problem, I want to mine with ttminer for Progpowz. It seems that the antivirus is activated on several of my rigs and the host computer and I delete TTminer.

I have deactivated and put exclusion of the folder in each rig. In Awesome-miner I give the option and delete and replace the miners. But it makes no difference, it always gives me the error in diagnosis that the miner cannot find.

You just have to be on the main computer where Awesome-miner is and then upload to each rig? or I have to download the version to each rig in user / nameuser / appdata / local ....
For Windows Defender, Awesome Miner will automatically try to add an exclusion.

As I test I would recommend you to manually download TT-miner to any folder on your mining rig. Try to add this folder as an exclusion if it's being removed and try again. Next, configure a miner in Awesome Miner to not use automatic download and instead specify the exact path where you downloaded TT-miner. Is this working?

it was necessary for ttminer to work the last vc redistrubuitable, otherwise it does not work.

Another fault, I have a currency defined entirely by me. In Coins the profit comes out of RIG, but in the miner tab it doesn't tell me the profit, and that's weird because it reads the hash.

I think that somehow there is some incompatibility of the new ttminer with the new CC +, and even giving the value in coins and giving the hash in miner, it does not give the current profit of the miner
legendary
Activity: 3346
Merit: 1094
Well hopefully this bug report is reproducible.. Smiley

Using Awesomeminer Linux client with nVidia driver 430, when benchmarking new algos it seems AM is reading the wrong GPU for power usage.

Benchmark results show ~20w (standard idle). There are 3 cards in the system, however I am using the single card benchmark mode.

Running nvidia-smi shows card 0 at 200w and cards 1/2 at ~20w. Benchmark mode is single GPU, with GPU 0 selected.
I will look into this case and get back to you.
legendary
Activity: 3346
Merit: 1094
I have a small problem, I want to mine with ttminer for Progpowz. It seems that the antivirus is activated on several of my rigs and the host computer and I delete TTminer.

I have deactivated and put exclusion of the folder in each rig. In Awesome-miner I give the option and delete and replace the miners. But it makes no difference, it always gives me the error in diagnosis that the miner cannot find.

You just have to be on the main computer where Awesome-miner is and then upload to each rig? or I have to download the version to each rig in user / nameuser / appdata / local ....
For Windows Defender, Awesome Miner will automatically try to add an exclusion.

As I test I would recommend you to manually download TT-miner to any folder on your mining rig. Try to add this folder as an exclusion if it's being removed and try again. Next, configure a miner in Awesome Miner to not use automatic download and instead specify the exact path where you downloaded TT-miner. Is this working?
hero member
Activity: 1151
Merit: 528
Well hopefully this bug report is reproducible.. Smiley

Using Awesomeminer Linux client with nVidia driver 430, when benchmarking new algos it seems AM is reading the wrong GPU for power usage.

Benchmark results show ~20w (standard idle). There are 3 cards in the system, however I am using the single card benchmark mode.

Running nvidia-smi shows card 0 at 200w and cards 1/2 at ~20w. Benchmark mode is single GPU, with GPU 0 selected.
Jump to: