Author

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

newbie
Activity: 59
Merit: 0
And another question...

Does the "Profit switch threshold" also apply when switching between pools on the same algo?

Thanks,
...jim
newbie
Activity: 59
Merit: 0
Speaking of benchmarking, would it be possible to store and retrieve each mining software's individual benchmark for the same algo?

When a mining software is updated (either manually or via new AM version) it would be nice to be able to benchmark only that particular mining software and easily be able to compare it to any of the other mining software's previous benchmarks for a particular algo.

Thanks,
...jim
hero member
Activity: 1151
Merit: 528
Good morning Patrike quick question for you.

I am always on the bleeding edge of miners and using betas hours after they are released. When trying to benchmark many of them, I simply get a "unknown option --benchmark" message and then the software just mines on some random pool and usually the wrong algo (z-enemy) is the latest one doing this.

It would be really nice if the benchmark page could be reworked to have a dropdown to choose:

1) Select the software you wish to benchmark
2) Select the algo you wish to benchmark
3) The pool for a matching coin is selected from the profit switching section so I don't have to be constantly maintaining random pools for that info

This would be a huge help and improvement over the current dialog as it is not even sortable by software..

As always, thank you for your work!
sr. member
Activity: 700
Merit: 294
Hi @patrike, Have you ever considered adding support for an out of band rebooter for when a PC has hung and needs a power cycle? Like the product available from Simplemining or one of your own design.

Thanks for your consideration

Someone has already done this....

https://bitcointalksearch.org/topic/how-to-puwahas-poor-mans-networked-pdu-using-smart-plugs-and-awesome-miner-2866608

 Grin
newbie
Activity: 23
Merit: 0
Hi @patrike, Have you ever considered adding support for an out of band rebooter for when a PC has hung and needs a power cycle? Like the product available from Simplemining or one of your own design.

Thanks for your consideration
newbie
Activity: 72
Merit: 0
@patrike will you implement this miner for bytom on AM? https://github.com/NebuTech/BTMiner_NebuTech/releases

one feature I'd like to see on AM... usually I set the hashrate and power consumption of a complete rig on the algo page, but it happens that sometimes I have a two or three gpu rig and AM keep showing in the miner page the consumption of a complete rig and not the real consumption. Do you think it can be added as a new features that in the miners tab, in the "Coin" column we will be able to see the real $USD costs calculated with the actual consumption of the rig?

thanks
marco
jr. member
Activity: 238
Merit: 3
@patrike I've just tried the script, that was very simple and it all works just like it should. PERFECT!
thank you! Smiley

it would also be great if you could later add some additional docs to Help&FAQ site section with list of all public APIs available to use in C# scripts. Smiley
legendary
Activity: 3346
Merit: 1094
found a bug, @patrike.

automatic download of custom managed software does not work.
I can create a custom software and add all the download links, folder & executable names and so on to its properties. but then I can't enable that software in any of my profit profiles. when trying to save a profile with new managed software enabled, AM tells me, that I should click the "Configure" button and specify the path. basically it's locked with "Specify existing installation path" option selected, and I can't choose "automatic download" option at all.
I will take a look at this one - thanks for reporting it.

I have another feature in the pipeline where you will be able to use a C# script as a rule action, to set a time limited wallet/worker name on a profit profile. You will be able to run the rule on a schedule you define.
any updates on this?
please make me happy Smiley

thank you for your work.
This is implemented already, but not yet documented as it's quite low-level.

An example of how it can be used is the following C# script action, but I will have to provide some documentation for it before it's really useful
Code:
using AwesomeMiner.Components.ProfitSwitching.Pools;

public class ActionScript
{
private ContextProvider Context = ScriptManager.Context;

public bool Execute(List list)
{
// Specify duration for how long the changes should be used
const int DurationMinutes = 45;

// Pool configuration
SwitchingProfile swProfile = new SwitchingProfile();
swProfile.EnabledPools = OnlineServiceType.MiningPoolHub;
swProfile.MiningPoolHubWorker = "newuser.1";

Context.ProfitSwitcher.SetTemporaryProfitProfileSettings(list, DurationMinutes, swProfile);
return true;
}

}
legendary
Activity: 3346
Merit: 1094
CryptoDredge v 0.8.2 fixes a bug where phi2 (LUX) fails - "Type is not convertible to string"
https://github.com/technobyl/CryptoDredge/releases

You can temporarily edit Cryptodredge under managed software;
Download url: https://github.com/technobyl/CryptoDredge/releases/download/v0.8.2/CryptoDredge_0.8.2_cuda_9.1_windows.zip
Folder name: CryptoDredge_0.8.2


many thanks!

Interface Offline (Green) since upgrading to 0.8.2


Edit:
apparently issue with CD itself, hope it gets fixed soon
https://bitcointalksearch.org/topic/m.43560696

Seems to me that CryptoDredge has problems starting the api when the port (here:4028) have recently
been used (by CD). Seems it might not close the sockets properly. (lots of TIME_WAITs to 127.0.0.1:4028)

Restarting CD after 3-4 minutes usually makes it start the api - when the sockets are closed.

actually it listens on that default API bind address (127.0.0.1:4068) instead of using correct address from the command line Smiley
Thanks for all comments about the latest CryptoDredge release. Right now Awesome Miner uses 0.8.0 in the latest development release and the API is working in that release. I will wait with including later versions until the API issue is resolved.
legendary
Activity: 3346
Merit: 1094
Hello All,

Any one has receive notification message from CloudServiceBot Telegram ?

I not receive message from telegram, bot still working?
Can you please re-add the "@CloudServicesBot" in Telegram? I had to re-register the Telegram bot yesterday, as it for an unknown reason became unregistered.
legendary
Activity: 3346
Merit: 1094
https://www.dropbox.com/s/r4u7ubdbov6ec6i/Captura%20de%20pantalla%202018-08-04%20a%20las%2014.03.52.png?dl=0

Hello @patrike, this error that is reflected in notifications, it would be nice to indicate the a-l-g-o to know which miner I have to review. If you look, it does not say anything about protocol, and I do not know what I should check.
That's a good feature suggestion - it's noted. Thanks
legendary
Activity: 3346
Merit: 1094
- Added variable support for webhook actions

@patrike I do not understand that function or how to use it, I could explain it and give me an example of use. Surely it will be of interest to more people.

Thank you
This is for the rule action "Send webhook request", where Awesome Miner can make an outgoing HTTP request. Some users uses the feature to let Awesome Miner send messages to other systems.

Recently it has also been the case of some ASIC miners that provides additional HTTP API's, where you can use the webhook feature in Awesome Miner to send any commands to these miners. The use of variables is that you can specify the Target Url as [MinerIp] for example. If you create this as a manual action, you can then select one or many miners in the Miners tab, and run this action on all the miners. The connections will be made to the IP of each selected miner.

See variable list at the bottom of this page:
http://www.awesomeminer.com/help/notifications.aspx
jr. member
Activity: 238
Merit: 3
found a bug, @patrike.

automatic download of custom managed software does not work.
I can create a custom software and add all the download links, folder & executable names and so on to its properties. but then I can't enable that software in any of my profit profiles. when trying to save a profile with new managed software enabled, AM tells me, that I should click the "Configure" button and specify the path. basically it's locked with "Specify existing installation path" option selected, and I can't choose "automatic download" option at all.

and one more thing -
@patrike, it will be great if you can add an action that will change the worker name or override global profit switching wallet address for a profit miner. what I am trying to accomplish is changing the miner's wallet address after a given time interval. right now got it's working by changing the profit profiles for a miner, with different wallet addresses set inside them on "Override pools" tab. it works, but it is really messy.

thank you.
I have another feature in the pipeline where you will be able to use a C# script as a rule action, to set a time limited wallet/worker name on a profit profile. You will be able to run the rule on a schedule you define.
any updates on this?
please make me happy Smiley

thank you for your work.
jr. member
Activity: 238
Merit: 3
CryptoDredge v 0.8.2 fixes a bug where phi2 (LUX) fails - "Type is not convertible to string"
https://github.com/technobyl/CryptoDredge/releases

You can temporarily edit Cryptodredge under managed software;
Download url: https://github.com/technobyl/CryptoDredge/releases/download/v0.8.2/CryptoDredge_0.8.2_cuda_9.1_windows.zip
Folder name: CryptoDredge_0.8.2


many thanks!

Interface Offline (Green) since upgrading to 0.8.2


Edit:
apparently issue with CD itself, hope it gets fixed soon
https://bitcointalksearch.org/topic/m.43560696

Seems to me that CryptoDredge has problems starting the api when the port (here:4028) have recently
been used (by CD). Seems it might not close the sockets properly. (lots of TIME_WAITs to 127.0.0.1:4028)

Restarting CD after 3-4 minutes usually makes it start the api - when the sockets are closed.

actually it listens on that default API bind address (127.0.0.1:4068) instead of using correct address from the command line Smiley
newbie
Activity: 21
Merit: 0
Z-ENEMY VER 1.14 (PUBLIC)

IMPORTANT:
For maximum performance make sure you have latest drivers  (ver. 398+)
http://www.nvidia.com/Download/index.aspx

For Windows:
zealot/enemy-1.14 (z-enemy)  From: Dk & Enemy

-     Major performance improvements (+10% x16, +5-25% almost all other algos)


Windows :
Cuda 9.1 x32 : https://mega.nz/#!xahl1bIT!c8HA0aF56a_82f2Io4W5poDxHCMldbf4ByV9InY6ciM
Cuda 9.1 x64 :< https://mega.nz/#!EW5HFRzb!VTib6dlv6eWWopPeqfS7Y_Z6MACfL6s-C3e5hhx2oGk%3E

Cuda 9.2 x32 : https://mega.nz/#!5aw1HLTT!8wi0-i94jVivSoAeCkj5dpNwchjGChdnYYWFjxR4PtE
Cuda 9.2 x64 : https://mega.nz/#!VGg1QJpC!0krFZc9td-GYnemn6BSCoSi0cxVX775eHtsVdqEIL0Y
newbie
Activity: 58
Merit: 0
CryptoDredge v 0.8.2 fixes a bug where phi2 (LUX) fails - "Type is not convertible to string"
https://github.com/technobyl/CryptoDredge/releases

You can temporarily edit Cryptodredge under managed software;
Download url: https://github.com/technobyl/CryptoDredge/releases/download/v0.8.2/CryptoDredge_0.8.2_cuda_9.1_windows.zip
Folder name: CryptoDredge_0.8.2


many thanks!

Interface Offline (Green) since upgrading to 0.8.2


Edit:
apparently issue with CD itself, hope it gets fixed soon
https://bitcointalksearch.org/topic/m.43560696

Seems to me that CryptoDredge has problems starting the api when the port (here:4028) have recently
been used (by CD). Seems it might not close the sockets properly. (lots of TIME_WAITs to 127.0.0.1:4028)

Restarting CD after 3-4 minutes usually makes it start the api - when the sockets are closed.
jr. member
Activity: 756
Merit: 2
Something like that would be perfect, I miss the number of changes made by each miner, to see if they are few or many. Everything else perfect.

Something like that I hope some day Patrike will develop it, because we have a great program with a thousand possibilities, but many of them escape us due to lack of information. A panel like that tells you how bad and good it is, it makes you make better decisions, you see if a new strategy is more profitable than another, in short, I see it as the great lack of Awesome Miner, a lot of power without control.

The main thing I found is AM is lacking the ability to report trends.

The first thing I did when I started working on my stats page was query AwesomeMiner and log everything of interest to a database every minute.
This means I can do easy trend analysis. It also helps when I walk up in the morning and I see a bunch of rigs had gone done and I can see what miners have been causing rigs to hardlock or bsod rather than just having no idea what it has been mining.

I plan to add a timeline of what is being mined during the day, I have the data in my database I just need to write the display code. I also want to overlay stats like when a miner goes down etc.

Another thing I do is scale TDP limits depending on profit. As profits go up I automatically increase the TDP limit as I don't care if it's burning more power if it's making a lot of profit.

You can not do more than external and put it in a mysql in a domain and a VPS server.

But the same or very similar could be added to AM, an internal database to record the data and then display it in local HTML 127.0.0.1

I just have to congratulate you on your panel, it's fantastic.
newbie
Activity: 13
Merit: 0
Something like that would be perfect, I miss the number of changes made by each miner, to see if they are few or many. Everything else perfect.

Something like that I hope some day Patrike will develop it, because we have a great program with a thousand possibilities, but many of them escape us due to lack of information. A panel like that tells you how bad and good it is, it makes you make better decisions, you see if a new strategy is more profitable than another, in short, I see it as the great lack of Awesome Miner, a lot of power without control.

The main thing I found is AM is lacking the ability to report trends.

The first thing I did when I started working on my stats page was query AwesomeMiner and log everything of interest to a database every minute.
This means I can do easy trend analysis. It also helps when I walk up in the morning and I see a bunch of rigs had gone done and I can see what miners have been causing rigs to hardlock or bsod rather than just having no idea what it has been mining.

I plan to add a timeline of what is being mined during the day, I have the data in my database I just need to write the display code. I also want to overlay stats like when a miner goes down etc.

Another thing I do is scale TDP limits depending on profit. As profits go up I automatically increase the TDP limit as I don't care if it's burning more power if it's making a lot of profit.
jr. member
Activity: 348
Merit: 5
CryptoDredge v 0.8.2 fixes a bug where phi2 (LUX) fails - "Type is not convertible to string"
https://github.com/technobyl/CryptoDredge/releases

You can temporarily edit Cryptodredge under managed software;
Download url: https://github.com/technobyl/CryptoDredge/releases/download/v0.8.2/CryptoDredge_0.8.2_cuda_9.1_windows.zip
Folder name: CryptoDredge_0.8.2


many thanks!

Interface Offline (Green) since upgrading to 0.8.2

maybe due to this?

Quote
Release 0.8.2 - (August 6, 2018)
  • Fix Phi2 bug related to smart contracts
  • Improve Tribus +30%
  • Improve Phi2 +3%
Release 0.8.1 - (August 3, 2018)
  • Improve Allium, Lyra2z, and Phi2 for low-end and middle-end graphics cards
  • Fix P2Pool bug related to many rejected shares
  • Fix TCP and WebSocket connections used for API
  • Add power consumption monitoring

Edit:
apparently issue with CD itself, hope it gets fixed soon
https://bitcointalksearch.org/topic/m.43560696
newbie
Activity: 58
Merit: 0
CryptoDredge v 0.8.2 fixes a bug where phi2 (LUX) fails - "Type is not convertible to string"
https://github.com/technobyl/CryptoDredge/releases

You can temporarily edit Cryptodredge under managed software;
Download url: https://github.com/technobyl/CryptoDredge/releases/download/v0.8.2/CryptoDredge_0.8.2_cuda_9.1_windows.zip
Folder name: CryptoDredge_0.8.2

Jump to: