Author

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

legendary
Activity: 3346
Merit: 1094
Awesome Miner version 6.2.4

 ASIC mining
  - Diagnostics improved to support older Antminers
 GPU mining
  - Added algorithm CryptoNight HeavyX for XCash mining
  - Generic Miners improved with command line variables for pool related parameters
 User interface
  - User defined actions can be accessed from the context menu in the Miners tab
 Mining softare
  - BMiner 15.1
  - TT-Miner 2.1.3
 Corrections
  - Correction to detection of AMD cards for GPU monitoring


maybe the TT-Miner version should be 2.1.13 ?

seems that the 2.1.14 is already out: https://tradeproject.de/download/Miner/TT-Miner.zip
Thanks for finding the typo - it was supposed to say 2.1.13.

The latest TT-Miner version will be included in a release planned for today.
legendary
Activity: 3346
Merit: 1094
member
Activity: 112
Merit: 10
Awesome Miner version 6.2.4

 ASIC mining
  - Diagnostics improved to support older Antminers
 GPU mining
  - Added algorithm CryptoNight HeavyX for XCash mining
  - Generic Miners improved with command line variables for pool related parameters
 User interface
  - User defined actions can be accessed from the context menu in the Miners tab
 Mining softare
  - BMiner 15.1
  - TT-Miner 2.1.3
 Corrections
  - Correction to detection of AMD cards for GPU monitoring


maybe the TT-Miner version should be 2.1.13 ?

seems that the 2.1.14 is already out: https://tradeproject.de/download/Miner/TT-Miner.zip
newbie
Activity: 107
Merit: 0
Hello.

Error in the coin, you need algo Equihash (192_7)

Now

Algorithm                                   EquihashZero
Pool Profit Factor                          1
Coin                                        VDL
Is this a coin that is reported as Equihash 192_7 by the coin statistics providers, but that's incorrect and should be EquihashZero?

Awesome Miner can override the algorithm for a coin via the Options dialog, Statistics Providers section, where the setting Override coin algorithm can be used to specify that a specific coin should be using another algorithm.

Thank you
member
Activity: 1558
Merit: 69

Thanks for the details. If you already have your tags defined in the system, you can use the Tags API (/api/tags) to get a mapping between tag name and tag ID.

When you know the tag ID you want to modify on a miner, you can do like this with the API for "Managed Miners". It works in a similar way for External Miners as well.

1) Get the properties for a specific Managed Miner:
  GET http://mypc:17790/api/managedminers/{id}
2) Modify the tagList property of the response body
3) Save the new properties for the Managed Miner, where you put the updated JSON data in request body:
  POST http://mypc:17790/api/managedminers/{id}



Thanks patrike,  i think i get it  Grin
legendary
Activity: 3346
Merit: 1094
Hello.

Error in the coin, you need algo Equihash (192_7)

Now

Algorithm                                   EquihashZero
Pool Profit Factor                          1
Coin                                        VDL
Is this a coin that is reported as Equihash 192_7 by the coin statistics providers, but that's incorrect and should be EquihashZero?

Awesome Miner can override the algorithm for a coin via the Options dialog, Statistics Providers section, where the setting Override coin algorithm can be used to specify that a specific coin should be using another algorithm.
legendary
Activity: 3346
Merit: 1094
Awesome Miner version 6.2.4

 ASIC mining
  - Diagnostics improved to support older Antminers
 GPU mining
  - Added algorithm CryptoNight HeavyX for XCash mining
  - Generic Miners improved with command line variables for pool related parameters
 User interface
  - User defined actions can be accessed from the context menu in the Miners tab
 Mining softare
  - BMiner 15.1
  - TT-Miner 2.1.3
 Corrections
  - Correction to detection of AMD cards for GPU monitoring

NICE!!!

Patrike can i add or delete a specifie tag to a specifie miner via api? I use the api to stop and start the miners for zilliqa mining. It works very good without any errors, but i want to add a tag for the moment of zilliqa mining and want to delete it when the main miner starts.

If needed i can make a description for other guys for mining Zilliqa with Aweseomeminer.
Is this for the HTTP API? You can use this API to add and remove tags for a miner. See the section "Tags":
https://support.awesomeminer.com/support/solutions/articles/35000085916-awesome-miner-http-api

Sorry i am new in API  Smiley
I use curl and this command line in a cmd file to start and stop the miner:

curl -i -d POST http://192.168.2.113:17790/api/miners/2?action=start

I saw the tags section in your FAQ, but i don´t understand how i set only a tag to one of my miners. As i understand your FAQ it will add the tag to every miner.

Ok i try a little bit.
Thanks for the details. If you already have your tags defined in the system, you can use the Tags API (/api/tags) to get a mapping between tag name and tag ID.

When you know the tag ID you want to modify on a miner, you can do like this with the API for "Managed Miners". It works in a similar way for External Miners as well.

1) Get the properties for a specific Managed Miner:
  GET http://mypc:17790/api/managedminers/{id}
2) Modify the tagList property of the response body
3) Save the new properties for the Managed Miner, where you put the updated JSON data in request body:
  POST http://mypc:17790/api/managedminers/{id}

newbie
Activity: 107
Merit: 0
Hello.

Error in the coin, you need algo Equihash (192_7)

Now

Algorithm                                   EquihashZero
Pool Profit Factor                          1
Coin                                        VDL
member
Activity: 1558
Merit: 69
Awesome Miner version 6.2.4

 ASIC mining
  - Diagnostics improved to support older Antminers
 GPU mining
  - Added algorithm CryptoNight HeavyX for XCash mining
  - Generic Miners improved with command line variables for pool related parameters
 User interface
  - User defined actions can be accessed from the context menu in the Miners tab
 Mining softare
  - BMiner 15.1
  - TT-Miner 2.1.3
 Corrections
  - Correction to detection of AMD cards for GPU monitoring

NICE!!!

Patrike can i add or delete a specifie tag to a specifie miner via api? I use the api to stop and start the miners for zilliqa mining. It works very good without any errors, but i want to add a tag for the moment of zilliqa mining and want to delete it when the main miner starts.

If needed i can make a description for other guys for mining Zilliqa with Aweseomeminer.
Is this for the HTTP API? You can use this API to add and remove tags for a miner. See the section "Tags":
https://support.awesomeminer.com/support/solutions/articles/35000085916-awesome-miner-http-api

Sorry i am new in API  Smiley
I use curl and this command line in a cmd file to start and stop the miner:

curl -i -d POST http://192.168.2.113:17790/api/miners/2?action=start

I saw the tags section in your FAQ, but i don´t understand how i set only a tag to one of my miners. As i understand your FAQ it will add the tag to every miner.

Ok i try a little bit.
legendary
Activity: 3346
Merit: 1094
Awesome Miner version 6.2.4

 ASIC mining
  - Diagnostics improved to support older Antminers
 GPU mining
  - Added algorithm CryptoNight HeavyX for XCash mining
  - Generic Miners improved with command line variables for pool related parameters
 User interface
  - User defined actions can be accessed from the context menu in the Miners tab
 Mining softare
  - BMiner 15.1
  - TT-Miner 2.1.3
 Corrections
  - Correction to detection of AMD cards for GPU monitoring
legendary
Activity: 3346
Merit: 1094
With double click you open the Mineral properties. If you want do access the miner via browser with awesome miner, make a rule with manuel activation. Then you can access via the actions button.

Cool thx, I have to learn how to create rules
The rules are intended to be a flexible way of automating these kind of tasks. In addition to what sxemini pointed out above, you will also find other examples of rules in the documentation pages. It can be a good source for inspiration:
https://support.awesomeminer.com/support/solutions/articles/35000085907-rules-detect-mining-issues-and-automate-tasks
legendary
Activity: 3346
Merit: 1094
Patrike can i add or delete a specifie tag to a specifie miner via api? I use the api to stop and start the miners for zilliqa mining. It works very good without any errors, but i want to add a tag for the moment of zilliqa mining and want to delete it when the main miner starts.

If needed i can make a description for other guys for mining Zilliqa with Aweseomeminer.
Is this for the HTTP API? You can use this API to add and remove tags for a miner. See the section "Tags":
https://support.awesomeminer.com/support/solutions/articles/35000085916-awesome-miner-http-api
member
Activity: 277
Merit: 23
With double click you open the Mineral properties. If you want do access the miner via browser with awesome miner, make a rule with manuel activation. Then you can access via the actions button.



Cool thx, I have to learn how to create rules
member
Activity: 1558
Merit: 69
With double click you open the miner properties. If you want do access the miner via browser with awesome miner, make a rule with manuel activation. Then you can access via the actions button.

member
Activity: 277
Merit: 23
is there anyway to pull detailed log from S9 in AM?

P.S. It would be great to add option to access miner via browser by double clicking
member
Activity: 1558
Merit: 69
Quote
Awesome Miner can only read CPU temperatures when running as Administrator. The temperatures are however currently only displayed on the System tab, not in in the Miners list, so I agree that there are room for improvements here. The same goes for CPU Power Usage - it's currently only displayed on the System tab but not part of the miner list and not in the profit calculations.

I have checked it on a rig, on this rig is awesomeminer running as an admin and yes i see the cpu temperature in the system tab. Thanks this helps a little bit, but i hope you can improve this in the future.

Quote
Adding the Actions button to the context menu should be possible.

I think it would be very useful.

Quote
lolMiner 0.7 had some compatibility issues with Nicehash for some algorithms that used to work fine with 0.6. For that reason I didn't include it yet. It's a balance between including the latest/greatest and not introducing new issues to those running a previous version.

Ok i understand and i update it manually, nicehash is no option for me and so not so interesting for me but others will use it.

Quote
NBMiner 20.0 is already included since a week ago.

My fault  Cheesy



Patrike can i add or delete a specifie tag to a specifie miner via api? I use the api to stop and start the miners for zilliqa mining. It works very good without any errors, but i want to add a tag for the moment of zilliqa mining and want to delete it when the main miner starts.

If needed i can make a description for other guys for mining Zilliqa with Aweseomeminer.
newbie
Activity: 58
Merit: 0

The idea of running in parallel is also interesting, but it would require Awesome Miner to understand which GPU's are identical in terms of memory and clock to make it fair.

Fair point.
Maybe you could leave that up to the user.

Simplest solution: Run X parallel benchmarks on GPU 1 to X. (where you somehow select X)

More advanced: select specific GPUs to run the benchmark.
Maybe instead of having a "ComboBox" to select a single GPU (or all), make it more like a "CheckBoxComboBox" to allow multiple selections.
This could also allow the user to run "normal" benchmarks on several specific GPUs.

legendary
Activity: 3346
Merit: 1094
Hi patrike,

any plans for reading CPU temp?

is it possible to add the actions button to the context menu, like the reboot and restart button.


lolminer 0.7 stable is out with lower devfee, can you update?  https://bitcointalk.org/index.php?topic=4724735.0
NBminer v20 is out. https://bitcointalksearch.org/topic/nbminer-v422-100-lhr-unlock-for-eth-mining-5099379


Thanks for all feedback and suggestions!

Awesome Miner can only read CPU temperatures when running as Administrator. The temperatures are however currently only displayed on the System tab, not in in the Miners list, so I agree that there are room for improvements here. The same goes for CPU Power Usage - it's currently only displayed on the System tab but not part of the miner list and not in the profit calculations.

Adding the Actions button to the context menu should be possible.

lolMiner 0.7 had some compatibility issues with Nicehash for some algorithms that used to work fine with 0.6. For that reason I didn't include it yet. It's a balance between including the latest/greatest and not introducing new issues to those running a previous version.

NBMiner 20.0 is already included since a week ago.
legendary
Activity: 3346
Merit: 1094

I agree that that usability for the benchmark can be improved and I know other users had similar suggestion in the past.


Speaking of benchmarking, I have a suggestion:

In the benchmarking window - would it be possible to select an algo/miner (and pool) and hit a button "Diagnostic".

I think this would make it easier to find problems, Often the profit switcher has changed to another algo
(or the pool is disabled for no accepted) and it could be a hassle to make sure the diagnostic will start with
the correct algo/miner.


BTW: Have you considered making benchmarks run in parallel? (on multi-gpu rigs)
Like running X16r with 3-4 different miners (exe) simultaneously to get more accurate speed comparison
- or just speeding up the benchmarking in total.

Good point about the Diagnostics for a specific algorithm - I agree that it would make sense to have. It's noted.

The idea of running in parallel is also interesting, but it would require Awesome Miner to understand which GPU's are identical in terms of memory and clock to make it fair.
Jump to: