Pages:
Author

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

newbie
Activity: 3
Merit: 0
this keeps me from even downloading the file. I got these as recently as 3am EST 06/07/2021

Exact same here, since yesterday and latest update.
legendary
Activity: 2254
Merit: 2419
EIN: 82-3893490
I can no longer install or run Awesomeminer - it keeps popping up trojan alerts - I know you stated that you reported it to Microsoft as a false positive.




this keeps me from even downloading the file. I got these as recently as 3am EST 06/07/2021
jr. member
Activity: 58
Merit: 5
Trojan detected, should we be worried???

Hi,

I've reported this to Microsoft as a false positive. It happens from time to time that they incorrectly detect Awesome Miner as a threat. In general, security software are very sensitive for anything related to mining.

Update: I received a confirmation from Microsoft that they have removed this incorrect detection.

Please follow the steps below to clear cached detection and obtain the latest malware definitions.

Code:
cd %ProgramFiles%\Windows Defender
MpCmdRun.exe -removedefinitions -dynamicsignatures
MpCmdRun.exe -SignatureUpdate

Great! Smiley
newbie
Activity: 52
Merit: 0
Yesterday upgraded to version 8.5 and today did upgrade to v8.5.1, but 4 out of 12 pc still show 'Old version 8.5' and when I a do Upgrade Remote agent the progress bar shows for a few seconds and stops, so not completing the upgrade.

Also another problem occured on one pc  where the miner fails to start and Diagnostics shows "is Intellibreeze service running". I run all miners with admin privileges and for the first time this one pc fails to start miner unless i remove admin privileges.

Both problems occured simultaneously for first time today after all my pc were running fine for many days.  

I was able to manually download and install the Remoet Agent installer. This also allows me to run miner with admin privileges.
legendary
Activity: 3346
Merit: 1094
Trojan detected, should we be worried???

Hi,

I've reported this to Microsoft as a false positive. It happens from time to time that they incorrectly detect Awesome Miner as a threat. In general, security software are very sensitive for anything related to mining.

Update: I received a confirmation from Microsoft that they have removed this incorrect detection.

Please follow the steps below to clear cached detection and obtain the latest malware definitions.

Code:
cd %ProgramFiles%\Windows Defender
MpCmdRun.exe -removedefinitions -dynamicsignatures
MpCmdRun.exe -SignatureUpdate
jr. member
Activity: 58
Merit: 5
Trojan detected, should we be worried???


legendary
Activity: 3346
Merit: 1094
Awesome Miner version 8.5.1

 ASIC mining
  - Improved Antminer firmware compatibility
 Mining software
  - NbMiner 37.6
 Corrections
  - Correction to C# scripting feature
  - Correction to chip temperature color formatting
legendary
Activity: 3346
Merit: 1094
hello patrike,

I have a question about C# API, in the recent betas you've changed the initializer for PredefinedPool class
now it is declared as
Code:
PredefinedPoolProvider(AwesomeMiner.Infrastructure.Intelligence.OnlineServiceType, string, AwesomeMiner.Infrastructure.Mining.Pools.MiningRegion)
can you please describe what MiningRegions are available?
I've tried to guess but didn't succeed.
thank you.


Depends on your pool. You can find the regions at the pools or in awesomeminer options in profit switching section.
I appreciate your desire to help, but I'm sure you didn't understand what I'm asking. I use Nicehash EU North server in my C# script. have tried every possible name that could be used. using NicehashRegion.EU results in incompatible type assignment warning.

also, script editor complains that AwesomeMiner.Infrastructure.Mining assembly is missing, so type MiningRegion is undefined.

hope that's enough details to find the issue. patiently waiting for a fixed build, @patrike. thanks again.
This specific class has not changed in about two years. The available MiningRegions for Nicehash did however change a few months ago, when they introduced new regions (where the MiningRegion can be one of: USAWest, USAEast, EuropeWest,EuropeNorth) like MiningRegion.USAWest.

Can you share some context how you use it and in what way it changed/broke in the latest development release? You can send the details via PM if you want. Thanks!

sent you a PM.
Thanks. I've identified the scenario and there will be a correction for this in the next release.
legendary
Activity: 3346
Merit: 1094
Good day.
I use HiveOS,
In HiveOS, miners, algorithms and acceleration GPUs for the arrival of the GPU are customized.
Question:
- Is it possible if using the HiveOS API (Available in HiveOS)?, Make so that Awesome Miner for Linux, using the API of My Riga, chose an acceleration of GPU and Mainer for an integrated algorithm? (Disappears the ability to download the necessary miners).
- Big request, make awesome miner for linux, so that there is no need to keep the PC included with OS windsws and the Awesome Miner installed by the Awesome MINER disabled, does not switch to the profit on the selected pool.
Awesome Miner version 8.5

 
 GPU mining
  - Beta: Awesome Miner and Remote Agent can be configured to communicate via Cloud Services, without a direct communication link between them. This makes deployments of remote sites easier as it no longer requires

Hi Patrike!
I understand correctly, this point in the final update, is there an answer to my request? (- Big Request, Make Awesome Miner for Linux, So That There Is No Need to Keep The Awesome Miner Installed by The Awesome Miner Disabled by The Awesome Miner Disabled, Does Not Switch to The Profit on the Selected Pool.). But what to do, if I do not use the Awesome cloud service? I have a free program.
Health to you !!!
Hi again.

The feature you quote above is not related to Remote Agent being able to do profit switching without Awesome Miner. The Awesome Miner main application must always run for the profit switching to work, both before and after this update.

The new feature in 8.5 is about how Awesome Miner and Remote Agent communicate. With the new concept they can communicate via our cloud, without having to have a direct connection between them. This makes it easier to deploy Awesome Miner and the Remote Agents on different locations without having to think about VPN. Both Awesome Miner and Remote Agent do need to be running, just like today. For more details about this new feature, please see "Connect to remote GPU miners without VPN":
https://support.awesomeminer.com/support/solutions/articles/35000085972-connecting-to-miners-on-a-remote-location

Just like @sxemini pointed out - this feature will make use of our cloud and will require an active subscription.
jr. member
Activity: 238
Merit: 3
hello patrike,

I have a question about C# API, in the recent betas you've changed the initializer for PredefinedPool class
now it is declared as
Code:
PredefinedPoolProvider(AwesomeMiner.Infrastructure.Intelligence.OnlineServiceType, string, AwesomeMiner.Infrastructure.Mining.Pools.MiningRegion)
can you please describe what MiningRegions are available?
I've tried to guess but didn't succeed.
thank you.


Depends on your pool. You can find the regions at the pools or in awesomeminer options in profit switching section.
I appreciate your desire to help, but I'm sure you didn't understand what I'm asking. I use Nicehash EU North server in my C# script. have tried every possible name that could be used. using NicehashRegion.EU results in incompatible type assignment warning.

also, script editor complains that AwesomeMiner.Infrastructure.Mining assembly is missing, so type MiningRegion is undefined.

hope that's enough details to find the issue. patiently waiting for a fixed build, @patrike. thanks again.
This specific class has not changed in about two years. The available MiningRegions for Nicehash did however change a few months ago, when they introduced new regions (where the MiningRegion can be one of: USAWest, USAEast, EuropeWest,EuropeNorth) like MiningRegion.USAWest.

Can you share some context how you use it and in what way it changed/broke in the latest development release? You can send the details via PM if you want. Thanks!

sent you a PM.
member
Activity: 1558
Merit: 69
@sxemini

"The answer from patrike:"




I do not see an answer to your question about the use of the cloud service.

What question about cloud service? I don´t understand the half of your text sorry.

You use free programm with 2 miners? Free version don´t include all features. Cloud service is only for subscriber.

And you can monitor your hiveos rig on awesomeminer without AM remote client, but if you want to control your linux rig, you must install the AM remote client. And no AM will not support HiveOS with profit switching. Makes no sense!
newbie
Activity: 86
Merit: 0
@sxemini

"The answer from patrike:"




I do not see an answer to your question about the use of the cloud service.
member
Activity: 1558
Merit: 69
Good day.
I use HiveOS,
In HiveOS, miners, algorithms and acceleration GPUs for the arrival of the GPU are customized.
Question:
- Is it possible if using the HiveOS API (Available in HiveOS)?, Make so that Awesome Miner for Linux, using the API of My Riga, chose an acceleration of GPU and Mainer for an integrated algorithm? (Disappears the ability to download the necessary miners).
- Big request, make awesome miner for linux, so that there is no need to keep the PC included with OS windsws and the Awesome Miner installed by the Awesome MINER disabled, does not switch to the profit on the selected pool.
Awesome Miner version 8.5

 
 GPU mining
  - Beta: Awesome Miner and Remote Agent can be configured to communicate via Cloud Services, without a direct communication link between them. This makes deployments of remote sites easier as it no longer requires

Hi Patrike!
I understand correctly, this point in the final update, is there an answer to my request? (- Big Request, Make Awesome Miner for Linux, So That There Is No Need to Keep The Awesome Miner Installed by The Awesome Miner Disabled by The Awesome Miner Disabled, Does Not Switch to The Profit on the Selected Pool.). But what to do, if I do not use the Awesome cloud service? I have a free program.
Health to you !!!

P.S. A big request, add the choice of the region (EU), for Profit Switch Prohashing.

The answer from patrike:

Good day.
I use HiveOS,
In HiveOS, miners, algorithms and acceleration GPUs for the arrival of the GPU are customized.
Question:
- Is it possible if using the HiveOS API (Available in HiveOS)?, Make so that Awesome Miner for Linux, using the API of My Riga, chose an acceleration of GPU and Mainer for an integrated algorithm? (Disappears the ability to download the necessary miners).
- Big request, make awesome miner for linux, so that there is no need to keep the PC included with OS windsws and the Awesome Miner installed by the Awesome MINER disabled, does not switch to the profit on the selected pool.
Thanks for your questions and your feedback. Although I'm not sure I fully understood your request about using the HiveOS APIs, we don't have any plans to integrate with HiveOS itself. What we will do later on is related to your second point - the goal is to provide a Linux mining distribution where Awesome Miner Remote Agent is pre-installed. The main application (and the profit switcher) will however stay on Windows.
newbie
Activity: 86
Merit: 0
Good day.
I use HiveOS,
In HiveOS, miners, algorithms and acceleration GPUs for the arrival of the GPU are customized.
Question:
- Is it possible if using the HiveOS API (Available in HiveOS)?, Make so that Awesome Miner for Linux, using the API of My Riga, chose an acceleration of GPU and Mainer for an integrated algorithm? (Disappears the ability to download the necessary miners).
- Big request, make awesome miner for linux, so that there is no need to keep the PC included with OS windsws and the Awesome Miner installed by the Awesome MINER disabled, does not switch to the profit on the selected pool.
Awesome Miner version 8.5

 
 GPU mining
  - Beta: Awesome Miner and Remote Agent can be configured to communicate via Cloud Services, without a direct communication link between them. This makes deployments of remote sites easier as it no longer requires

Hi Patrike!
I understand correctly, this point in the final update, is there an answer to my request? (- Big Request, Make Awesome Miner for Linux, So That There Is No Need to Keep The Awesome Miner Installed by The Awesome Miner Disabled by The Awesome Miner Disabled, Does Not Switch to The Profit on the Selected Pool.). But what to do, if I do not use the Awesome cloud service? I have a free program.
Health to you !!!

P.S. A big request, add the choice of the region (EU), for Profit Switch Prohashing.
legendary
Activity: 1753
Merit: 1007
Hi Patrike, how to realise in AM fixed core clock on rig with Linux OS? RaveOS have this feature. This is very usefull for energy saving. And fixed core clock help against trottling on the cards with GDDR6X memory chips. Regards.
legendary
Activity: 3346
Merit: 1094
Awesome Miner version 8.5

 Note
  - The code signing certificates for the MSI installers have been updated. Windows may show a SmartScreen warning as the certificate is new.
 ASIC mining
  - Improved the Antminer S9 unlock feature to unlock any Bitmain S9 firmware version to allow installation of the Awesome Miner Antminer firmware
 GPU mining
  - Beta: Awesome Miner and Remote Agent can be configured to communicate via Cloud Services, without a direct communication link between them. This makes deployments of remote sites easier as it no longer requires VPN.
  - Mining software can be disabled globally via the Options dialog, Managed Software section.
 Features
  - Virtual Miner Groups can include other Virtual Miner Groups
  - If miner groups are configured to include the total number of hashing miners (non-zero hashrate), the group headers in the miner list will also include this number
  - The Information column can display the mining uptime in percent of the last 30 days
  - Temperature color thresholds can be configured separately for ASIC miner chip temperatures
  - Heat map can display either Chip temperature or the standard temperature for ASIC miners
  - The triggers for hashrate and accepted shares will include more details about the current mining software and pool when preparing the notification message
  - New rule trigger: Miner Property. Can trigger on miner description or miner group name.
 User interface
  - Introduce a new page Appearance in the Options dialog. Many of the settings previously listed on the General page has now been moved to the Appearance page.
  - Hide old mining software GPU operations no longer supported by modern mining software
 Changes
  - When sorting on Performance, Disconnected miners should be on top of the miner list
  - The pool endpoints of the Awesome Miner API no longer requires the web to be configured to allow pool operations
  - Reduced the number of separate DLL-files for Awesome Miner and Remote Agents
 Mining software
  - NbMiner 37.5
  - T-Rex miner 0.20.4
  - Lolminer 1.29a (Linux only)
  - SrbMiner-Multi 0.7.5
  - PhoenixMiner 5.6d
  - CpuMiner-Opt 3.16.3
  - XmRig 6.12.2
 Corrections
  - Improved power usage detection when benchmarking multiple GPUs at once
  - Corrected memory leaks that could happen in specific scenarios
  - Correction to history data collection while the application authentication dialog is waiting for the user to sign in
  - Correction to the trigger for detecting if a miner isn't hashing
  - Improved Ethereum protocol selection for NbMiner
legendary
Activity: 3346
Merit: 1094
Trying to mine with NBMiner on MiningPoolHub I get a connection timeout - if I manually run the miner changing the URL from "ethproxy+tcp://us-east.ethash-hub.miningpoolhub.com:17020" to "nicehash+tcp://us-east.ethash-hub.miningpoolhub.com:17020" it works fine.

I'm not sure how or if there's any way to change the URL for a pool, but I would really appreciate it if someone could help.
Thanks for pointing out this. There will be a change in Awesome Miner for this in the next release.
legendary
Activity: 3346
Merit: 1094
Hi Patrike, can you improve "Create notification" action and add a checkbox where user can define if notification will be with sound or soundless. Regards.
Hi and thanks for the feature suggestion. A workaround to get started with this right away is to run a command where you manually specify a wave-file to play, using the "Run Executable" action.
Executable: powershell.exe
Parameters:  -c (New-Object Media.SoundPlayer "C:\Windows\Media\notify.wav").PlaySync();
legendary
Activity: 3346
Merit: 1094
hello patrike,

See still such a pool
https://hashcity.org/

You can add to Awesome miner?
Thanks for the suggestion, your request is noted.
newbie
Activity: 14
Merit: 0
Trying to mine with NBMiner on MiningPoolHub I get a connection timeout - if I manually run the miner changing the URL from "ethproxy+tcp://us-east.ethash-hub.miningpoolhub.com:17020" to "nicehash+tcp://us-east.ethash-hub.miningpoolhub.com:17020" it works fine.

I'm not sure how or if there's any way to change the URL for a pool, but I would really appreciate it if someone could help.
Pages:
Jump to: