Lunga Chung
Member
Offline
Activity: 277
Merit: 23
|
|
March 04, 2019, 05:20:52 PM |
|
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
|
|
|
|
sxemini
Member
Offline
Activity: 1558
Merit: 69
|
|
March 05, 2019, 08:09:13 AM Last edit: March 05, 2019, 10:58:12 AM by sxemini |
|
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.
|
|
|
|
Lunga Chung
Member
Offline
Activity: 277
Merit: 23
|
|
March 05, 2019, 10:55:06 AM |
|
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
|
|
|
|
patrike (OP)
Legendary
Offline
Activity: 3472
Merit: 1095
|
|
March 05, 2019, 02:26:42 PM |
|
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
|
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, S9i, S9j, T9+, L3+, S17, S17 Pro, S17+, T17, T17+, S19, S19 Pro, S19j, S19j Pro, T19 Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
|
|
|
patrike (OP)
Legendary
Offline
Activity: 3472
Merit: 1095
|
|
March 05, 2019, 02:29:01 PM |
|
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
|
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, S9i, S9j, T9+, L3+, S17, S17 Pro, S17+, T17, T17+, S19, S19 Pro, S19j, S19j Pro, T19 Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
|
|
|
patrike (OP)
Legendary
Offline
Activity: 3472
Merit: 1095
|
|
March 05, 2019, 03:03:31 PM |
|
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
|
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, S9i, S9j, T9+, L3+, S17, S17 Pro, S17+, T17, T17+, S19, S19 Pro, S19j, S19j Pro, T19 Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
|
|
|
sxemini
Member
Offline
Activity: 1558
Merit: 69
|
|
March 05, 2019, 03:12:25 PM |
|
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-apiSorry i am new in API 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=startI 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.
|
|
|
|
Siolim
Newbie
Offline
Activity: 107
Merit: 0
|
|
March 05, 2019, 11:28:17 PM |
|
Hello.
Error in the coin, you need algo Equihash (192_7)
Now
Algorithm EquihashZero Pool Profit Factor 1 Coin VDL
|
|
|
|
patrike (OP)
Legendary
Offline
Activity: 3472
Merit: 1095
|
|
March 06, 2019, 10:43:32 AM |
|
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-apiSorry i am new in API 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=startI 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}
|
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, S9i, S9j, T9+, L3+, S17, S17 Pro, S17+, T17, T17+, S19, S19 Pro, S19j, S19j Pro, T19 Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
|
|
|
patrike (OP)
Legendary
Offline
Activity: 3472
Merit: 1095
|
|
March 06, 2019, 10:49:42 AM |
|
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.
|
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, S9i, S9j, T9+, L3+, S17, S17 Pro, S17+, T17, T17+, S19, S19 Pro, S19j, S19j Pro, T19 Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
|
|
|
sxemini
Member
Offline
Activity: 1558
Merit: 69
|
|
March 06, 2019, 11:11:34 AM |
|
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
|
|
|
|
powerstr
Newbie
Offline
Activity: 107
Merit: 0
|
|
March 06, 2019, 11:39:28 AM |
|
|
|
|
|
Siolim
Newbie
Offline
Activity: 107
Merit: 0
|
|
March 06, 2019, 01:07:05 PM |
|
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
|
|
|
|
leevancleef
|
|
March 06, 2019, 10:11:14 PM |
|
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
|
|
|
|
patrike (OP)
Legendary
Offline
Activity: 3472
Merit: 1095
|
|
March 07, 2019, 09:06:05 AM |
|
Thanks - this one will be part of a new Awesome Miner release planned for today.
|
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, S9i, S9j, T9+, L3+, S17, S17 Pro, S17+, T17, T17+, S19, S19 Pro, S19j, S19j Pro, T19 Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
|
|
|
patrike (OP)
Legendary
Offline
Activity: 3472
Merit: 1095
|
|
March 07, 2019, 09:07:09 AM |
|
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.zipThanks 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.
|
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, S9i, S9j, T9+, L3+, S17, S17 Pro, S17+, T17, T17+, S19, S19 Pro, S19j, S19j Pro, T19 Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
|
|
|
patrike (OP)
Legendary
Offline
Activity: 3472
Merit: 1095
|
|
March 07, 2019, 03:22:19 PM |
|
Awesome Miner version 6.2.5
Integration - CoinToMine update interval changed from 15 to 5 minutes when an API key is used Mining softare - BMiner 15.2 - TT-Miner 2.1.14 - SrbMiner 1.8 - NBMiner 21.0 - XMRig 2.14 for AMD and nVidia - XMRig 2.14.1 for CPU
|
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, S9i, S9j, T9+, L3+, S17, S17 Pro, S17+, T17, T17+, S19, S19 Pro, S19j, S19j Pro, T19 Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
|
|
|
leevancleef
|
|
March 07, 2019, 05:03:19 PM |
|
there is a way to export benchmark results to multiple profit profiles? copying it manually is a pain ...
|
|
|
|
GoRdiE
Newbie
Offline
Activity: 162
Merit: 0
|
|
March 07, 2019, 08:37:32 PM |
|
Awesome Miner version 6.2.5
Integration - CoinToMine update interval changed from 15 to 5 minutes when an API key is used Mining softare - BMiner 15.2 - TT-Miner 2.1.14 - SrbMiner 1.8 - NBMiner 21.0 - XMRig 2.14 for AMD and nVidia - XMRig 2.14.1 for CPU
Hi patrike, When updating to the new version, all the benchmarks have been deleted. Only the best benchmark of each algo has been saved And:
there is a way to export benchmark results to multiple profit profiles? copying it manually is a pain ...
I think is a good idea
|
|
|
|
Jasbir99
Newbie
Offline
Activity: 1
Merit: 0
|
|
March 08, 2019, 01:39:51 AM |
|
Awesome Miner version 6.2.5
Integration - CoinToMine update interval changed from 15 to 5 minutes when an API key is used Mining softare - BMiner 15.2 - TT-Miner 2.1.14 - SrbMiner 1.8 - NBMiner 21.0 - XMRig 2.14 for AMD and nVidia - XMRig 2.14.1 for CPU
Hi patrike, When updating to the new version, all the benchmarks have been deleted. Only the best benchmark of each algo has been saved And:
there is a way to export benchmark results to multiple profit profiles? copying it manually is a pain ...
I think is a good idea I upgraded to Version: 5.3.3 and Phoenix miner no longer connects to any pools. Anyone having this issue? It prints this then just hangs there... then disconnects then reconnects. Bminer works...
Phoenix Miner 3.0c Windows/msvc - Release -----------------------------------------
Available GPUs for mining: GPU1: GeForce GTX 1070 (pcie 1), CUDA cap. 6.1, 8 GB VRAM, 15 CUs GPU2: GeForce GTX 1070 (pcie 2), CUDA cap. 6.1, 8 GB VRAM, 15 CUs GPU3: GeForce GTX 1070 (pcie 3), CUDA cap. 6.1, 8 GB VRAM, 15 CUs GPU4: GeForce GTX 1070 (pcie 4), CUDA cap. 6.1, 8 GB VRAM, 15 CUs GPU5: GeForce GTX 1070 (pcie 5), CUDA cap. 6.1, 8 GB VRAM, 15 CUs GPU6: GeForce GTX 1070 (pcie 6), CUDA cap. 6.1, 8 GB VRAM, 15 CUs Listening for CDM remote manager at port 4028 in full mode Eth: the pool list contains 1 pool Eth: primary pool: us1-etc.ethermine.org:4444 Starting GPU mining Eth: Connecting to ethash pool us1-etc.ethermine.org:4444 (proto: EthProxy) Eth: Connected to ethash pool us1-etc.ethermine.org:4444 (54.177.207.188) GPU1: 59C 35%, GPU2: 65C 51%, GPU3: 60C 43%, GPU4: 60C 43%, GPU5: 61C 45%, GPU6: 58C 41%
I've actually had another user that experienced issues with Phoenix Miner 3.0c, where going back to the previous version of Phoenix Miner (2.9 if I remember correctly) worked better. That could be an option to try.
|
|
|
|
|