patrike (OP)
Legendary

Activity: 3962
Merit: 1100
|
 |
January 07, 2018, 09:46:38 PM |
|
ok so just read the path in the diag output.
did a copy/paste from a machine that was working to the broken machine... BAM! works now.
WTF! AM should have tried to redownload the app, maybe its a bug? idk either way thanks for pointing me to the diag file which helped solve the issue!
Even if you resolved the problem already, I will still give an answer in case you or someone else run into a similar issue in the future. "The system cannot find the file specified" is almost always an indication that Awesome Miner did download the mining software, but when it's about to get started, your security software already removed the mining software. That's why the file for the mining software cannot be found. Awesome Miner will automatically try to download it every time you try to start the miner if the file is missing - but if it keeps getting removed it will not work. I've quite recently added this Troubleshooting GPU Mining guide on the web site, that will help with the most common issues that the Diagnostics might indicate: http://www.awesomeminer.com/help/troubleshooting-gpu.aspxAlthough you already tried with disabling Windows Defender, sometime it activates itself again and simply continue blocking. I also have a guide on the web site how to configure exclusions in Windows Defender to solve this: http://www.awesomeminer.com/help/defender.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, T9+, L3+, S17, T17, S19, T19, S21, T21, L7, L9 Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
|
|
|
patrike (OP)
Legendary

Activity: 3962
Merit: 1100
|
 |
January 07, 2018, 09:54:51 PM |
|
I am interested in the custom C# scripting features as well, but it's unclear from the documentation how to do this. I've search for resources or examples beyond the AM docs on how to create and implement the scripts. Any help is appreciated. Maybe we could even start a Git project to house some useful scripts with docs on how to use. I'm interested in creating some custom logging of mining activities and events. How do we run the c# scripts? Should we put them in a specific directory to be interpreted by awesome miner or should we develop an executable using those interfaces? If second option, which dll's should we reference?
Ok, I solved it by adding reference to am executable.
Were you actually able to get that to work? I was not successful. Yes, just add a reference to AwesomeMiner.exe and import required namespaces like "AwesomeMiner.Infrastructure.Contracts.Miner" and "AwesomeMiner.Components.Intelligence.Scripting". But apart from that it didn't fulfill my expectations because the interface does not contain methods like creating a new pool. Thanks for the info. Yeah I'm finding I cannot create new or update custom coins via the API which is extremely frustrating and disappointing. I have clarified this on the web site now. http://www.awesomeminer.com/help/script.aspxPlease let me know what specific information you want me to clarify or improve in addition to this. The scripts are only intended to be executed as part of an Awesome Miner Rule, where Triggers or Actions are used. The scripts cannot be used from an external application or be developed in Visual Studio. To integrate with Awesome Miner from external applications, the Awesome Miner HTTP API should be used.
To start using the script feature, go to the Options dialog, Rules section and create a new user defined rule. A C# script can be added as either a Trigger or an Action.
A C# script for a Trigger can return a list of miners to signal that it has triggered for those miners. The complete list of miners is passed in to the Trigger as an input parameter. Return null to not trigger.
A C# script for an Action has a list miners passed in as an input parameter. The action is intended to be executed for this list of miners.
|
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, T9+, L3+, S17, T17, S19, T19, S21, T21, L7, L9 Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
|
|
|
patrike (OP)
Legendary

Activity: 3962
Merit: 1100
|
 |
January 07, 2018, 10:06:25 PM |
|
Awesome Miner Version 4.3.2
- Display number of CPU devices in dashboard view instead of FPGA devices - Removed time-limit parameter from benchmarking of Ccminer, to allow benchmarking of Ccminer clones where this parameter isn't supported - Display coin name in tooltip for coins in the status bar - CpuMiner-Opt 3.7.8 - Claymore Dual Ethereum Miner 10.3 - Ccminer 2.2.4 - Correction to CpuMiner-Opt benchmarking - Correction to Antminer Default Pool action
|
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, T9+, L3+, S17, T17, S19, T19, S21, T21, L7, L9 Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
|
|
|
No.15
Newbie

Activity: 56
Merit: 0
|
 |
January 08, 2018, 03:31:30 AM |
|
having an issue Starting Diagnostics. Awesome Miner version: 4.3.2 Starting Mining Software Setting up Miner Engine. Instance: 1 Engine Type: EthClayMiner, Auto Download: True, EnginePath: , Subtype: Disabled, CustomExecutable: Added rule for: C:\Users\Sean\AppData\Local\AwesomeMiner\EthDcrMiner64_1\Claymore's Dual Ethereum+Decred_Siacoin_Lbry_Pascal AMD+NVIDIA GPU Miner v10.3\EthDcrMiner64.exe C:\Users\Sean\AppData\Local\AwesomeMiner\EthDcrMiner64_1\Claymore's Dual Ethereum+Decred_Siacoin_Lbry_Pascal AMD+NVIDIA GPU Miner v10.3\EthDcrMiner64.exe -platform 1 -wd 1 -r -1 -mport 4028 -logfile C:\Users\Sean\AppData\Local\AwesomeMiner\claylog.txt -allcoins 1 (WindowMode: ConsoleFormat, EngineType: EthClayMiner, IsProfitMiner: True) Configuration:
Secondary:
Configured command line: -platform 1 Failed to start miner process: The system cannot find the file specified Failed to start miner in Diagnostics mode Diagnostics completed Awesome miner is trying to start this program in gpu miner 10.3 folder but only have this C:\Users\Sean\AppData\Local\AwesomeMiner\EthDcrMiner64_1\Claymore's Dual Ethereum+Decred_Siacoin_Lbry_Pascal AMD+NVIDIA GPU Miner v10.2 10.2 If I update mining software from the UI it says I am up to date. Please how do I fix this?
|
|
|
|
|
|
|
DumaxFr
Newbie

Activity: 49
Merit: 0
|
 |
January 08, 2018, 05:41:40 AM |
|
Thanks for 4.3.2 I have an issue with user defined parameters with cpuminer-opt (for missing algos) and I don't remember if that was like this in 4.3.1 Starting Diagnostics. Awesome Miner version: 4.3.2 Starting Mining Software Setting up Miner Engine. Instance: 1 Engine Type: CpuMinerOpt, Auto Download: True, EnginePath: , Subtype: Disabled, CustomExecutable: cpuminer-sse42.exe Added rule for: C:\Users\xxxxxxxxxxxxxx\AppData\Local\AwesomeMiner\cpuminer-opt_1\cpuminer-opt-3.7.8-windows-v2\cpuminer-sse2.exe C:\Users\xxxxxxxxxx\AppData\Local\AwesomeMiner\cpuminer-opt_1\cpuminer-opt-3.7.8-windows-v2\cpuminer-sse2.exe -t 4 -o stratum+tcp://blakecoin.mine.zpool.ca:5743 -u xxxxxxxxxxxxxxxxx -p c=BTC --api-remote -b 0.0.0.0:4028 (WindowMode: ConsoleFormat, EngineType: CpuMinerOpt, IsProfitMiner: True) Configuration:
Configured command line: -t 4 > C:\Users\xxxxxxxxx\AppData\Local\AwesomeMiner\cpuminer-opt_1\cpuminer-opt-3.7.8-windows-v2\cpuminer-sse2.exe: no algo supplied In algo definition for cpuminer-opt I added this user-defined command line argument : -a blakecoin And it doesn't appear in the final command line. Any clue ?
|
|
|
|
|
moppidoo
Jr. Member

Activity: 348
Merit: 5
|
 |
January 08, 2018, 05:46:07 AM |
|
having an issue Starting Diagnostics. Awesome Miner version: 4.3.2 Starting Mining Software Setting up Miner Engine. Instance: 1 Engine Type: EthClayMiner, Auto Download: True, EnginePath: , Subtype: Disabled, CustomExecutable: Added rule for: C:\Users\Sean\AppData\Local\AwesomeMiner\EthDcrMiner64_1\Claymore's Dual Ethereum+Decred_Siacoin_Lbry_Pascal AMD+NVIDIA GPU Miner v10.3\EthDcrMiner64.exe C:\Users\Sean\AppData\Local\AwesomeMiner\EthDcrMiner64_1\Claymore's Dual Ethereum+Decred_Siacoin_Lbry_Pascal AMD+NVIDIA GPU Miner v10.3\EthDcrMiner64.exe -platform 1 -wd 1 -r -1 -mport 4028 -logfile C:\Users\Sean\AppData\Local\AwesomeMiner\claylog.txt -allcoins 1 (WindowMode: ConsoleFormat, EngineType: EthClayMiner, IsProfitMiner: True) Configuration:
Secondary:
Configured command line: -platform 1 Failed to start miner process: The system cannot find the file specified Failed to start miner in Diagnostics mode Diagnostics completed Awesome miner is trying to start this program in gpu miner 10.3 folder but only have this C:\Users\Sean\AppData\Local\AwesomeMiner\EthDcrMiner64_1\Claymore's Dual Ethereum+Decred_Siacoin_Lbry_Pascal AMD+NVIDIA GPU Miner v10.2 10.2 If I update mining software from the UI it says I am up to date. Please how do I fix this? Try double check windows defender settings, make sure you add AwesomeMiner folders in %appdata% (I did for both Local and Roaming) as exclusions. most likely Windows removed the downloaded files or prevented AM from downloading the miner software.
|
|
|
|
|
moppidoo
Jr. Member

Activity: 348
Merit: 5
|
 |
January 08, 2018, 05:54:00 AM |
|
Thanks for 4.3.2 I have an issue with user defined parameters with cpuminer-opt (for missing algos) and I don't remember if that was like this in 4.3.1 Starting Diagnostics. Awesome Miner version: 4.3.2 Starting Mining Software Setting up Miner Engine. Instance: 1 Engine Type: CpuMinerOpt, Auto Download: True, EnginePath: , Subtype: Disabled, CustomExecutable: cpuminer-sse42.exe Added rule for: C:\Users\xxxxxxxxxxxxxx\AppData\Local\AwesomeMiner\cpuminer-opt_1\cpuminer-opt-3.7.8-windows-v2\cpuminer-sse2.exe C:\Users\xxxxxxxxxx\AppData\Local\AwesomeMiner\cpuminer-opt_1\cpuminer-opt-3.7.8-windows-v2\cpuminer-sse2.exe -t 4 -o stratum+tcp://blakecoin.mine.zpool.ca:5743 -u xxxxxxxxxxxxxxxxx -p c=BTC --api-remote -b 0.0.0.0:4028 (WindowMode: ConsoleFormat, EngineType: CpuMinerOpt, IsProfitMiner: True) Configuration:
Configured command line: -t 4 > C:\Users\xxxxxxxxx\AppData\Local\AwesomeMiner\cpuminer-opt_1\cpuminer-opt-3.7.8-windows-v2\cpuminer-sse2.exe: no algo supplied In algo definition for cpuminer-opt I added this user-defined command line argument : -a blakecoin And it doesn't appear in the final command line. Any clue ? Try in the Options -> Managed Software -> Predefined Mining Software -> CpuMiner-Opt 3.7.8 (CPU) in User defined command line argument on blakecoin row, double click and enter blakecoin, this will parse the command "-a blakecoin" to the software, and make sure the algo is enabled. something like this 
|
|
|
|
|
DumaxFr
Newbie

Activity: 49
Merit: 0
|
 |
January 08, 2018, 06:04:19 AM |
|
Thanks for 4.3.2 I have an issue with user defined parameters with cpuminer-opt (for missing algos) and I don't remember if that was like this in 4.3.1 Starting Diagnostics. Awesome Miner version: 4.3.2 Starting Mining Software Setting up Miner Engine. Instance: 1 Engine Type: CpuMinerOpt, Auto Download: True, EnginePath: , Subtype: Disabled, CustomExecutable: cpuminer-sse42.exe Added rule for: C:\Users\xxxxxxxxxxxxxx\AppData\Local\AwesomeMiner\cpuminer-opt_1\cpuminer-opt-3.7.8-windows-v2\cpuminer-sse2.exe C:\Users\xxxxxxxxxx\AppData\Local\AwesomeMiner\cpuminer-opt_1\cpuminer-opt-3.7.8-windows-v2\cpuminer-sse2.exe -t 4 -o stratum+tcp://blakecoin.mine.zpool.ca:5743 -u xxxxxxxxxxxxxxxxx -p c=BTC --api-remote -b 0.0.0.0:4028 (WindowMode: ConsoleFormat, EngineType: CpuMinerOpt, IsProfitMiner: True) Configuration:
Configured command line: -t 4 > C:\Users\xxxxxxxxx\AppData\Local\AwesomeMiner\cpuminer-opt_1\cpuminer-opt-3.7.8-windows-v2\cpuminer-sse2.exe: no algo supplied In algo definition for cpuminer-opt I added this user-defined command line argument : -a blakecoin And it doesn't appear in the final command line. Any clue ? Try in the Options -> Managed Software -> Predefined Mining Software -> CpuMiner-Opt 3.7.8 (CPU) in User defined command line argument on blakecoin row, double click and enter blakecoin, this will parse the command "-a blakecoin" to the software, and make sure the algo is enabled. something like this https://i.supload.com/SkgF0OFgNG.jpgOk it works ! My fault ... don't know why I added -a
|
|
|
|
|
Dalba
Newbie

Activity: 92
Merit: 0
|
 |
January 08, 2018, 08:50:06 AM |
|
Hello Patrike, I noticed something a little annoying regarding coins statistics. If i set AM to use 24h average statistics to decide what to mine, then the price of coins displayed in the bottom bar change to an average price on the last 24h too. Would it be possible to have the coins listed in bottom bar to always list the current price even if i use 24h average for profit switching ?
|
|
|
|
|
patrike (OP)
Legendary

Activity: 3962
Merit: 1100
|
 |
January 08, 2018, 09:09:44 AM |
|
having an issue Starting Diagnostics. Awesome Miner version: 4.3.2 Starting Mining Software Setting up Miner Engine. Instance: 1 Engine Type: EthClayMiner, Auto Download: True, EnginePath: , Subtype: Disabled, CustomExecutable: Added rule for: C:\Users\Sean\AppData\Local\AwesomeMiner\EthDcrMiner64_1\Claymore's Dual Ethereum+Decred_Siacoin_Lbry_Pascal AMD+NVIDIA GPU Miner v10.3\EthDcrMiner64.exe C:\Users\Sean\AppData\Local\AwesomeMiner\EthDcrMiner64_1\Claymore's Dual Ethereum+Decred_Siacoin_Lbry_Pascal AMD+NVIDIA GPU Miner v10.3\EthDcrMiner64.exe -platform 1 -wd 1 -r -1 -mport 4028 -logfile C:\Users\Sean\AppData\Local\AwesomeMiner\claylog.txt -allcoins 1 (WindowMode: ConsoleFormat, EngineType: EthClayMiner, IsProfitMiner: True) Configuration:
Secondary:
Configured command line: -platform 1 Failed to start miner process: The system cannot find the file specified Failed to start miner in Diagnostics mode Diagnostics completed Awesome miner is trying to start this program in gpu miner 10.3 folder but only have this C:\Users\Sean\AppData\Local\AwesomeMiner\EthDcrMiner64_1\Claymore's Dual Ethereum+Decred_Siacoin_Lbry_Pascal AMD+NVIDIA GPU Miner v10.2 10.2 If I update mining software from the UI it says I am up to date. Please how do I fix this? "The system cannot find the file specified" is a common issue related to security software removing the downloaded mining software. This is one of the items in the Troubleshooting GPU Mining guide: http://www.awesomeminer.com/help/troubleshooting-gpu.aspxThe solution is most likely to configure Windows Defender or other security software for this: http://www.awesomeminer.com/help/defender.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, T9+, L3+, S17, T17, S19, T19, S21, T21, L7, L9 Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
|
|
|
patrike (OP)
Legendary

Activity: 3962
Merit: 1100
|
 |
January 08, 2018, 09:11:01 AM |
|
I will include that one next time. It look like a very minor update.
|
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, T9+, L3+, S17, T17, S19, T19, S21, T21, L7, L9 Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
|
|
|
patrike (OP)
Legendary

Activity: 3962
Merit: 1100
|
 |
January 08, 2018, 09:12:42 AM |
|
Hello Patrike, I noticed something a little annoying regarding coins statistics. If i set AM to use 24h average statistics to decide what to mine, then the price of coins displayed in the bottom bar change to an average price on the last 24h too. Would it be possible to have the coins listed in bottom bar to always list the current price even if i use 24h average for profit switching ?
That's a good point. This will consider making this change.
|
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, T9+, L3+, S17, T17, S19, T19, S21, T21, L7, L9 Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
|
|
|
JoepMeloen
Newbie

Activity: 15
Merit: 0
|
 |
January 08, 2018, 11:09:19 AM |
|
AM updates, restarts, but doesnt take te update. any ideas?
|
|
|
|
|
No.15
Newbie

Activity: 56
Merit: 0
|
 |
January 08, 2018, 12:25:38 PM |
|
having an issue Starting Diagnostics. Awesome Miner version: 4.3.2 Starting Mining Software Setting up Miner Engine. Instance: 1 Engine Type: EthClayMiner, Auto Download: True, EnginePath: , Subtype: Disabled, CustomExecutable: Added rule for: C:\Users\Sean\AppData\Local\AwesomeMiner\EthDcrMiner64_1\Claymore's Dual Ethereum+Decred_Siacoin_Lbry_Pascal AMD+NVIDIA GPU Miner v10.3\EthDcrMiner64.exe C:\Users\Sean\AppData\Local\AwesomeMiner\EthDcrMiner64_1\Claymore's Dual Ethereum+Decred_Siacoin_Lbry_Pascal AMD+NVIDIA GPU Miner v10.3\EthDcrMiner64.exe -platform 1 -wd 1 -r -1 -mport 4028 -logfile C:\Users\Sean\AppData\Local\AwesomeMiner\claylog.txt -allcoins 1 (WindowMode: ConsoleFormat, EngineType: EthClayMiner, IsProfitMiner: True) Configuration:
Secondary:
Configured command line: -platform 1 Failed to start miner process: The system cannot find the file specified Failed to start miner in Diagnostics mode Diagnostics completed Awesome miner is trying to start this program in gpu miner 10.3 folder but only have this C:\Users\Sean\AppData\Local\AwesomeMiner\EthDcrMiner64_1\Claymore's Dual Ethereum+Decred_Siacoin_Lbry_Pascal AMD+NVIDIA GPU Miner v10.2 10.2 If I update mining software from the UI it says I am up to date. Please how do I fix this? "The system cannot find the file specified" is a common issue related to security software removing the downloaded mining software. This is one of the items in the Troubleshooting GPU Mining guide: http://www.awesomeminer.com/help/troubleshooting-gpu.aspxThe solution is most likely to configure Windows Defender or other security software for this: http://www.awesomeminer.com/help/defender.aspxIt is not an AVS issue it is a path issue. please notice the very last digit in the path. The program is trying to open C:\Users\Sean\AppData\Local\AwesomeMiner\EthDcrMiner64_1\Claymore's Dual Ethereum+Decred_Siacoin_Lbry_Pascal AMD+NVIDIA GPU Miner v10.3 The computer has this installed C:\Users\Sean\AppData\Local\AwesomeMiner\EthDcrMiner64_1\Claymore's Dual Ethereum+Decred_Siacoin_Lbry_Pascal AMD+NVIDIA GPU Miner v10.2 AM says it is up to date
|
|
|
|
|
|
soothaa
|
 |
January 08, 2018, 12:32:06 PM |
|
Please let me know what specific information you want me to clarify or improve in addition to this.
Can I get a pointer on how to update my custom coins automatically via either the C# or HTTP API? It's useless for me to update them manually.. Patrike, can you point me in the right direction? I'm trying to update a custom coin with the C# scripting interface and I am unsure how to save my updates back (or if It even functions like this) public class ActionScript { private ContextProvider Context = ScriptManager.Context;
public bool Execute(List<IMinerBase> list) { Muncoin bob = new Muncoin(); bob.SetProperties("", 0, 0, 0); return true; } }
public class Muncoin : ICoinStatProvider { public string coinShortName; public double difficulty; public double reward; public double valueBtc; public Muncoin() { } public void SetProperties(string _coinShortName, double _difficulty, double _reward, double _valueBtc) { coinShortName = "MUN"; difficulty = 10; reward = 10; valueBtc = 10; } } I REALLY need some way to automatically update custom coins..
|
|
|
|
toptek
Legendary

Activity: 1274
Merit: 1000
|
 |
January 08, 2018, 01:23:42 PM |
|
I will include that one next time. It look like a very minor update. I know it was more a reminder then any thing .
|
|
|
|
patrike (OP)
Legendary

Activity: 3962
Merit: 1100
|
 |
January 08, 2018, 02:51:10 PM |
|
Please let me know what specific information you want me to clarify or improve in addition to this.
Can I get a pointer on how to update my custom coins automatically via either the C# or HTTP API? It's useless for me to update them manually.. Patrike, can you point me in the right direction? I'm trying to update a custom coin with the C# scripting interface and I am unsure how to save my updates back (or if It even functions like this) public class ActionScript { private ContextProvider Context = ScriptManager.Context;
public bool Execute(List<IMinerBase> list) { Muncoin bob = new Muncoin(); bob.SetProperties("", 0, 0, 0); return true; } }
public class Muncoin : ICoinStatProvider { public string coinShortName; public double difficulty; public double reward; public double valueBtc; public Muncoin() { } public void SetProperties(string _coinShortName, double _difficulty, double _reward, double _valueBtc) { coinShortName = "MUN"; difficulty = 10; reward = 10; valueBtc = 10; } } I REALLY need some way to automatically update custom coins.. What's possible with C# script today is using: void SetProperties(string coinShortName, double difficulty, double reward, double valueBtc); public class ActionScript { private ContextProvider Context = ScriptManager.Context; public bool Execute(List<IMinerBase> list) { Context.CoinStat.SetProperties("LTC", 3700000, 25, 0.019); return true; } }
The drawback is that it's more intended for coin properties based on difficult and similar parameters. Sometimes it's easier to just set profitability in BTC per MH/s, and I can implement that for you over the HTTP API in the next release if needed. It could be something like: POST /api/coins/LTC?profit=0.000014
|
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, T9+, L3+, S17, T17, S19, T19, S21, T21, L7, L9 Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
|
|
|
patrike (OP)
Legendary

Activity: 3962
Merit: 1100
|
 |
January 08, 2018, 02:54:44 PM |
|
having an issue Starting Diagnostics. Awesome Miner version: 4.3.2 Starting Mining Software Setting up Miner Engine. Instance: 1 Engine Type: EthClayMiner, Auto Download: True, EnginePath: , Subtype: Disabled, CustomExecutable: Added rule for: C:\Users\Sean\AppData\Local\AwesomeMiner\EthDcrMiner64_1\Claymore's Dual Ethereum+Decred_Siacoin_Lbry_Pascal AMD+NVIDIA GPU Miner v10.3\EthDcrMiner64.exe C:\Users\Sean\AppData\Local\AwesomeMiner\EthDcrMiner64_1\Claymore's Dual Ethereum+Decred_Siacoin_Lbry_Pascal AMD+NVIDIA GPU Miner v10.3\EthDcrMiner64.exe -platform 1 -wd 1 -r -1 -mport 4028 -logfile C:\Users\Sean\AppData\Local\AwesomeMiner\claylog.txt -allcoins 1 (WindowMode: ConsoleFormat, EngineType: EthClayMiner, IsProfitMiner: True) Configuration:
Secondary:
Configured command line: -platform 1 Failed to start miner process: The system cannot find the file specified Failed to start miner in Diagnostics mode Diagnostics completed Awesome miner is trying to start this program in gpu miner 10.3 folder but only have this C:\Users\Sean\AppData\Local\AwesomeMiner\EthDcrMiner64_1\Claymore's Dual Ethereum+Decred_Siacoin_Lbry_Pascal AMD+NVIDIA GPU Miner v10.2 10.2 If I update mining software from the UI it says I am up to date. Please how do I fix this? "The system cannot find the file specified" is a common issue related to security software removing the downloaded mining software. This is one of the items in the Troubleshooting GPU Mining guide: http://www.awesomeminer.com/help/troubleshooting-gpu.aspxThe solution is most likely to configure Windows Defender or other security software for this: http://www.awesomeminer.com/help/defender.aspxIt is not an AVS issue it is a path issue. please notice the very last digit in the path. The program is trying to open C:\Users\Sean\AppData\Local\AwesomeMiner\EthDcrMiner64_1\Claymore's Dual Ethereum+Decred_Siacoin_Lbry_Pascal AMD+NVIDIA GPU Miner v10.3 The computer has this installed C:\Users\Sean\AppData\Local\AwesomeMiner\EthDcrMiner64_1\Claymore's Dual Ethereum+Decred_Siacoin_Lbry_Pascal AMD+NVIDIA GPU Miner v10.2 AM says it is up to date The path is correct. v10.2 was used by Awesome Miner 4.3.1. v10.3 is used by Awesome Miner 4.3.2 If the folder 10.2 exists it indicates that the previous version was downloaded and extracted successfully. That however not helping the situation for the new versions. Can you please try to manually remove all content of this folder to force Awesome Miner to download it again: C:\Users\Sean\AppData\Local\AwesomeMiner\
|
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, T9+, L3+, S17, T17, S19, T19, S21, T21, L7, L9 Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
|
|
|
|
tf2addict
|
 |
January 08, 2018, 03:17:32 PM |
|
I know this has been brought up before but it really would be nice to be able to easily switch between a managed miner and a profit miner. It would certainly make things quite a bit easier for us. As it works now the best workaround is to just create two different miners for each rig, right? Not a huge deal for only a handful of rigs but that will quickly get cumbersome for more than a few.
|
|
|
|
|
|