Author

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

legendary
Activity: 3346
Merit: 1094
Hi,
I am mining AION coin in Awesomeminer using Mini Z, and the profitability is showing a wrong number. Please help me how to fix the coin details. You told me how to do it for Zclassic before, but I think each coin is different. Please fix that in the next update as well. Cheers

I've pushed an update for this coin, to adjust the calculations. These calculation updates are automatically downloaded by your Awesome Miner client so the issue should be resolved now.
legendary
Activity: 3346
Merit: 1094
Patrike,

Update 2

This screenshot shows the app mining with GPU's and CPU's.

The lower window does not show the GPU's under the GPU tab.

The CPU's / cores are shown in the CPU tab (this works fine here)

Also, the top window for the rig, it does not show the GPU's, only the CPU cores are shown.
XmRig is a bit special in how it reports the hashrate. It's just a list of devices without any indication which device is a CPU or GPU. Right now all devices ends up on the CPU tab in Awesome Miner, even if some of them actually are GPU's.

One way could be for Awesome Miner to find out how many CPU cores are used for mining and then assume the others are GPU, but there are more than one way you can restrict the CPU core usage for XmRig so it may not be accurate either. The XmRig API response only reports the total number of CPU cores on the system, not the actual number of cores being used.

One solution could be to let Awesome Miner assume that all CPU cores are actually used by XmRig and any remaining mining devices are considered as GPUs - but it will not be a perfect solution.
newbie
Activity: 24
Merit: 0
Hi,
I am mining AION coin in Awesomeminer using Mini Z, and the profitability is showing a wrong number. Please help me how to fix the coin details. You told me how to do it for Zclassic before, but I think each coin is different. Please fix that in the next update as well. Cheers

https://imgur.com/tDITd7F

http://uupload.ir/files/y6o0_img_20200204_184907.jpg
full member
Activity: 270
Merit: 115
Patrike,

Update 2

This screenshot shows the app mining with GPU's and CPU's.

The lower window does not show the GPU's under the GPU tab.

The CPU's / cores are shown in the CPU tab (this works fine here)



Also, the top window for the rig, it does not show the GPU's, only the CPU cores are shown.
full member
Activity: 270
Merit: 115
Patrike,

- XmRig 5.5.3  

This can also be used with GPU's when the plug-in module is used, there are also options to enable / disable CPU's and GPU's with command options.

Can you do an update for this in Awesome Miner so that the API info is shown when GPU's are mining (it works when used with CPU's, but not when GPU's are set to use this miner app).

Thanks.

Update --

Example with GPU's set to use this app.
No GPU's show in the lower window.

legendary
Activity: 3346
Merit: 1094
Awesome Miner version 7.2.13 (Development preview of 7.3)

 Awesome Miner Antminer firmware
  - New firmware release (0.9.9 beta2) for Antminer S17 and T17 available
  - Mining Profile configurable for Antminer S17 and T17
  - ASIC chip performance display for Antminer S17 and T17
  - Firmware mining profile can be access via the main toolbar of Awesome Miner
 Features
  - The API to set coin profitability will also allow for making name changes to a user defined coin
 Integration
  - Nicehash CuckaToo32 pool added
 User interface
  - More updates to text strings in the user interface to be more consistent
 Mining software
  - Bminer 16.0.3
  - Miniz Miner 1.5t
  - CpuMiner-Opt 3.11.8
  - XmRig 5.5.3
Corrections
 - Correction to date display for the benchmark
full member
Activity: 270
Merit: 115
@patrike

I sent you a private message.
legendary
Activity: 3346
Merit: 1094
POST to : http://localhost:17790/api/coin/NEW?name=NewCoin&algorithm=Allium&profit=0.000001

Cant get this to work. Getting 411 error on connection.
Hi,
The URL looks fine. It sounds like a missing HTTP header in the request - maybe Content-Length that should be set to zero. Do you have any example how you construct the HTTP request?

Setting Content-Length to Zero worked  Grin

Quote
Add user defined coin with profitability
 Similar to the API call to set coin profitability, a new user defined coin can automatically be added if no coin with the specified short name exists. The name and algorithm parameters must be specified  for the coin to be added. If the coin already exists, the name and algorithm parameters will be ignored and only the profitability will be updated.

Hey, can you allow for updation the name of the coin via API, would be a massive help. Thx. Cheesy
Sure - it's very fast for me to add. You can expect it in the next release. Right now the name-parameter is ignored if the coin already exists - I can change so that if it's specified it will be used to update the name.
newbie
Activity: 15
Merit: 0
good evening, for a while awesome miner has not given me the right price for ethereum, more than 200 € display while this one is around 160 € ...  

https://zupimages.net/up/20/05/b69o.png


@+
Good evening!

There can be exchanges with low trade volume that give these unrealistic numbers. This is the case for CoinCalculators.io and Ethereum at the moment. What you can do to resolve it from an Awesome Miner point of view is to filter out those low volume entries.

Please go to Options -> Statistics Providers, where you can set Minimum Exchange Volume to 0.05 BTC.


thank you i put 0.1 btc to have a correct value
full member
Activity: 1148
Merit: 132
is there a reason why XYZ ( zcoin) does not show its  profit data  ? how can i fix this
I can see ZCoin (MTP algorithm) in the Coins tab, with relevant profit information. Can you please check if MTP is disabled either globally (Options dialog, Algorithm section) or in the Profit Profile you have selected?

so on looking at coins menu found two things

-Zcoin was speciffed with 3 different algorithms  , i hid those
-the pool was set  to one of those other algos.

Changed that and its working now
legendary
Activity: 1754
Merit: 1007
for anyone who use HiveOS+AwesomeMiner construction:
if after miner crash your linux operating system will be restarted, sometimes you can see, that the GPUs can not reach previous hashrate.
You must restart your mining farm during power off and on.  Simple "reboot" command not help.
Enjoy.
member
Activity: 204
Merit: 10
POST to : http://localhost:17790/api/coin/NEW?name=NewCoin&algorithm=Allium&profit=0.000001

Cant get this to work. Getting 411 error on connection.
Hi,
The URL looks fine. It sounds like a missing HTTP header in the request - maybe Content-Length that should be set to zero. Do you have any example how you construct the HTTP request?

Setting Content-Length to Zero worked  Grin

Quote
Add user defined coin with profitability
 Similar to the API call to set coin profitability, a new user defined coin can automatically be added if no coin with the specified short name exists. The name and algorithm parameters must be specified  for the coin to be added. If the coin already exists, the name and algorithm parameters will be ignored and only the profitability will be updated.

Hey, can you allow for updation the name of the coin via API, would be a massive help. Thx. Cheesy
legendary
Activity: 3346
Merit: 1094
is there a reason why XYZ ( zcoin) does not show its  profit data  ? how can i fix this
I can see ZCoin (MTP algorithm) in the Coins tab, with relevant profit information. Can you please check if MTP is disabled either globally (Options dialog, Algorithm section) or in the Profit Profile you have selected?
legendary
Activity: 3346
Merit: 1094
Time time is correct in Windows, but the time shows up differently when a miner disconnects in Notifications.
Awesome Miner uses UTC time internally, but should convert it to your local time once displayed on the Notifications tab. I've not yet been able to reproduce this for the Notifications, where I do see the correct local time in the Time column. Is it the information in the Time column in the Awesome Miner application that incorrectly show the UTC time?

can confirm time issue, i have done a benchmark and the date stamp for test was set incorrectly. Less then my system time:
This is a bug I was able to reproduce and correct. The benchmark showed the UTC date, so depending on your timezone and the time of the day, it could be incorrect by one day. Thanks for finding it.
legendary
Activity: 1754
Merit: 1007
is there a reason why XYZ ( zcoin) does not show its  profit data  ? how can i fix this
ZCoin have XZC ticket
member
Activity: 204
Merit: 10
POST to : http://localhost:17790/api/coin/NEW?name=NewCoin&algorithm=Allium&profit=0.000001

Cant get this to work. Getting 411 error on connection.
Hi,
The URL looks fine. It sounds like a missing HTTP header in the request - maybe Content-Length that should be set to zero. Do you have any example how you construct the HTTP request?

Setting Content-Length to Zero worked  Grin
legendary
Activity: 1754
Merit: 1007
can confirm time issue, i have done a benchmark and the date stamp for test was set incorrectly. Less then my system time:
full member
Activity: 1148
Merit: 132
is there a reason why XYZ ( zcoin) does not show its  profit data  ? how can i fix this
member
Activity: 129
Merit: 17
Time time is correct in Windows, but the time shows up differently when a miner disconnects in Notifications.
legendary
Activity: 3346
Merit: 1094
I don't see where to set the clock for my time zone. Its prolly easy but I'm not very smart.  Grin
Hi. Can you please explain this a bit more. Is it about a setting in Windows or something in Awesome Miner?
Jump to: