Author

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

newbie
Activity: 49
Merit: 0
Please add CryptoNight Lite V8 (For Masari) Wink
newbie
Activity: 18
Merit: 0
Awesome Miner version 6.1.7

 GPU mining
  - The Managed Profit Switcher can be configured with a list of custom pools without having to define a pool group
 Mining software
  - BMiner 14.0
 Corrections
  - Corrected an issue related to updates of statistics on the Coins tab
  - Adjusted Gminer total hashrate to be calculated as a total of all GPU's to workaround rounding errors in the Gminer API for Grin mining

Have just tried the update, however, could not know how to add or edit the list of customer pools of the profiles, how to roll back.

Please help to check.
thanks
Hi,

Is it the Profit Profile specific custom pools you are referring to? They are configured in the Profit Profile, Override section, just like before. You can add, edit and remove pools from the list here.

Can you describe the exact steps where it's not working? Thanks!

If you do consider a downgrade - please backup the configuration file first, as downgrading isn't an officially supported scenario. More about backups:
https://support.awesomeminer.com/support/solutions/articles/35000098571-awesome-miner-configuration-file
Version 6.1.6 can be found here:
https://www.awesomeminer.com/download/v616/AwesomeMiner.msi

I could not find the add/edit/remove button on the  Profit Profile, Override section, I don't know if it's os display issue, I'm using win7 x64. (if could add those on the mouse right click button pop menu will be great)

Please note.

thanks
Thanks for letting me know. I'm guessing that you run with font scaling or similar enabled in Windows? If you don't use 100%, maybe you could test if it works better on 100%?

I will make the UI area a bit larger to work around the issue.

I have not use font scaling and run the original 100% resolution in win7 x64, and could not find the button.

Please note.

Waitting for your next update.

thanks
jr. member
Activity: 756
Merit: 2
Anyone know how to make AM work with AMD cards?
I just scored a good deal on four RX 570 8G but sadly can't use them to mine Grin or Beam yet. Sad
Any help would be appreciated.
Awesome Miner doesn't support any mining software for these algorithms on AMD yet. The popular mining software that supports these algorithms are for nVidia.

There are some new AMD mining software like GrinGoldMiner and GrinPro and they are very similar. Awesome Miner will support one of them later on. Right now you need to manually launch your AMD Grin mining software using the Generic Miner concept in Awesome Miner:
https://support.awesomeminer.com/support/solutions/articles/35000086017-generic-miner-use-any-mining-software

LoL miner works just fine for BEAM (0.7 version for BEAM only)
Thanks, good point. The reason why the 0.7 alpha version isn't included by default is that it only supports this algorithm like you point out.

you need Patrike, beam is very interesting, the other 150,5 miners do not support Beam, we have to install it as custom and it's something I do not like, but I will.

Please consider adding this version 7 alpha 3 that is used for beam
newbie
Activity: 22
Merit: 0
Block all incoming connections takes precedence over any other rule.

I manually changed the allow rules created by awesome miner for the mining software to block rules. Have been mining since I originally asked about this without any issue or popup (picture of my rules linked). The problem is that when new software is added/updated new rules will be created by awesome miner as allowed rules.
https://imgur.com/a/w7YBXdZ

If you make this an option you could just leave the default as it is now(allowed rules), just in case "blocked" rules might break anything for someone.
Thanks for the update.

I've made a quick implementation to support this case. I've introduced a new setting that you can set directly in the Awesome Miner configuration file as I don't want to expose this in the user interface.

1) Once the next version of Awesome Miner is available, install it, run it once and then exit the application.
2) Open the configuration file (%appdata%\AwesomeMiner\ConfigData.xml) and search for "ConfigureWindowsDefenderAllowedApps".
3) Change the property from true to false and save the file.
Thanks, I tried but it showed a popup the first time a mining software ran.
While testing further I found out 2 possible reasons why:
1 When creating a block rule the rule is created with Profile Private(current profile), while when creating an allow rule the rule is created with Profile All.
2 When creating a block rule the rule is added to the registry a couple of seconds after the miner software is launched, while when creating an allow rule the rule is added to the registry a few milliseconds before the miner software is launched.
I didn't test extensively but I'm guessing #1 has something to do with defaults, for #2 my guess is some firewall api limitation or maybe it is not the cause of the issue.
Hopefully you can take another look at it, otherwise I'll just create a script that runs now and then and modifies the rules as needed.
Even that my lan is relatively secure and have trustworthy people connecting to it, I don't want to leave my mining software open.

Thanks again.
The default behavior of Awesome Miner is to add this Allowed Apps rule. In that case things should just work and you shouldn't see any dialogs from Windows Defender. Is that correct according to your observations as well? I don't have any plans to change how these rules are set at the moment, as what Awesome Miner do works very well in a very large number of mining environments out there.

If you use the new property set to false, Awesome Miner will not do anything with the firewall configuration. I assume it's in only in this case you are getting the warnings from Defender? With the automatic configuration disabled in Awesome Miner, you are basically on your own here and you can manually configure (or not configure) the rules as you want.
I'm feeling that I'm failing to communicate what I want to say a lot, sorry about that and thank you for your patience. Maybe you make me nervous Wink

I meant that when configuring ConfigureWindowsDefenderAllowedApps as true the rules (allow rules) are being created with Profile=All, but when configuring ConfigureWindowsDefenderAllowedApps as false the rules(block rules) are being created with Profile=Private, I believe the difference in profile causes the popups to come up when ConfigureWindowsDefenderAllowedApps is set to false.
Thanks for the update. Your observations when running with ConfigureWindowsDefenderAllowedApps set to false are probably what to expect, as it's totally up to Windows to decide when to block, when to show the dialog and what rule to add in that case. Awesome Miner will do nothing, which is the purpose of setting the property to false.

Although I understand your observations here, I don't fully understand what you want Awesome Miner to do here. It can already do:
1) Add allowed apps automatically. This is the default, has been around for years and works fine for the purpose of mining.
2) The new mode when ConfigureWindowsDefenderAllowedApps set to false will result in Awesome Miner doing nothing. You are on your own to do what you want here. Any dialogs, blocking and so on you see is related to configuration of Windows and not Awesome Miner.

There are no feature in Awesome Miner to configure the allowed apps in any new way - either it's configured in a way that work (#1) or it's not touching anything (#2). Sorry if I missed your point here.

ConfigureWindowsDefenderExclusions defines whether firewall rules are created by awesome miner or not.
ConfigureWindowsDefenderAllowedApps(the one you added recently) defines whether the rules are created by awesome miner as allow rules(true) or block rules(false).
When ConfigureWindowsDefenderAllowedApps is set to true(default) the created rules are being created by awesome miner with Profile=All, when it is set to false the rules are being created by awesome miner with Profile=Private. I'd like the rules to be created with Profile=All regardless of ConfigureWindowsDefenderAllowedApps being true or false. I believe having Profile=All on the block rules(when ConfigureWindowsDefenderAllowedApps is set to false) might prevent popups to come up.
legendary
Activity: 3346
Merit: 1094
Awesome Miner version 6.1.7

 GPU mining
  - The Managed Profit Switcher can be configured with a list of custom pools without having to define a pool group
 Mining software
  - BMiner 14.0
 Corrections
  - Corrected an issue related to updates of statistics on the Coins tab
  - Adjusted Gminer total hashrate to be calculated as a total of all GPU's to workaround rounding errors in the Gminer API for Grin mining

Have just tried the update, however, could not know how to add or edit the list of customer pools of the profiles, how to roll back.

Please help to check.
thanks
Hi,

Is it the Profit Profile specific custom pools you are referring to? They are configured in the Profit Profile, Override section, just like before. You can add, edit and remove pools from the list here.

Can you describe the exact steps where it's not working? Thanks!

If you do consider a downgrade - please backup the configuration file first, as downgrading isn't an officially supported scenario. More about backups:
https://support.awesomeminer.com/support/solutions/articles/35000098571-awesome-miner-configuration-file
Version 6.1.6 can be found here:
https://www.awesomeminer.com/download/v616/AwesomeMiner.msi

I could not find the add/edit/remove button on the  Profit Profile, Override section, I don't know if it's os display issue, I'm using win7 x64. (if could add those on the mouse right click button pop menu will be great)

Please note.

thanks
Thanks for letting me know. I'm guessing that you run with font scaling or similar enabled in Windows? If you don't use 100%, maybe you could test if it works better on 100%?

I will make the UI area a bit larger to work around the issue.
newbie
Activity: 18
Merit: 0
Awesome Miner version 6.1.7

 GPU mining
  - The Managed Profit Switcher can be configured with a list of custom pools without having to define a pool group
 Mining software
  - BMiner 14.0
 Corrections
  - Corrected an issue related to updates of statistics on the Coins tab
  - Adjusted Gminer total hashrate to be calculated as a total of all GPU's to workaround rounding errors in the Gminer API for Grin mining

Have just tried the update, however, could not know how to add or edit the list of customer pools of the profiles, how to roll back.

Please help to check.
thanks
Hi,

Is it the Profit Profile specific custom pools you are referring to? They are configured in the Profit Profile, Override section, just like before. You can add, edit and remove pools from the list here.

Can you describe the exact steps where it's not working? Thanks!

If you do consider a downgrade - please backup the configuration file first, as downgrading isn't an officially supported scenario. More about backups:
https://support.awesomeminer.com/support/solutions/articles/35000098571-awesome-miner-configuration-file
Version 6.1.6 can be found here:
https://www.awesomeminer.com/download/v616/AwesomeMiner.msi

I could not find the add/edit/remove button on the  Profit Profile, Override section, I don't know if it's os display issue, I'm using win7 x64. (if could add those on the mouse right click button pop menu will be great)

Please note.

thanks
legendary
Activity: 3346
Merit: 1094
Awesome Miner version 6.1.7

 GPU mining
  - The Managed Profit Switcher can be configured with a list of custom pools without having to define a pool group
 Mining software
  - BMiner 14.0
 Corrections
  - Corrected an issue related to updates of statistics on the Coins tab
  - Adjusted Gminer total hashrate to be calculated as a total of all GPU's to workaround rounding errors in the Gminer API for Grin mining

Have just tried the update, however, could not know how to add or edit the list of customer pools of the profiles, how to roll back.

Please help to check.
thanks
Hi,

Is it the Profit Profile specific custom pools you are referring to? They are configured in the Profit Profile, Override section, just like before. You can add, edit and remove pools from the list here.

Can you describe the exact steps where it's not working? Thanks!

If you do consider a downgrade - please backup the configuration file first, as downgrading isn't an officially supported scenario. More about backups:
https://support.awesomeminer.com/support/solutions/articles/35000098571-awesome-miner-configuration-file
Version 6.1.6 can be found here:
https://www.awesomeminer.com/download/v616/AwesomeMiner.msi
newbie
Activity: 18
Merit: 0
Awesome Miner version 6.1.7

 GPU mining
  - The Managed Profit Switcher can be configured with a list of custom pools without having to define a pool group
 Mining software
  - BMiner 14.0
 Corrections
  - Corrected an issue related to updates of statistics on the Coins tab
  - Adjusted Gminer total hashrate to be calculated as a total of all GPU's to workaround rounding errors in the Gminer API for Grin mining

Have just tried the update, however, could not know how to add or edit the list of customer pools of the profiles, how to roll back.

Please help to check.
thanks
legendary
Activity: 3346
Merit: 1094
Awesome Miner version 6.1.7

 GPU mining
  - The Managed Profit Switcher can be configured with a list of custom pools without having to define a pool group
 Mining software
  - BMiner 14.0
 Corrections
  - Corrected an issue related to updates of statistics on the Coins tab
  - Adjusted Gminer total hashrate to be calculated as a total of all GPU's to workaround rounding errors in the Gminer API for Grin mining
newbie
Activity: 117
Merit: 0
lolminer does not correctly set the -d parameter even with the BUS ID enabled
I'm just about to make a new release available so I will put in a bit more logging related to the lolMiner device selection.

Are you running with AMD only or are there any nVidia devices in the system as well?
only Nvidia
OK. My understanding is that lolMiner uses OpenCL that is typically used for AMD mining and doesn't have any support for CUDA. However, in many cases you can still run OpenCL on nVidia which is why it works with lolMiner.

The setting to force CUDA to use PCI Bus ID is for that reason not applicable here.

Can you try it one more time once I release the new version, and then provide me with the log file from your miner? Especially the lines around "Device selection ordering" is of interest. Already today you will have these log lines, but in the next release it will print more OpenCL information as well.
I'll do whatever you say.
legendary
Activity: 3346
Merit: 1094
lolminer does not correctly set the -d parameter even with the BUS ID enabled
I'm just about to make a new release available so I will put in a bit more logging related to the lolMiner device selection.

Are you running with AMD only or are there any nVidia devices in the system as well?
only Nvidia
OK. My understanding is that lolMiner uses OpenCL that is typically used for AMD mining and doesn't have any support for CUDA. However, in many cases you can still run OpenCL on nVidia which is why it works with lolMiner.

The setting to force CUDA to use PCI Bus ID is for that reason not applicable here.

Can you try it one more time once I release the new version, and then provide me with the log file from your miner? Especially the lines around "Device selection ordering" is of interest. Already today you will have these log lines, but in the next release it will print more OpenCL information as well.
newbie
Activity: 117
Merit: 0
lolminer does not correctly set the -d parameter even with the BUS ID enabled
I'm just about to make a new release available so I will put in a bit more logging related to the lolMiner device selection.

Are you running with AMD only or are there any nVidia devices in the system as well?
only Nvidia
legendary
Activity: 3346
Merit: 1094
Anyone know how to make AM work with AMD cards?
I just scored a good deal on four RX 570 8G but sadly can't use them to mine Grin or Beam yet. Sad
Any help would be appreciated.
Awesome Miner doesn't support any mining software for these algorithms on AMD yet. The popular mining software that supports these algorithms are for nVidia.

There are some new AMD mining software like GrinGoldMiner and GrinPro and they are very similar. Awesome Miner will support one of them later on. Right now you need to manually launch your AMD Grin mining software using the Generic Miner concept in Awesome Miner:
https://support.awesomeminer.com/support/solutions/articles/35000086017-generic-miner-use-any-mining-software

LoL miner works just fine for BEAM (0.7 version for BEAM only)
Thanks, good point. The reason why the 0.7 alpha version isn't included by default is that it only supports this algorithm like you point out.
legendary
Activity: 3346
Merit: 1094
lolminer does not correctly set the -d parameter even with the BUS ID enabled
I'm just about to make a new release available so I will put in a bit more logging related to the lolMiner device selection.

Are you running with AMD only or are there any nVidia devices in the system as well?

member
Activity: 277
Merit: 23
Anyone know how to make AM work with AMD cards?
I just scored a good deal on four RX 570 8G but sadly can't use them to mine Grin or Beam yet. Sad
Any help would be appreciated.
Awesome Miner doesn't support any mining software for these algorithms on AMD yet. The popular mining software that supports these algorithms are for nVidia.

There are some new AMD mining software like GrinGoldMiner and GrinPro and they are very similar. Awesome Miner will support one of them later on. Right now you need to manually launch your AMD Grin mining software using the Generic Miner concept in Awesome Miner:
https://support.awesomeminer.com/support/solutions/articles/35000086017-generic-miner-use-any-mining-software

LoL miner works just fine for BEAM (0.7 version for BEAM only)
newbie
Activity: 117
Merit: 0
lolminer does not correctly set the -d parameter even with the BUS ID enabled
legendary
Activity: 3346
Merit: 1094
Anyone know how to make AM work with AMD cards?
I just scored a good deal on four RX 570 8G but sadly can't use them to mine Grin or Beam yet. Sad
Any help would be appreciated.
Awesome Miner doesn't support any mining software for these algorithms on AMD yet. The popular mining software that supports these algorithms are for nVidia.

There are some new AMD mining software like GrinGoldMiner and GrinPro and they are very similar. Awesome Miner will support one of them later on. Right now you need to manually launch your AMD Grin mining software using the Generic Miner concept in Awesome Miner:
https://support.awesomeminer.com/support/solutions/articles/35000086017-generic-miner-use-any-mining-software
legendary
Activity: 3346
Merit: 1094
Has anyone added GrinGoldMiner as User Defined Mining Software? If yes, what Compatibility Mode and Software did you used? Thanks in advance!
I've only had a quick look so far and it's not compatible with anything else. It can for that reason only be added as a Generic Miner where you need to specify everything yourself.

GrinGoldMiner also has a strange concept of asking the users questions to fill in a XML-file doesn't make it easier. You will have to generate the XML file manually before you point Awesome Miner to use this software.

Awesome Miner will get support for one of these AMD Grin miners in a not too distant future. GrinPro looks like the fastest right now.
legendary
Activity: 3346
Merit: 1094
how to set grin pool AND WORKER PARAMS ?
Is this for the grin-pool.org? According to their instructions you need to pass the unique worker name part in the Password field of the pool.
In Awesome Miner you can type [MinerWorker] in the password field to let Awesome Miner fill in this for you.
Jump to: