Author

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

member
Activity: 140
Merit: 18
I'm puzzled by something.

I use the external API based program that pushes coin information.

so I was watching PGN and it was about to go through a diff change. (retarget).
It would go from 1640 net diff to 451 at a specific block count

But it never changed in the coin list, or actually it is but by only a small amount each update.  So is there some averaging that is going on?  I tried changing from current to 24hr average, etc but that made zero difference.  I guess when it's net diff went to 450 I would have expected it to show that and jump to the top of the coin list, but that didn't happen.

So where is the averaging taking place and how do you turn that off or make it track actual? 

This could be coming from the external program, but I can't find where AM would *log* that input so I don't know...


Any thoughts?
legendary
Activity: 1610
Merit: 1003
"Yobit pump alert software" Link in my signature!
Ive been running Awesome miner for a few months now with 22 Bitmain L3+, and it certainly has helped my bottom line. But It feels like the software supports 95% gpu, and 5% asic multipool switching. I would like to add as many multipools out there as possible without being restricted to the short list of about 10 in awesome miner. For example if I wanted to monitor profits on prohashing , is that possible on my own, or do I have to wait for Patricke to add it to the list? I may be missing something. Ive looked for some way to add more pools through an api and display profits, and just dont see it.

Vegas
Thanks for your suggestions.

I'm open for ideas about which additional multi-coin pools to add support for. The reason for the GPU mining focus for the predefined pools is that most of the GPU mining pools uses the same profitability interfaces (API), making it easy to support many of them.

Prohashing is special for several reasons. Their API's has a very unique design and it's not possible to just make some configuration to make it work.

Prohasing also uses the password field to specify algorithm information, and the Pool URL is always "prohashing.com:3333" no matter of what is being mined. Because of this special design of prohashing, it's not possible for any software to look at the Pool URL and see which coin or algorithm is being mined - all of them look identical.

This is a major drawback in the design of prohashing making it difficult to look at your Antminer and know which prohashing algorithm it actually uses (an ASIC miner never returns the password field).

It could probably be supported if Awesome Miner also looked at what kind of Antminer you run and make assumptions that if you have Antminer D3, "prohashing.com:3333" is probably their X11 pool. This will however become complex very fast.

If you have any suggestions other than Prohashing.com - please let me know.


Yes, here are some suggestions to add for multipools.

https://www.multipool.us/
https://hash-to-coins.com/ ( I would LOVE to know the profits on this)
https://gigarho.com/ (BIG multipool)

Ok.. these are just some of the bigger ones.

Thanks

Vegas



newbie
Activity: 28
Merit: 0
The API for Excavator 1.5 has changed (again), so Awesome Miner would need an update to support it.
newbie
Activity: 12
Merit: 0
Should the latest excavator still work if I'm using AM to manage rigs that mine solely at Nicehash?  I just prefer the remote management (vs using the NH beta gui).

I can only seem to get 1.4 to work, but not the latest version.
legendary
Activity: 3346
Merit: 1094
ccminer failover pool support would be nice, ccminer supports either inline or separate config file

Code:
ccminer -a x16r -o stratum+tcp://pool1:3636 -u WALLET.rigname -p x -o stratum+tcp://pool2:3636 -u WALLET.rigname -p x -i 20 -N 600

or with a config file loaded with either
Code:
-c, --config=FILE

Code:
{
   "_note": "Failover 2 pools",

   "pools": [{
"name": "Pool1",
"url": "stratum+tcp://pool1:3636",
"user": "WALLET",
"pass": "x"
    },
    {
"name": "Pool2",
"url": "stratum+tcp://pool2:3636",
"user": "WALLET",
"pass": "x"
    }
   ],

  "algo": "x16r",
  "intensity": "19",
  "statsavg" : "600",
  "api-bind": "127.0.0.1",
  "api-remote": false
}

Ref ccminer flags: https://github.com/brian112358/nevermore-miner/blob/linux/README.txt
rvn related: https://raven.wiki/wiki/Mining
I agree, this would be a good feature improvement. I've also noticed that DSTM miner also supports failover pools these days.
legendary
Activity: 3346
Merit: 1094
Ive been running Awesome miner for a few months now with 22 Bitmain L3+, and it certainly has helped my bottom line. But It feels like the software supports 95% gpu, and 5% asic multipool switching. I would like to add as many multipools out there as possible without being restricted to the short list of about 10 in awesome miner. For example if I wanted to monitor profits on prohashing , is that possible on my own, or do I have to wait for Patricke to add it to the list? I may be missing something. Ive looked for some way to add more pools through an api and display profits, and just dont see it.

Vegas
Thanks for your suggestions.

I'm open for ideas about which additional multi-coin pools to add support for. The reason for the GPU mining focus for the predefined pools is that most of the GPU mining pools uses the same profitability interfaces (API), making it easy to support many of them.

Prohashing is special for several reasons. Their API's has a very unique design and it's not possible to just make some configuration to make it work.

Prohasing also uses the password field to specify algorithm information, and the Pool URL is always "prohashing.com:3333" no matter of what is being mined. Because of this special design of prohashing, it's not possible for any software to look at the Pool URL and see which coin or algorithm is being mined - all of them look identical.

This is a major drawback in the design of prohashing making it difficult to look at your Antminer and know which prohashing algorithm it actually uses (an ASIC miner never returns the password field).

It could probably be supported if Awesome Miner also looked at what kind of Antminer you run and make assumptions that if you have Antminer D3, "prohashing.com:3333" is probably their X11 pool. This will however become complex very fast.

If you have any suggestions other than Prohashing.com - please let me know.
legendary
Activity: 3346
Merit: 1094
Hi Patrike,

can you please add HSR miner for HSR algo as well? It is quite profitable in the longer therm..
Thank you!

Awesome miner is far the best tool for mining and monitoring, keep up your great work Cheesy
Thanks for your nice feedback. HSR could be the one of the next mining software that will be supported - maybe even the next.
legendary
Activity: 3346
Merit: 1094
It could be possible that in the autoprofit mode, to click with the right button on a rig or several, to change the pool from the contextual menu

Now you have to enter options, go to a side menu, and choose the pool there, one by one.

As I ask it would be like changing the template in managed, but here one or several rigs is chosen, right button, change pool and there will be the pools that I already have defined. It would be very quick to change.

regards
Thanks for your feedback. By change pool, do you refer to that the pools available for the profit switcher should be changed in an easier way? Because the actual pool being selected by the profit switcher is based on profit only, not a user selection.
newbie
Activity: 21
Merit: 0
from the mining-dutch pool, do I simply enter username.worker1 as an example in the profit switching line?

I did this and AW starting mining to the pool, but the pool website didn't show any workers?

regards,

Greg
newbie
Activity: 14
Merit: 0
ccminer failover pool support would be nice, ccminer supports either inline or separate config file

Code:
ccminer -a x16r -o stratum+tcp://pool1:3636 -u WALLET.rigname -p x -o stratum+tcp://pool2:3636 -u WALLET.rigname -p x -i 20 -N 600

or with a config file loaded with either
Code:
-c, --config=FILE

Code:
{
   "_note": "Failover 2 pools",

   "pools": [{
"name": "Pool1",
"url": "stratum+tcp://pool1:3636",
"user": "WALLET",
"pass": "x"
    },
    {
"name": "Pool2",
"url": "stratum+tcp://pool2:3636",
"user": "WALLET",
"pass": "x"
    }
   ],

  "algo": "x16r",
  "intensity": "19",
  "statsavg" : "600",
  "api-bind": "127.0.0.1",
  "api-remote": false
}

Ref ccminer flags: https://github.com/brian112358/nevermore-miner/blob/linux/README.txt
rvn related: https://raven.wiki/wiki/Mining
newbie
Activity: 49
Merit: 0

Please add JCE CPU Miner Wink does great hashrate with Crypto-Heavy Wink
legendary
Activity: 1610
Merit: 1003
"Yobit pump alert software" Link in my signature!
Ive been running Awesome miner for a few months now with 22 Bitmain L3+, and it certainly has helped my bottom line. But It feels like the software supports 95% gpu, and 5% asic multipool switching. I would like to add as many multipools out there as possible without being restricted to the short list of about 10 in awesome miner. For example if I wanted to monitor profits on prohashing , is that possible on my own, or do I have to wait for Patricke to add it to the list? I may be missing something. Ive looked for some way to add more pools through an api and display profits, and just dont see it.

Vegas
newbie
Activity: 36
Merit: 0
Hi Patrike,

can you please add HSR miner for HSR algo as well? It is quite profitable in the longer therm..
Thank you!


Awesome miner is far the best tool for mining and monitoring, keep up your great work Cheesy
jr. member
Activity: 756
Merit: 2
Profit POLL

1. Algo pool profit switching. Let pool pick coin (ie. MPH, Zpool etc)
2. Create multiple pools of favorite coins from the algos on the same predefined or yiimp pools, Add all to a group for profit switching then selecting only this group in profit profile.

Thoughts and or experiences please. 

Thanks

This is not automatic if one has to choose the pool later.

What is involved is, for example, having 6 RIGS, defining one as a teacher, this teacher chooses to mine, the rest would mine the same, they would be slaves. With this you do not have to be changing anything by hand, or creating groups with the beast. It is very simple.
jr. member
Activity: 756
Merit: 2
It could be possible that in the autoprofit mode, to click with the right button on a rig or several, to change the pool from the contextual menu

Now you have to enter options, go to a side menu, and choose the pool there, one by one.

As I ask it would be like changing the template in managed, but here one or several rigs is chosen, right button, change pool and there will be the pools that I already have defined. It would be very quick to change.

regards
legendary
Activity: 3346
Merit: 1094
A few minor issues:

- Algorithms: Please add Allium (supported by cpuminer and the next release of ccminer) and YescryptR16 (supported by cpuminer)

- The following algorithms are missing from the ahashpool default list: YescryptR16, Blake256r8 (is this 'blakecoin'?), Groestl, KeccakC, Quark, Qubit, X16r, X16s

- When manually adding Quark and Qubit for ahashpool the profit values are exaggerated:

Thanks!

I will add a few more of these.

If you add your custom Online Service entry, Awesome Miner is not aware of if the unit of the profit reporting from the pool (per MH or GH). Because of this, you may have to adjust the Profit Factor in the Properties of the Online Services entries you added. In your case you need to specify a factor of 0.001
legendary
Activity: 3346
Merit: 1094
Patrike, please, increase the time for the "Ignore pools with no accepted shares in (minutes):" to at least 15-20 minutes.
https://yadi.sk/i/xBn6Z81k3VsaZw (picture)
Or make this option different for different workers.
It is really impossible to use it if you run CPU miner:
https://yadi.sk/i/9T_ogFpQ3VsaqX (picture)
Accepted shares interval can be more than 10 minutes, but Awesome miner thinks there is something wrong after 10 minutes and make ban for the working pool.
Thank you
I understand your request. To begin with I will add a way to exclude a profit profile from the "Ignore pools" feature, probably from the Pools section in the profit profile.

just raise the maximum 10 minutes set in to 99, no other changes needed.
Thanks for your feedback. That is unfortunately a bit more complex to change because how Awesome Miner currently collect statistics for Accepted shares. Right now it's only for 10 minutes maximum and will it require a bit of rework in order to support longer period of times in an efficient way. This needs to run fast on 10,000 miners as well.

Later on, it will be supported, but not short term.
hero member
Activity: 698
Merit: 500
Patrike, please, increase the time for the "Ignore pools with no accepted shares in (minutes):" to at least 15-20 minutes.
https://yadi.sk/i/xBn6Z81k3VsaZw (picture)
Or make this option different for different workers.
It is really impossible to use it if you run CPU miner:
https://yadi.sk/i/9T_ogFpQ3VsaqX (picture)
Accepted shares interval can be more than 10 minutes, but Awesome miner thinks there is something wrong after 10 minutes and make ban for the working pool.
Thank you
I understand your request. To begin with I will add a way to exclude a profit profile from the "Ignore pools" feature, probably from the Pools section in the profit profile.

just raise the maximum 10 minutes set in to 99, no other changes needed.
newbie
Activity: 71
Merit: 0
CannabisCoin logo was left out on purpose to not offend anyone.

At the same time, offended CannabisCoin already for a week shows a profit above all coins on X11 algo and even above all coins on script algo  Grin Grin Grin
Jump to: