Author

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

legendary
Activity: 3346
Merit: 1094
Patrike, ya might want to pick up Bminer 7.0.0 in your next update.
Yes, there will soon be a new development release where this one is included.
legendary
Activity: 3346
Merit: 1094
Will AM officially support OverdriveNtool for OC ?
It's not supported today, but might be in the future. However, you should be able to manually put in the command line for it before/after a miner starts to set the GPU clocking. In the Properties of a Miner, in the Command Line section, you can add any batch commands to execute.
jr. member
Activity: 40
Merit: 13
Is it normal for the Miner status to bounce between Mining and Disconnected every 30 seconds or so.  Seems like it just randomly happens across my list of miners.
jr. member
Activity: 348
Merit: 5
Within the Prioritize feature for the Pools, what is the Quota?

It's mainly used for cgminer/sgminer

reference: http://ck.kolivas.org/apps/cgminer/README and it's explained in the Quota section.
jr. member
Activity: 40
Merit: 13
Within the Prioritize feature for the Pools, what is the Quota?
jr. member
Activity: 40
Merit: 13
The balance feature doesn't appear to work for Verge.
jr. member
Activity: 40
Merit: 13
Hi,

I've selected a couple of the appearance options and now my miners are no longer listed at the top of the GUI.  Has anyone else seen this bug ?  I'm using Dashboard View: Dark Tables, Miner View: List
member
Activity: 140
Merit: 18
Bug Report:

Just upgraded to the newest version.

Bitcoin Private's value is still coming up as $0

Yes, and that's because of WTM not AM... WTM where AM gets its numbers is not providing a price for BTCP.  Once it does you'll get it.  There is another way to do that, but its complicated, but works nicely Smiley
newbie
Activity: 56
Merit: 0

I'm giving you an example below where any chip temperature above 80 °C will result in red bold text. You can of course adjust the conditions and formatting more if you want.

Code:
"Chip: " + (Convert.ToInt32(stats.ChipTemp1) > 80 ?  "" + stats.ChipTemp1 + "": stats.ChipTemp1) + "/" + (Convert.ToInt32(stats.ChipTemp2) > 80 ?  "" + stats.ChipTemp2 + "": stats.ChipTemp2) + "/" + (Convert.ToInt32(stats.ChipTemp3) > 80 ?  "" + stats.ChipTemp3 + "": stats.ChipTemp3) + " °C"
Just an update. The code works great. Very helpful, thanks again,
jr. member
Activity: 241
Merit: 6
So I noticed something that may be a bug, or it might just be a limitation of the software. So I just recently added a L3+ Scrypt miner to my farm, and as you probably know, only 3 pools can be added to the L3+. I added the 3 pools I thought would be best and started mining. A week later a friend of mine had his newly purchased L3+ delivered, and I told him the 3 pools I was using, and he used 2 of them and added Nicehash for his third in place of one of the ones I was using. He reported some decent numbers from Nicehash, so I decided I would add them in. I decided I would do it via the add pool function on Awesome miner so that I could leave my original 3 pools since they were working well for me, and if I was going to ultimately replace one, I would want to do it right after a payout. I resigned to the fact that the fourth pool will sometimes disappear if the miner restarts itself, and will need to be periodically added back in. Small price to pay to have more then 3 pools available for the profit switcher. So, I added Nicehash, and I prioritized it, to make sure it was working, and it started mining away. Everything seemed to be working just fine, untill I checked on Nicehash and I realized there was no extranonce support indicated. L3+, or S9, or D3 (kind of assuming on the D3, I don't have one) need "#xnsub" added after the port number on the stratum addresses if they are used in a multipool configuration.  Baikal miners have a checkbox on their pool page to enable it for each pool as needed instead, and if I remember correctly from my Innosilicon A4 (Haven't used it in a few months, and memory is a bit foggy) there is no way to enable it, and if #xnsub is entered after the port number, the pool comes up as dead, so I THINK it's only Antminers that use it in the stratum address like that. So, I see this being an issue for Bitmain users, and possibly for Baikal users. (I add all my pools into the actual Baikal since there doesn't seem to be a limit to the number of pools that I've found, but I'm thinking that if pools are added with the add pool function, there's a good chance the extranonce checkbox isn't being checked.) Obviously having the extranonce support is pretty important when using profit/coin switching pools, so I thought even if there isn't anything that can be done to correct the behavior, it's best to bring it to peoples attention so they can mitigate it themselves at least. Thank you for everything, and happy mining to one and all!
member
Activity: 96
Merit: 10
Bug Report:

Just upgraded to the newest version.

Bitcoin Private's value is still coming up as $0
member
Activity: 120
Merit: 11

What about Hash Refinery? I don't think they have a discord. By the way, thank you to STSMiner for pointing out zpool has a discord and providing the link.

the man's alive here on BCT, and lastly about their LTC payout in this thread not long ago is:
https://bitcointalksearch.org/topic/m.34989726

shoot him a PM or post your address here and hope it gets seen

PM is the best contact method, but posts in this thread also get read a few times a week.

The yiimp backend should read your preferred coin from the c=xxx flag and validate against that wallet first. If that fails, or if the c=xxx wasn't read correctly it will keep trying other wallets until one says the address is valid.  Many addresses are valid on multiple coins so incorrect detection is not that uncommon.

If you can send through one of the addresses you tried via PM we'll manually change it.
jr. member
Activity: 58
Merit: 5
Thanks for the answer. That will work.

Another question: Is it possible to switch between Managed profit miner and Managed miner using the same method or it must be done another way? For example: If I want to run Managed profit miner @ Miningpoolhub at night time and to mine Ethereum @ Nanopool at day time?

That I'm not sure, have actually been using profit switcher all the time, but theoretically can do a workaround like below:

Create 2 profit profiles for the same rig, easily be done using clone function (do it AFTER you benchmarked the first one to save benchmarking / manual editing data again)

create a pool for nanopool eth

Assign one profit miner to have it's "override pools" section to only have MPH selected.

Assign the other profit miner to have same setting except only check the bottom "custom pools" and select the nanopool eth.

Now in the rules, you can set the similar time trigger and use the action "Apply profit profile" to achieve the same result

Cheers,

Excellent. Thanks again!
jr. member
Activity: 348
Merit: 5
Thanks for the answer. That will work.

Another question: Is it possible to switch between Managed profit miner and Managed miner using the same method or it must be done another way? For example: If I want to run Managed profit miner @ Miningpoolhub at night time and to mine Ethereum @ Nanopool at day time?

That I'm not sure, have actually been using profit switcher all the time, but theoretically can do a workaround like below:

Create 2 profit profiles for the same rig, easily be done using clone function (do it AFTER you benchmarked the first one to save benchmarking / manual editing data again)

create a pool for nanopool eth

Assign one profit miner to have it's "override pools" section to only have MPH selected.

Assign the other profit miner to have same setting except only check the bottom "custom pools" and select the nanopool eth.

Now in the rules, you can set the similar time trigger and use the action "Apply profit profile" to achieve the same result

Cheers,
jr. member
Activity: 58
Merit: 5
What is the best way to set a time schedule switching between two "Managed miner" at a specific time?

For example: I want my rigs to mine Verge coin @ yiimp.eu from 20:00h to 8:00h and then to switch to mining Raven coin @ Suprnova. I also want to set a different overclock at both cases.

Thanks for help.

Add Rule:

Trigger -> Time, select time

Actions -> Apply template (make sure you have created appropriate templates for the time rotation pools you'd like to use) to the relevant miners.

**
Also, if your version works with afterburner remote, you'll be able to apply clocking profile to the templates individually
If not on Premium edition or you simply despise AB, you can use nvidia inspector and apply appropriate clocking commands in the command Line section in the individual templates (never done this myself, but search around you should get plenty of answers on how to do so)

Something like: https://bitcointalksearch.org/topic/msi-afterburner-preset-switch-automation-2105295

Thanks for the answer. That will work.

Another question: Is it possible to switch between Managed profit miner and Managed miner using the same method or it must be done another way? For example: If I want to run Managed profit miner @ Miningpoolhub at night time and to mine Ethereum @ Nanopool at day time?
jr. member
Activity: 348
Merit: 5
What is the best way to set a time schedule switching between two "Managed miner" at a specific time?

For example: I want my rigs to mine Verge coin @ yiimp.eu from 20:00h to 8:00h and then to switch to mining Raven coin @ Suprnova. I also want to set a different overclock at both cases.

Thanks for help.

Add Rule:

Trigger -> Time, select time

Actions -> Apply template (make sure you have created appropriate templates for the time rotation pools you'd like to use) to the relevant miners.

**
Also, if your version works with afterburner remote, you'll be able to apply clocking profile to the templates individually
If not on Premium edition or you simply despise AB, you can use nvidia inspector and apply appropriate clocking commands in the command Line section in the individual templates (never done this myself, but search around you should get plenty of answers on how to do so)

Something like: https://bitcointalksearch.org/topic/msi-afterburner-preset-switch-automation-2105295
jr. member
Activity: 348
Merit: 5
Patrick

Why wonderful miner switches to the pool and the algorithm, which shows a high profit per day for this algorithm? Despite the fact that the pool only on this algorithm works 1-10 miners.
Naturally, they get a big reward, but time to unravel the block takes a lot.
Therefore, this automatic pool and algorithm selection is incorrect. Since the pool comes with information about the large payout, but in fact it is not.

And deal with the order of display graphics cards to be as miners.
Do other means of overclocking video cards. Afterburner not see more than eight cards.

unselect pools that doesn't work for you and done with it, the blockchain is a very dynamic business and if you are pondering about not always being in the lucky pools to find blocks and get rewarded, well, tough. You'd be better off mining a coin or 2 with a managed miner/external/generic miner and stay away from profit switch miners. If you feel comfy staying with big pools, go stick with them (though not good for decentralization), ask yourself what's the chance of a small pool hitting blocks consecutively as fast as pools with much higher hashrate, by the time you get their inflated profit figure and switch, you're already behind the game.
jr. member
Activity: 348
Merit: 5

What about Hash Refinery? I don't think they have a discord. By the way, thank you to STSMiner for pointing out zpool has a discord and providing the link.

the man's alive here on BCT, and lastly about their LTC payout in this thread not long ago is:
https://bitcointalksearch.org/topic/m.34989726

shoot him a PM or post your address here and hope it gets seen
jr. member
Activity: 58
Merit: 5
What is the best way to set a time schedule switching between two "Managed miner" at a specific time?

For example: I want my rigs to mine Verge coin @ yiimp.eu from 20:00h to 8:00h and then to switch to mining Raven coin @ Suprnova. I also want to set a different overclock at both cases.

Thanks for help.
newbie
Activity: 17
Merit: 0
Patrick

Why wonderful miner switches to the pool and the algorithm, which shows a high profit per day for this algorithm? Despite the fact that the pool only on this algorithm works 1-10 miners.
Naturally, they get a big reward, but time to unravel the block takes a lot.
Therefore, this automatic pool and algorithm selection is incorrect. Since the pool comes with information about the large payout, but in fact it is not.

And deal with the order of display graphics cards to be as miners.
Do other means of overclocking video cards. Afterburner not see more than eight cards.
Jump to: