Burnie
Newbie
Offline
Activity: 58
Merit: 0
|
|
August 06, 2018, 02:45:44 AM |
|
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.
|
|
|
|
Nuttawut
Newbie
Offline
Activity: 21
Merit: 0
|
|
August 06, 2018, 04:36:06 AM |
|
Z-ENEMY VER 1.14 (PUBLIC) IMPORTANT: For maximum performance make sure you have latest drivers (ver. 398+) http://www.nvidia.com/Download/index.aspxFor 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
|
|
|
|
darkneorus
Jr. Member
Offline
Activity: 238
Merit: 3
|
|
August 06, 2018, 04:53:53 AM |
|
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
|
|
|
|
darkneorus
Jr. Member
Offline
Activity: 238
Merit: 3
|
|
August 06, 2018, 05:06:02 AM |
|
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 thank you for your work.
|
|
|
|
patrike (OP)
Legendary
Offline
Activity: 3486
Merit: 1095
|
|
August 06, 2018, 07:13:17 AM |
|
- 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
|
Awesome Miner - Complete solution to manage and monitor mining operations of ASIC, GPU and CPU miners Optimized Antminer firmware - Increased hashrate, improved power efficiency and more features. For S9, S9i, S9j, T9+, L3+, S17, S17 Pro, S17+, T17, T17+, S19, S19 Pro, S19j, S19j Pro, T19 Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
|
|
|
patrike (OP)
Legendary
Offline
Activity: 3486
Merit: 1095
|
|
August 06, 2018, 07:21:31 AM |
|
That's a good feature suggestion - it's noted. Thanks
|
Awesome Miner - Complete solution to manage and monitor mining operations of ASIC, GPU and CPU miners Optimized Antminer firmware - Increased hashrate, improved power efficiency and more features. For S9, S9i, S9j, T9+, L3+, S17, S17 Pro, S17+, T17, T17+, S19, S19 Pro, S19j, S19j Pro, T19 Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
|
|
|
patrike (OP)
Legendary
Offline
Activity: 3486
Merit: 1095
|
|
August 06, 2018, 07:21:58 AM |
|
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.
|
Awesome Miner - Complete solution to manage and monitor mining operations of ASIC, GPU and CPU miners Optimized Antminer firmware - Increased hashrate, improved power efficiency and more features. For S9, S9i, S9j, T9+, L3+, S17, S17 Pro, S17+, T17, T17+, S19, S19 Pro, S19j, S19j Pro, T19 Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
|
|
|
patrike (OP)
Legendary
Offline
Activity: 3486
Merit: 1095
|
|
August 06, 2018, 07:33:59 AM |
|
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 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.
|
Awesome Miner - Complete solution to manage and monitor mining operations of ASIC, GPU and CPU miners Optimized Antminer firmware - Increased hashrate, improved power efficiency and more features. For S9, S9i, S9j, T9+, L3+, S17, S17 Pro, S17+, T17, T17+, S19, S19 Pro, S19j, S19j Pro, T19 Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
|
|
|
patrike (OP)
Legendary
Offline
Activity: 3486
Merit: 1095
|
|
August 06, 2018, 07:37:22 AM |
|
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 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 using AwesomeMiner.Components.ProfitSwitching.Pools;
public class ActionScript { private ContextProvider Context = ScriptManager.Context; public bool Execute(List<IMinerBase> 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; } }
|
Awesome Miner - Complete solution to manage and monitor mining operations of ASIC, GPU and CPU miners Optimized Antminer firmware - Increased hashrate, improved power efficiency and more features. For S9, S9i, S9j, T9+, L3+, S17, S17 Pro, S17+, T17, T17+, S19, S19 Pro, S19j, S19j Pro, T19 Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
|
|
|
darkneorus
Jr. Member
Offline
Activity: 238
Merit: 3
|
|
August 06, 2018, 10:33:02 AM |
|
@patrike I've just tried the script, that was very simple and it all works just like it should. PERFECT! thank you! 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.
|
|
|
|
principino1984
Newbie
Offline
Activity: 72
Merit: 0
|
|
August 06, 2018, 04:35:11 PM Last edit: August 06, 2018, 05:08:10 PM by principino1984 |
|
@patrike will you implement this miner for bytom on AM? https://github.com/NebuTech/BTMiner_NebuTech/releasesone 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
|
|
|
|
SCMining
Newbie
Offline
Activity: 23
Merit: 0
|
|
August 06, 2018, 04:39:18 PM |
|
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
|
|
|
|
puwaha
|
|
August 07, 2018, 04:47:57 AM |
|
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://bitcointalk.org/index.php?topic=2866608
|
|
|
|
soothaa
|
|
August 07, 2018, 11:26:05 AM |
|
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!
|
|
|
|
JimBrown462
Newbie
Offline
Activity: 59
Merit: 0
|
|
August 07, 2018, 01:08:18 PM |
|
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
|
|
|
|
JimBrown462
Newbie
Offline
Activity: 59
Merit: 0
|
|
August 07, 2018, 03:47:17 PM |
|
And another question...
Does the "Profit switch threshold" also apply when switching between pools on the same algo?
Thanks, ...jim
|
|
|
|
crazydane
|
|
August 07, 2018, 03:59:49 PM |
|
I'm trying to move my Awesome Miner install to a different computer but no matter which method I try, what I end up with on the target system is not complete.
I have tried using the built-in Export function and selecting everything (Pools, Group Pools, External Miners, Managed Miners), but after import on the target computer, many of the pools are missing, as are all the miner hosts.
I also tried moving the ConfigData.xml file over to the new computer, but that still did not provide a ready to run environment.
Has anyone else run into this issue, or am I missing some obvious step(s)?
|
|
|
|
Dalba
Newbie
Offline
Activity: 92
Merit: 0
|
|
August 07, 2018, 05:37:17 PM |
|
Hello Patrike, In managed software section, i tried to set a local share as a custom url but it doesn't seem to work. Rigs don't download software. In custom url field i tried something like this : \\NAS\myshare\software-1.0.zip Could you enable this ? For software not on github like z-enemy miner, it can be useful to update this way instead of waiting you update AM.
|
|
|
|
jmarm
Newbie
Offline
Activity: 1
Merit: 0
|
|
August 07, 2018, 06:52:00 PM |
|
Are there plans to update SRB Miner to V 1.6.5? Its been out for a while but no update in Awesome Miner. Thanks!
|
|
|
|
trucobit
Jr. Member
Offline
Activity: 756
Merit: 2
|
|
August 07, 2018, 07:39:25 PM |
|
https://www.dropbox.com/s/vz70h4vxrxhjekp/Captura%20de%20pantalla%202018-08-07%20a%20las%2021.32.54.png?dl=0I have a little problem, which must be my fault, because nobody else in the telegram group happens to him. If you look at the capture you will see that the rig4 is undermining Nicehash, but it does not mark profit, down in the console you see that everything is correct, and if I go to the nicehash page it detects everything well and gives me the benefits. It happens to me in all the miners, and only happens to me with Nicehash, in the other Pools if it marks the profit of what I am undermining. I've been asking my telegram colleagues and asking about the options and I have not seen anything wrong. I have even added cryptodredge 0.8.3 the latest version to AM and nothing, I still can not see the profit of the mined in nicehash in real time. I'm using an external Nicehash address, I've also used the BTC address that gives me nicehash when you login, it just does not work. It's very strange ... any advice? Could it be by cryptodredge?
|
|
|
|
|