Author

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

newbie
Activity: 63
Merit: 0
Hi,

It's possible to select several different processes per GPU in a RIG?
For example, if I have 6 cards (4 NVidia, 2 AMD), is it possible to tell him to mining zcash with 2 cards, self-profits with 2 others and ETH with the last 2 ?

Thanks.
legendary
Activity: 1764
Merit: 1024
Not to spam, but keeping everything concise. Please add a manual start option for afterburner to the context menu when you right click on a miner. I'm not sure when AM performs a check to start AB, but I think it's only after you reboot the miner through AM? Maybe a icon or something that shows when the afterburner service is running on a miner too.
legendary
Activity: 1764
Merit: 1024

Its odd one of the 3 pools supported is Zpool and it still does not have Blake2s. My dashboard is not correct because of this.

Need Blake2S support
Can't get advanced API with my L3+
Half the coins are not loading
Blake2s can be added in next release. I already noticed your other reply above that the L3+ issues was resolved.
Was there any other issues on the dashboard than Blake2s missing?

Skien is not showing a price so there is not profit posted.
There are no Skein coins on whattomine or coinwarz, so the only source of information is zpool. Zpool Skein statistics and profit switcher support is implemented, but not yet released.
There are, they just are hard to find: https://whattomine.com/coins/114-dgb-skein
The problem is that it's not included in the API response from whattomine because it's current status is "Active (not listed)".
I'm curious what you mean because I'm using it in one of my custom programs right now..
https://whattomine.com/coins/114.json

From these APIs I calculate my income on a page: https://i.imgur.com/PC866Dm.png - note that the DGB showing is DGB-Skein
These are the only two WhatToMine API links that officiall will work all the time:
http://www.whattomine.com/coins.json
http://www.whattomine.com/asic.json

These two API's are updated to reflect what's being added on WhatToMine, and the coins listed there are generally stable without broken stats. The benefit of using these two is that as soon WhatToMine adds a new coin, it will automatically be listed in Awesome Miner. No need to update, remove or maintain a list of coins that is changing frequently.

You are correct that in addition to above, there are probably 200 individual JSON files for every single coin. It's however not realistic to use this from Awesome Miner, because it would put load on the WhatToMine server to make this number of individual HTTP requests, and it would also require constant updates of the source code in Awesome Miner to keep track of coins being added and removed.

I do agree that it would make sense for WhatToMine to push some of the missing coins to their main API-links, because most popular coins are included.

Pretty sure WTM doesn't do this as there are a lot of niche coins and a lot of idiots bulk farm with easy to find stats. They know that, so even though the site is kept up to date, they understand as soon as it's added to the mainpage it will get immediately destroyed. I've known about Skein and Blake2s profits for about 8 months, I've known about the algos for years. Only relatively recently (last couple months in niche threads, and the last couple weeks in main threads) have they been started to be mentioned and asked to add to mainstream services. And of course their revenue almost matches Equihash algos now.

Anyone who is mining something niche let me remind you that this is every man for himself. Coin emission isn't a bottomless well. As soon as they're added to any major service you will immediately lose that niche and the associated revenue. There is more then enough Nvidia miners to absolutely destroyed every niche coin and you will be earning just as much as the lowest common denominator with the highest volume and the most hash AKA Zcash.

That may seem heartless, but that is the game you are playing and the business you are running. It's a zero sum game.
legendary
Activity: 1764
Merit: 1024
Something I am noticing is miner offline notifications don't seem to work properly, same with rig down notifications. I have some rigs that are resetting and it doesn't notice it or it does a few minutes after I get it up and running again. I am using performance mode so there might be some sort of bug in there.

Also please add a auto update for remote services. 'Would you like to update all remote services?' sorta deal.
Can you let me know the configuration of your Offline Detection rule in the Options dialog, Rules section? In the Trigger of that rule, how many seconds are configured as offline tolerance and is it configured to detect if Remote Agent is offline?

The weird thing is it'll detect a miner offline after you start the miner. It doesn't detect all the miners as offline, but quite a few of them will show up in the notifications after batch starting all of them (even though they're all mining).

It's set to 2 minutes, the default.

Also a bit of confusion here, does it detect when the miner is offline or when the computer is offline?

Another thing, is there anyway to identify rigs that have the miner constantly being restarted by AM? (I thought that's what the rule was).
newbie
Activity: 10
Merit: 0
Awesome update, thanks, Patrike.

I especially love the secondary coin hashrate.  Not sure if that was already planned or you implemented that quickly after I suggested it.  Either way, I was hoping you could add that since the api didn't seem to support it.  (I still would like to see more support in api for secondary coin, as I want to make a dashboard that pulls data from Awesome Miner).

That start remote afterburner server is a nice addition.  I don't have the correct license for it yet, but I have been considering it.

How far out is a linux remote agent so you can have full functionality within Linux?  I would really like to have miners on linux rather than Windows.  But the auto start and a few things you mentioned not supported under linux are still important.
newbie
Activity: 30
Merit: 0
When using the Managed Profit Switcher, is there some way to configure it so that *if* the miner starts mining ETH,  that instead of using (zpool or miningpoolhub) it will instead use the custom pool also defined on that page for ETH?

I'm assuming I can just uncheck Etherium from the Profit Switching Profile to prevent it from mining ETH, and then if I also check the box for 'Custom Pools' and add my ETH pool there (ethermine.org),  but my question then is when it uses my custom pool (ethermine.org) will AwesomeMiner still be able to Dual-Mine?


Thanks
legendary
Activity: 3346
Merit: 1094
Awesome Miner 3.1

- Added configuration to make MSI Remote Server automatically start when Windows starts and a setting to ignore specific GPU's by name


hello , how to do configuration to make msi remote server automatically start?  in awesomeminer app or on agent?
Hi,
I'm working on updating the instructions on the web site for this, but the concept is:

1) Open the Options dialog in Awesome Miner and go to the MSI Afterburner section
2) Fill in the path where MSI Remote Server is located on the computers (currently assuming the path is same on all remote computers), for example:
C:\Users\myuser\Desktop\RemoteServer
3) Fill in username and password for the user that are logged in to the remote computer (doesn't have to be administrator account). Again, this is assuming you have the same user accounts available on all remote computers.
4) Click OK to save.
5) Changes will be applied right away. On next reboot, MSI Remote Server should be started automatically

Please provide your feedback on this feature as well. This is the first release of it and there might be ways of doing this even better. There are some assumptions made here like you need to use same path and user accounts across all remote computers. I can of course add more flexibility here if needed, but that will also complicate the setup.
newbie
Activity: 2
Merit: 0
Awesome Miner 3.1

- Added configuration to make MSI Remote Server automatically start when Windows starts and a setting to ignore specific GPU's by name


hello , how to do configuration to make msi remote server automatically start?  in awesomeminer app or on agent?
legendary
Activity: 3346
Merit: 1094
legendary
Activity: 3346
Merit: 1094
Awesome Miner 3.1

- Added configuration to make MSI Remote Server automatically start when Windows starts and a setting to ignore specific GPU's by name
- Show secondary coin hashrate in miner list when dual mining
- Mining Pool Hub included in profit switcher and statistics
- Added support for zpool Skein and Blake2s algorithms
- Balance more accurate and up-to-date for Dash and more coins.
- Improvements to Console view
- Several minor corrections and improvements

Make sure you upgrade your Remote Agents as well!
legendary
Activity: 3346
Merit: 1094
This look rather interesting, but I'm guessing there are fees one has to pay. How much are they? As greedy as Claymore, which I shun just because of the greed of the dev?
You can find more information on the pricing for Awesome Miner on the web site:
http://www.awesomeminer.com/buy.aspx

There are no hidden fees in Awesome Miner and there is also a Free Edition available. If you the Claymore miner from Awesome Miner, the Claymore miner itself can have a dev free, but that's totally within the Claymore software.
newbie
Activity: 30
Merit: 0
There are no fees, only a software purchase cost if you want something more than the free version.  This may still use miners which have fees (like Claymore), but honestly, if one miner is much better than the others I don't mind paying the dev for his work.  I happily pay Claymore.



sr. member
Activity: 294
Merit: 250
This look rather interesting, but I'm guessing there are fees one has to pay. How much are they? As greedy as Claymore, which I shun just because of the greed of the dev?
legendary
Activity: 3346
Merit: 1094
Got it! Thanks for the answer.

EDIT: Any chance we could see an option to add the single JSON query in a custom coin options then? It's getting a little frustrating changing the diff/value all the time..
This is probably possible to implement with the C# scripting interface already available in Awesome Miner.

If it's for Digicoin you want to do this, I may have to do a bit more work in Awesome Miner to support that coin in a good way. That coin has multiple algorithms, but all with the same DGB short name.
hero member
Activity: 1151
Merit: 528
Got it! Thanks for the answer.

EDIT: Any chance we could see an option to add the single JSON query in a custom coin options then? It's getting a little frustrating changing the diff/value all the time..
legendary
Activity: 3346
Merit: 1094

Its odd one of the 3 pools supported is Zpool and it still does not have Blake2s. My dashboard is not correct because of this.

Need Blake2S support
Can't get advanced API with my L3+
Half the coins are not loading
Blake2s can be added in next release. I already noticed your other reply above that the L3+ issues was resolved.
Was there any other issues on the dashboard than Blake2s missing?

Skien is not showing a price so there is not profit posted.
There are no Skein coins on whattomine or coinwarz, so the only source of information is zpool. Zpool Skein statistics and profit switcher support is implemented, but not yet released.
There are, they just are hard to find: https://whattomine.com/coins/114-dgb-skein
The problem is that it's not included in the API response from whattomine because it's current status is "Active (not listed)".
I'm curious what you mean because I'm using it in one of my custom programs right now..
https://whattomine.com/coins/114.json

From these APIs I calculate my income on a page: https://i.imgur.com/PC866Dm.png - note that the DGB showing is DGB-Skein
These are the only two WhatToMine API links that officiall will work all the time:
http://www.whattomine.com/coins.json
http://www.whattomine.com/asic.json

These two API's are updated to reflect what's being added on WhatToMine, and the coins listed there are generally stable without broken stats. The benefit of using these two is that as soon WhatToMine adds a new coin, it will automatically be listed in Awesome Miner. No need to update, remove or maintain a list of coins that is changing frequently.

You are correct that in addition to above, there are probably 200 individual JSON files for every single coin. It's however not realistic to use this from Awesome Miner, because it would put load on the WhatToMine server to make this number of individual HTTP requests, and it would also require constant updates of the source code in Awesome Miner to keep track of coins being added and removed.

I do agree that it would make sense for WhatToMine to push some of the missing coins to their main API-links, because most popular coins are included.
hero member
Activity: 1151
Merit: 528

Its odd one of the 3 pools supported is Zpool and it still does not have Blake2s. My dashboard is not correct because of this.

Need Blake2S support
Can't get advanced API with my L3+
Half the coins are not loading
Blake2s can be added in next release. I already noticed your other reply above that the L3+ issues was resolved.
Was there any other issues on the dashboard than Blake2s missing?

Skien is not showing a price so there is not profit posted.
There are no Skein coins on whattomine or coinwarz, so the only source of information is zpool. Zpool Skein statistics and profit switcher support is implemented, but not yet released.
There are, they just are hard to find: https://whattomine.com/coins/114-dgb-skein
The problem is that it's not included in the API response from whattomine because it's current status is "Active (not listed)".
I'm curious what you mean because I'm using it in one of my custom programs right now..
https://whattomine.com/coins/114.json

From these APIs I calculate my income on a page: https://i.imgur.com/PC866Dm.png - note that the DGB showing is DGB-Skein
legendary
Activity: 3346
Merit: 1094
Is there a way to switch all my bitcoin miners from one pool to another? Or am I stuck doing is one at a time?
Yes, you can select either many or all miners in the list and perform the Switch Pool operation on all selected.

There are multiple ways of selecting miners
1) Right click on a miner and click "Select all"
2) Select the first miner in list, hold down shift and click on the last miner in list.
3) Hold down control key while clicking on miners to select multiple

Another option is to select the group, and then you should be able to perform the operation on the entire group instead.
legendary
Activity: 3346
Merit: 1094

Its odd one of the 3 pools supported is Zpool and it still does not have Blake2s. My dashboard is not correct because of this.

Need Blake2S support
Can't get advanced API with my L3+
Half the coins are not loading
Blake2s can be added in next release. I already noticed your other reply above that the L3+ issues was resolved.
Was there any other issues on the dashboard than Blake2s missing?

Skien is not showing a price so there is not profit posted.
There are no Skein coins on whattomine or coinwarz, so the only source of information is zpool. Zpool Skein statistics and profit switcher support is implemented, but not yet released.
There are, they just are hard to find: https://whattomine.com/coins/114-dgb-skein
The problem is that it's not included in the API response from whattomine because it's current status is "Active (not listed)".
sr. member
Activity: 546
Merit: 253
Is there a way to switch all my bitcoin miners from one pool to another? Or am I stuck doing is one at a time?
Jump to: