Bitcoin Forum
July 20, 2026, 12:56:06 PM *
News: Latest Bitcoin Core release: 31.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 [187] 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 ... 652 »
  Print  
Author Topic: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 200000 miners  (Read 706633 times)
puwaha
Sr. Member
****
Offline

Activity: 700
Merit: 294


View Profile
January 04, 2018, 10:13:36 PM
 #3721

I'm having an issue using a Nvidia Device Profile to set the DCRI value to 40. I think I've done everything needed but it's not applying the value from what I see when dual mining with Claymore. Please let me know if I am missing something?





Device Profiles are really only if you are using SGminer.  So, you don't need it.  But in your profit profile, you can add the DCRI value in the command line parameters, or preferably, I would put it in the secondary pool's command line parameters, so that it only applies when you are mining dual coins with claymore.

By the way... it seems you have nvidia GPUs... they are not very good at dual mining with ethereum, or even that good at mining with ethereum at all.  There are much more profitable algorithms that nvidia do much better like equihash, neoscrypt, xevan, lyra2z, nist5 and more.

I should have clarified this is with Managed Profit Miners that have been fully benchmarked and had their profit profiles customized accordingly. AM has been switching to Eth/Sia dual mining multiple times on my 2 Nvidia rigs over the last couple of days from its standard Equihash/Neoscrypt/Skein algos based on the profitability bouncing. With a Managed Profit Miner where do I adjust the dcri value since Pools don't appear to apply to MP miners? I could add it to the Command Line params but as you said that would apply even when it switches to Ethereum solo mining which it has done a couple times as well.

Do you really want your nvidia cards mining Eth or dual mining Eth/Sia?  I can't see how that would ever be profitable compared to the dozens of other algorithms that nvidia cards are better at.  You might just want to disable those algos so they don't switch to it.  Are you sure you benchmarked your cards correctly?  What kind of rigs are you running?

tlmoscow
Full Member
***
Offline

Activity: 124
Merit: 100


View Profile
January 04, 2018, 10:17:04 PM
 #3722

Guys, is there some way to integrate MQTT devices in AM? We have some MQTT powered SONOFF POW switches for power control and rigs monitoring, it would be great if we have power consumption information in progress list and a buttons  "Power on"/"Power off"

There's no native support for MQTT, but you could construct some interface for AM to use.  When it comes to rules actions, you have a few options like a custom C# action, email, SMS, telegram, executable, SSH, or webhook.  You might be able to piece something together from an If This Then That website with the webhook option.
I see it's possible to use webhooks with device with JSON API enabled, but this is for monitoring. How can i make a button, or an option in rightmouseclick menu for power off/on device via remote relay? Is it possible?
puwaha
Sr. Member
****
Offline

Activity: 700
Merit: 294


View Profile
January 04, 2018, 10:20:47 PM
 #3723

Hi All

New to mining and been using Awesome Miner for nearly a week and I really like it. I have it set for profit switching against Zpool and MPH so at times I see it switching between the two pools every half hour. Is this the best way to set up Awesome miner for profit switching? I don't want to cause any problems for the pools or other miners, is it better to just stick with one?

It's fine.  You should do some experiments to see what switching interval works well for you, or if just mining a single coin is better.  There are many schools of thought on this subject, and I've shared mine several times in this thread, so I won't bore anyone with it again.  Smiley


Quote
Also, the software has been stable until today when I added a 5th GPU where I have now had "interface offline" messages a couple of times. I stopped and started the miner and it worked again is there anything in the software i need to be aware of or tweak for stability? The rig has all GTX1060 6GB's, overclocking is applied through Afterburner.

Many thanks

Interface offline just means that the remote agent hasn't responded in the last polling interval.  It's usually temporary.  Could be that your CPU on the rig was taxed.
puwaha
Sr. Member
****
Offline

Activity: 700
Merit: 294


View Profile
January 04, 2018, 10:22:31 PM
 #3724

Is there some reason why Ethminer is not included in AM? Or is it just not as good as Claymore for Ether?

Patrike can speak to the exact reasons, but Claymore is a popular miner for Ethash, and has a very good API for AM to get statistics from.  You could always try to add Ethminer in as a custom user-defined miner and see if it performs as well as Claymore.
puwaha
Sr. Member
****
Offline

Activity: 700
Merit: 294


View Profile
January 04, 2018, 10:29:51 PM
 #3725

Guys, is there some way to integrate MQTT devices in AM? We have some MQTT powered SONOFF POW switches for power control and rigs monitoring, it would be great if we have power consumption information in progress list and a buttons  "Power on"/"Power off"

There's no native support for MQTT, but you could construct some interface for AM to use.  When it comes to rules actions, you have a few options like a custom C# action, email, SMS, telegram, executable, SSH, or webhook.  You might be able to piece something together from an If This Then That website with the webhook option.
I see it's possible to use webhooks with device with JSON API enabled, but this is for monitoring. How can i make a button, or an option in rightmouseclick menu for power off/on device via remote relay? Is it possible?

I think the whole point of using something like AM is that it can automate some of these things for you.  You setup a rule with some trigger... like maybe a rig that hasn't increased it's Accepted rate in X minutes... so that would tend to mean that it's offline, then the action would be a webhook with some POST data to the IOT device that does some action.... like a power off and then power on?  Or if you have an executable file, you can have it run a batch script to run some program like:

devicesoftware.exe -poweroff -IP 192.168.0.X
TIMEOUT /t 5
devicesoftware.exe -poweron -IP 192.168.0.X

I'm just spit-balling some ideas here.

tlmoscow
Full Member
***
Offline

Activity: 124
Merit: 100


View Profile
January 04, 2018, 10:38:37 PM
 #3726

Guys, is there some way to integrate MQTT devices in AM? We have some MQTT powered SONOFF POW switches for power control and rigs monitoring, it would be great if we have power consumption information in progress list and a buttons  "Power on"/"Power off"

There's no native support for MQTT, but you could construct some interface for AM to use.  When it comes to rules actions, you have a few options like a custom C# action, email, SMS, telegram, executable, SSH, or webhook.  You might be able to piece something together from an If This Then That website with the webhook option.
I see it's possible to use webhooks with device with JSON API enabled, but this is for monitoring. How can i make a button, or an option in rightmouseclick menu for power off/on device via remote relay? Is it possible?

I think the whole point of using something like AM is that it can automate some of these things for you.  You setup a rule with some trigger... like maybe a rig that hasn't increased it's Accepted rate in X minutes... so that would tend to mean that it's offline, then the action would be a webhook with some POST data to the IOT device that does some action.... like a power off and then power on?  Or if you have an executable file, you can have it run a batch script to run some program like:

devicesoftware.exe -poweroff -IP 192.168.0.X
TIMEOUT /t 5
devicesoftware.exe -poweron -IP 192.168.0.X

I'm just spit-balling some ideas here.


Looks interesting! But  anyway we need some webhooks implementation in progress customization. I think it's great to have an ability to show some inbound JSON data from 3dparty applications in progress list. It can be power consumtion, for example or external temperature from additional sensors
evolart
Newbie
*
Offline

Activity: 26
Merit: 0


View Profile
January 05, 2018, 12:07:21 AM
 #3727

I'm having an issue using a Nvidia Device Profile to set the DCRI value to 40. I think I've done everything needed but it's not applying the value from what I see when dual mining with Claymore. Please let me know if I am missing something?

https://imgur.com/rhkMJWO

https://imgur.com/D6m9kPz

Device Profiles are really only if you are using SGminer.  So, you don't need it.  But in your profit profile, you can add the DCRI value in the command line parameters, or preferably, I would put it in the secondary pool's command line parameters, so that it only applies when you are mining dual coins with claymore.

By the way... it seems you have nvidia GPUs... they are not very good at dual mining with ethereum, or even that good at mining with ethereum at all.  There are much more profitable algorithms that nvidia do much better like equihash, neoscrypt, xevan, lyra2z, nist5 and more.

I should have clarified this is with Managed Profit Miners that have been fully benchmarked and had their profit profiles customized accordingly. AM has been switching to Eth/Sia dual mining multiple times on my 2 Nvidia rigs over the last couple of days from its standard Equihash/Neoscrypt/Skein algos based on the profitability bouncing. With a Managed Profit Miner where do I adjust the dcri value since Pools don't appear to apply to MP miners? I could add it to the Command Line params but as you said that would apply even when it switches to Ethereum solo mining which it has done a couple times as well.

Do you really want your nvidia cards mining Eth or dual mining Eth/Sia?  I can't see how that would ever be profitable compared to the dozens of other algorithms that nvidia cards are better at.  You might just want to disable those algos so they don't switch to it.  Are you sure you benchmarked your cards correctly?  What kind of rigs are you running?



I want them mining what is currently most profitable on MPH. Looking at the View Details > Profit Switching tab showed Eth (incld. Blake 2b) as most profitable when it was switched to it. 90% of the time they are doing Equihash / NeoScrypt / Skein from what I've seen over the last couple weeks. Ethereum surged in price recently though and took over during dips in the other algo coins which is why it became most profitable I assume?

Rigs are running 8x1070 GPUs and I'm not sure about your question about correctly benchmarking? It seems relatively straightforward. Tools > Benchmark > Precise benchmark with all Algorithm's selected. Is there something else I need to do?
moppidoo
Jr. Member
*
Offline

Activity: 348
Merit: 5


View Profile
January 05, 2018, 06:00:59 AM
 #3728

I'm having an issue using a Nvidia Device Profile to set the DCRI value to 40. I think I've done everything needed but it's not applying the value from what I see when dual mining with Claymore. Please let me know if I am missing something?





Device Profiles are really only if you are using SGminer.  So, you don't need it.  But in your profit profile, you can add the DCRI value in the command line parameters, or preferably, I would put it in the secondary pool's command line parameters, so that it only applies when you are mining dual coins with claymore.

By the way... it seems you have nvidia GPUs... they are not very good at dual mining with ethereum, or even that good at mining with ethereum at all.  There are much more profitable algorithms that nvidia do much better like equihash, neoscrypt, xevan, lyra2z, nist5 and more.

I should have clarified this is with Managed Profit Miners that have been fully benchmarked and had their profit profiles customized accordingly. AM has been switching to Eth/Sia dual mining multiple times on my 2 Nvidia rigs over the last couple of days from its standard Equihash/Neoscrypt/Skein algos based on the profitability bouncing. With a Managed Profit Miner where do I adjust the dcri value since Pools don't appear to apply to MP miners? I could add it to the Command Line params but as you said that would apply even when it switches to Ethereum solo mining which it has done a couple times as well.

Do you really want your nvidia cards mining Eth or dual mining Eth/Sia?  I can't see how that would ever be profitable compared to the dozens of other algorithms that nvidia cards are better at.  You might just want to disable those algos so they don't switch to it.  Are you sure you benchmarked your cards correctly?  What kind of rigs are you running?



I want them mining what is currently most profitable on MPH. Looking at the View Details > Profit Switching tab showed Eth (incld. Blake 2b) as most profitable when it was switched to it. 90% of the time they are doing Equihash / NeoScrypt / Skein from what I've seen over the last couple weeks. Ethereum surged in price recently though and took over during dips in the other algo coins which is why it became most profitable I assume?

Rigs are running 8x1070 GPUs and I'm not sure about your question about correctly benchmarking? It seems relatively straightforward. Tools > Benchmark > Precise benchmark with all Algorithm's selected. Is there something else I need to do?

It depends on how you gauge performance and what you want to do with the mined coins. All built in profit switching pools in AM allows you to get paid in several coins in general (except NiceHack), the way profit is calculated is to remove the speculation factor about potential future boom or crash of the coins' prices. They are gauged in how much FIAT/Hashrate or BTC/Hashrate after pulling data from the pool's api or WhatToMine. In your case, having simething like 1070 (which I don't have benchmark readily) probably yield you 30 / 300 MH/s dual Eth/Sia. Putting those figures into WhatToMine and with what MiningPoolHub's offered pools, you are still worse off than mining Equihash at 400 sol/s with current hashrate yield data. Even if you upped DCRI from 30 to 40, say 500MHS Sia and 27MHs Eth....or even 30 MHs Eth...you are still behind ZCL's current pay on MPH. Of course, you can look at other pools and mine accordingly...for example, ETP has best pay and it is using Ethhash thus in theory you can get better result still by dual mining...But MPH don't offer ETP.

Otherwise, assuming you have saved your benchmark results after benchmarking, then by looking at Online Services tab, you see Equihash has way higher $/day...NeoScrypt comes after and Skein (likely DGB that spikes every so often)...that's how AM uses the data returned by pool's API to determine profitabilty.

With AM, if you so want to mine dagger/sia, just disable other algos in the online services and force put in commandline DCRI value (one of them works, either in the miner's or profit profile's individual software CLI options) try fiddle with them and check the command being generated using RMB on the miners.

Or just let AM decide and mine the current most profitable coin (in coin/FIAT  or coin/BTC pairs) and auto exchange everything into Ethereum on MPH essentially same as selling  coins -> FIAT -> ETH

Other than that, like puwaha said, there are even more favourable algos if you say mining X17, Nist5..even Phi1612 currently returns much higher even than Equihash on MPH if you want to explore mining via other Online Services / Pools
puwaha
Sr. Member
****
Offline

Activity: 700
Merit: 294


View Profile
January 05, 2018, 06:32:10 AM
 #3729

I want them mining what is currently most profitable on MPH. Looking at the View Details > Profit Switching tab showed Eth (incld. Blake 2b) as most profitable when it was switched to it. 90% of the time they are doing Equihash / NeoScrypt / Skein from what I've seen over the last couple weeks. Ethereum surged in price recently though and took over during dips in the other algo coins which is why it became most profitable I assume?

Rigs are running 8x1070 GPUs and I'm not sure about your question about correctly benchmarking? It seems relatively straightforward. Tools > Benchmark > Precise benchmark with all Algorithm's selected. Is there something else I need to do?

That's odd.  What is your benched hashrate for Ethash vs. Equihash for those 1070s?  I just ran another benchmark for my 1070 rig and I have 21 Mh/s for Ethash, and 412 sols/s on Equihash.  Now, granted, I have my 1070 rig's power limit and underclock tuned for low-wattage Equihash, but there's no way those  numbers would make AM switch to Ethash.

soccerjt
Newbie
*
Offline

Activity: 2
Merit: 0


View Profile
January 05, 2018, 07:30:04 AM
 #3730

any way to add time to dstm miner i feel like im missing where to put --time
potison
Newbie
*
Offline

Activity: 15
Merit: 0


View Profile
January 05, 2018, 08:52:26 AM
 #3731

Is there a way to setup awesomeminer to exclude some coins from mining on pools with auto switch ? I have a rig with nvidia 1060 x3 and one 970 card, so 970 is kinda sucks with ETH and ETC mining, it gives only 7MH/s instead of 24MH/s but it's good with young ether forks. So now i have to completely disable ethereum algo from mining for this rig because if Ethereum is most profitable coin for now then my rig working on it only with 70MH/s instead of 90MH/s.

So how to disable 2 specific coins for that rig ?

soothaa
Hero Member
*****
Offline

Activity: 1151
Merit: 528



View Profile
January 05, 2018, 01:28:01 PM
 #3732

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)

Code:
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..

Want increased coin support within AwesomeMiner? Try my free plugin to add support for nearly any coin! https://bitcointalk.org/index.php?topic=2979494
Want Masternode income stats within AwesomeMiner? Try my free plugin to add support for them! https://bitcointalk.org/index.php?topic=3047367
robl450
Newbie
*
Offline

Activity: 126
Merit: 0


View Profile
January 05, 2018, 01:30:47 PM
 #3733

Does anyone know why ccminer alexis is showing Gpu0 invalid argument when ccminer 2.2.3 works fine for Nist5?  I'd rather use the alexis version as its much faster.  It works fine in multipool miner.
intacto1
Newbie
*
Offline

Activity: 7
Merit: 0


View Profile
January 05, 2018, 01:52:27 PM
 #3734

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.
soothaa
Hero Member
*****
Offline

Activity: 1151
Merit: 528



View Profile
January 05, 2018, 02:07:03 PM
 #3735

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.

Want increased coin support within AwesomeMiner? Try my free plugin to add support for nearly any coin! https://bitcointalk.org/index.php?topic=2979494
Want Masternode income stats within AwesomeMiner? Try my free plugin to add support for them! https://bitcointalk.org/index.php?topic=3047367
intacto1
Newbie
*
Offline

Activity: 7
Merit: 0


View Profile
January 05, 2018, 02:15:48 PM
 #3736

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.
soothaa
Hero Member
*****
Offline

Activity: 1151
Merit: 528



View Profile
January 05, 2018, 02:32:39 PM
 #3737

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.

Want increased coin support within AwesomeMiner? Try my free plugin to add support for nearly any coin! https://bitcointalk.org/index.php?topic=2979494
Want Masternode income stats within AwesomeMiner? Try my free plugin to add support for them! https://bitcointalk.org/index.php?topic=3047367
proteus7
Newbie
*
Offline

Activity: 106
Merit: 0


View Profile
January 05, 2018, 03:18:48 PM
 #3738

Yes, the version Awesomeminer downloads is broken. You need to get Alexis from elsewhere..best place I found is to extract from the bin directory on multipoolminer or Nemo, then just copy it back to awesomeminer (under %appdata%)

Does anyone know why ccminer alexis is showing Gpu0 invalid argument when ccminer 2.2.3 works fine for Nist5?  I'd rather use the alexis version as its much faster.  It works fine in multipool miner.
evolart
Newbie
*
Offline

Activity: 26
Merit: 0


View Profile
January 05, 2018, 03:32:36 PM
 #3739

I want them mining what is currently most profitable on MPH. Looking at the View Details > Profit Switching tab showed Eth (incld. Blake 2b) as most profitable when it was switched to it. 90% of the time they are doing Equihash / NeoScrypt / Skein from what I've seen over the last couple weeks. Ethereum surged in price recently though and took over during dips in the other algo coins which is why it became most profitable I assume?

Rigs are running 8x1070 GPUs and I'm not sure about your question about correctly benchmarking? It seems relatively straightforward. Tools > Benchmark > Precise benchmark with all Algorithm's selected. Is there something else I need to do?

That's odd.  What is your benched hashrate for Ethash vs. Equihash for those 1070s?  I just ran another benchmark for my 1070 rig and I have 21 Mh/s for Ethash, and 412 sols/s on Equihash.  Now, granted, I have my 1070 rig's power limit and underclock tuned for low-wattage Equihash, but there's no way those  numbers would make AM switch to Ethash.




Ethereum 31.55 Mh/s
Equihash 426 H/s

------

Afterburner:

Core Voltage +0
Power Limit 75%
Core Clock: +99
Memory Clock: +650
Fan Speed: Auto

https://imgur.com/AEyKO5D
evolart
Newbie
*
Offline

Activity: 26
Merit: 0


View Profile
January 05, 2018, 03:35:45 PM
 #3740

Is there a way to setup awesomeminer to exclude some coins from mining on pools with auto switch ? I have a rig with nvidia 1060 x3 and one 970 card, so 970 is kinda sucks with ETH and ETC mining, it gives only 7MH/s instead of 24MH/s but it's good with young ether forks. So now i have to completely disable ethereum algo from mining for this rig because if Ethereum is most profitable coin for now then my rig working on it only with 70MH/s instead of 90MH/s.

So how to disable 2 specific coins for that rig ?



You can disable entire algorithms (Ethhash for the two coins you mentioned). Right-click your rig, select Edit Profit Profile, uncheck Ethereum, click Ok.
Pages: « 1 ... 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 [187] 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 ... 652 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!