Author

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

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

full member
Activity: 270
Merit: 115
Patrike,

Can you update Awesome Miner with the new algo's for NiceHash please, the list can be found via the link below.

https://www.nicehash.com/algorithm

I don't see any new algos there Roll Eyes

Oppps  !!!   My bad, I forgot to change a setting. DOH !!!!  Embarrassed
jr. member
Activity: 238
Merit: 3
Patrike,

Can you update Awesome Miner with the new algo's for NiceHash please, the list can be found via the link below.

https://www.nicehash.com/algorithm

I don't see any new algos there Roll Eyes
full member
Activity: 270
Merit: 115
Patrike,

Can you update Awesome Miner with the new algo's for NiceHash please, the list can be found via the link below.

https://www.nicehash.com/algorithm
newbie
Activity: 1
Merit: 0
Hello All,

Any one has receive notification message from CloudServiceBot Telegram ?

I not receive message from telegram, bot still working?
jr. member
Activity: 756
Merit: 2
Hi all,

Just thought I would show off the web interface I made for Awesome Miner:
http://stats.finnsk3.com/

It uses the Awesome Miner API along with Nvidia-SMI and and API to my enphase solar controller.
I am also using a CLI based overclocking tool I wrote in C to apply my overclocks as I hate msi ab.

That's the public view, as I am authenticated I see stop,start,restart,reboot,set TDP,set overclocks buttons.

The rigs are all on TPLink HS100/HS110 smart power points and the interface monitors the rigs and if they are unreachable for 5minutes it turns the power point off, waits 30 seconds then turns it back on. All the rigs are set in bios to boot on power outage.

I have onpeak/offpeak power costing so during week days for 8 hours a day my power costs twice as much so my TDP limits are automatically heavily restricted during peak power cost.

When any of my 1080ti rigs start mining Ethereum it automatically launches the ethenlargement pill and closes it if they stop mining Eth.

If I launch discord or a game etc. on my main rig my monitoring script stop the rig from mining, set's my 1080tis TDP to 350w and sets my gaming clocks, resumes mining when I exit all games.

Scripts running on my server:


Now you have something to aim for Awesome Miner devs Tongue

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.
jr. member
Activity: 756
Merit: 2
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.
jr. member
Activity: 238
Merit: 3
I use overdriveNtool for OC, does anyone know how to create delay between executing a bach file and starting a miner?

For some reason sometimes overdriventool needs like 3-5 sec after console closes to apply OC properly, maybe i could delay it somehow in batch file
@timeout 5
member
Activity: 277
Merit: 23
I use overdriveNtool for OC, does anyone know how to create delay between executing a bach file and starting a miner?

For some reason sometimes overdriventool needs like 3-5 sec after console closes to apply OC properly, maybe i could delay it somehow in batch file
newbie
Activity: 8
Merit: 0
I can't figure out how to get my batch file to start when Awesome Miner starts using X16r. The batch file works perfectly fine when I run it outside of the program. Please help.


https://imgur.com/a/ElbH3Xz

Contents of bat file:

nvidiaInspector.exe -setBaseClockOffset:0,0,175 -setBaseClockOffset:1,0,175 -setBaseClockOffset:2,0,175 -setBaseClockOffset:3,0,175 -setBaseClockOffset:4,0,175 -setBaseClockOffset:5,0,175 -setMemoryClockOffset:0,0,340 -setMemoryClockOffset:1,0,340 -setMemoryClockOffset:2,0,340 -setMemoryClockOffset:3,0,340 -setMemoryClockOffset:4,0,340 -setMemoryClockOffset:5,0,340 -setPowerTarget:0,80 -setPowerTarget:1,80 -setPowerTarget:2,80 -setPowerTarget:3,80 -setPowerTarget:4,80 -setPowerTarget:5,80  -setFanSpeed:0,100 -setFanSpeed:1,80 -setFanSpeed:2,80 -setFanSpeed:3,80 -setFanSpeed:4,75 -setFanSpeed:5,75 -setTempTarget:0,0,85 -setTempTarget:1,0,85 -setTempTarget:2,0,85 -setTempTarget:3,0,85 -setTempTarget:4,0,85 -setTempTarget:5,0,85

Did you forget to specify the path to your .exe? Windows/your bat file doesn't magically know where your exe is.
Try adding this to the top of your .bat file if your .exe is in the same folder:
Code:
cd %~dp0



That did it, thank you!
newbie
Activity: 58
Merit: 0
I can't figure out how to get my batch file to start when Awesome Miner starts using X16r. The batch file works perfectly fine when I run it outside of the program. Please help.


https://imgur.com/a/ElbH3Xz

Contents of bat file:

nvidiaInspector.exe -setBaseClockOffset:0,0,175 -setBaseClockOffset:1,0,175 -setBaseClockOffset:2,0,175 -setBaseClockOffset:3,0,175 -setBaseClockOffset:4,0,175 -setBaseClockOffset:5,0,175 -setMemoryClockOffset:0,0,340 -setMemoryClockOffset:1,0,340 -setMemoryClockOffset:2,0,340 -setMemoryClockOffset:3,0,340 -setMemoryClockOffset:4,0,340 -setMemoryClockOffset:5,0,340 -setPowerTarget:0,80 -setPowerTarget:1,80 -setPowerTarget:2,80 -setPowerTarget:3,80 -setPowerTarget:4,80 -setPowerTarget:5,80  -setFanSpeed:0,100 -setFanSpeed:1,80 -setFanSpeed:2,80 -setFanSpeed:3,80 -setFanSpeed:4,75 -setFanSpeed:5,75 -setTempTarget:0,0,85 -setTempTarget:1,0,85 -setTempTarget:2,0,85 -setTempTarget:3,0,85 -setTempTarget:4,0,85 -setTempTarget:5,0,85

Did you forget to specify the path to your .exe? Windows/your bat file doesn't magically know where your exe is.
Try adding this to the top of your .bat file if your .exe is in the same folder:
Code:
cd %~dp0
jr. member
Activity: 756
Merit: 2
- 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
Jump to: