Author

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

legendary
Activity: 3346
Merit: 1094
For dev. i'm interested to buy new avalon 741.
Awesome miner support it??
Avalon 7 miners are supported. I've received reports from users that these miners works fine with Awesome Miner.
legendary
Activity: 3346
Merit: 1094
I would like to see Awesome Miner support the Ebit E9 miner. I recently picked 5 of these up and would like to be able to access them through Awesome Miner.
Awesome Miner supports all miners that's based on standard software like cgminer.
As toptek asked above, did you try to add them in Awesome Miner as External Miners?
legendary
Activity: 1932
Merit: 1042
https://locktrip.com/?refId=40964
I would like to see Awesome Miner support the Ebit E9 miner. I recently picked 5 of these up and would like to be able to access them through Awesome Miner.

but they are available back again ??
I had read that they were sold out.
Some a few lucky tester, can get some ebit9.
Where did you buy it???

thnak you...

For dev. i'm interested to buy new avalon 741.
Awesome miner support it??

thnak you
legendary
Activity: 1274
Merit: 1000
I would like to see Awesome Miner support the Ebit E9 miner. I recently picked 5 of these up and would like to be able to access them through Awesome Miner.

did you try Add new miners it should let you set it up as either a network external miner or external miner. It uses CGMIner if I'm not mistaken but uses bit fury chips but is based off the ant 5 by bit main or uses that kind of idea  ...If that fails try generic miner under managed miners it is very limited in what it can do but should let you see it ..
sr. member
Activity: 277
Merit: 250
I would like to see Awesome Miner support the Ebit E9 miner. I recently picked 5 of these up and would like to be able to access them through Awesome Miner.
legendary
Activity: 3346
Merit: 1094
Awesome Miner version 2.4.2:
- Improvements to the rule action for SSH, with an option to configure wait time between sending commands to multiple hosts
- Corrections to rule actions with many SSH connections
legendary
Activity: 3346
Merit: 1094
Awesome Miner verison 2.4.1 has been released:
- Added rule trigger for Ping timeout
- Display miner API response time on summary tab
- Claymore's Zcash Miner 12.4 and Claymore's Ethereum Miner 8.1
- Corrections to Managed Template implementation and connection stability

would it possible to get optiminer zec put into the list
it has a monitoring port that can be set at 3333 just like claymore
would be nice if this could be done!!!
keep up the good work! love this program
Have you verified if the API is identical? Can you try to add an External Miner that is pointing to this port, and specify the type as Claymore's Zcash Miner?

the api is different.
this is optiminer

Code:
{
   "iteration_rate" : {
      "GPU0" : {
         "3600s" : 135.39444444444445,
         "5s" : 136,
         "60s" : 135.75
      },
      "GPU1" : {
         "3600s" : 138.97222222222223,
         "5s" : 138,
         "60s" : 138.91666666666666
      },
      "GPU2" : {
         "3600s" : 140.15416666666667,
         "5s" : 140,
         "60s" : 139.91666666666666
      },
      "GPU3" : {
         "3600s" : 139.47083333333333,
         "5s" : 140,
         "60s" : 139.5
      },
      "GPU4" : {
         "3600s" : 139.31666666666666,
         "5s" : 138,
         "60s" : 139.33333333333334
      },
      "Total" : {
         "3600s" : 693.30972222222226,
         "5s" : 695,
         "60s" : 693.25
      }
   },
   "os" : "linux",
   "share" : {
      "accepted" : 11591,
      "rejected" : 29
   },
   "solution_rate" : {
      "GPU0" : {
         "3600s" : 254.52416666666667,
         "5s" : 258.39999999999998,
         "60s" : 256.81666666666666
      },
      "GPU1" : {
         "3600s" : 260.54722222222222,
         "5s" : 265.19999999999999,
         "60s" : 263.78333333333336
      },
      "GPU2" : {
         "3600s" : 263.30333333333334,
         "5s" : 278.80000000000001,
         "60s" : 264.5
      },
      "GPU3" : {
         "3600s" : 261.95833333333331,
         "5s" : 274.60000000000002,
         "60s" : 265.36666666666667
      },
      "GPU4" : {
         "3600s" : 260.98305555555555,
         "5s" : 260,
         "60s" : 260.31666666666666
      },
      "Total" : {
         "3600s" : 1301.3116666666667,
         "5s" : 1344.2,
         "60s" : 1310.1666666666667
      }
   },
   "stratum" : {
      "connected" : true,
      "connection_failures" : 0,
      "host" : "equihash.usa.nicehash.com",
      "port" : 3357,
      "target" : "0007878787800000000000000000000000000000000000000000000000000000"
   },
   "uptime" : 78002,
   "version" : "1.7.0"
}

this is claymore

Code:
{"result": ["8.1 - ETH", "2353", "128510;7550;3", "26062;26119;25445;25478;25404", "0;0;0", "off;off;off;off;off", "66;40;66;40;69;47;69;47;68;55", "daggerhashimoto.usa.nicehash.com:3353", "1707;0;0;0"]}

im tried what you asked and have no luck
its no big deal if it isnt possible
Thanks for providing the information. The only similarity with the Claymore API was that port 3333 was used. Otherwise it's a different API format that currently isn't supported by Awesome Miner.

If it turns out that optiminer is popular, this might get supported in the future.
hero member
Activity: 672
Merit: 500
Awesome Miner verison 2.4.1 has been released:
- Added rule trigger for Ping timeout
- Display miner API response time on summary tab
- Claymore's Zcash Miner 12.4 and Claymore's Ethereum Miner 8.1
- Corrections to Managed Template implementation and connection stability

would it possible to get optiminer zec put into the list
it has a monitoring port that can be set at 3333 just like claymore
would be nice if this could be done!!!
keep up the good work! love this program
Have you verified if the API is identical? Can you try to add an External Miner that is pointing to this port, and specify the type as Claymore's Zcash Miner?

the api is different.
this is optiminer

Code:
{
   "iteration_rate" : {
      "GPU0" : {
         "3600s" : 135.39444444444445,
         "5s" : 136,
         "60s" : 135.75
      },
      "GPU1" : {
         "3600s" : 138.97222222222223,
         "5s" : 138,
         "60s" : 138.91666666666666
      },
      "GPU2" : {
         "3600s" : 140.15416666666667,
         "5s" : 140,
         "60s" : 139.91666666666666
      },
      "GPU3" : {
         "3600s" : 139.47083333333333,
         "5s" : 140,
         "60s" : 139.5
      },
      "GPU4" : {
         "3600s" : 139.31666666666666,
         "5s" : 138,
         "60s" : 139.33333333333334
      },
      "Total" : {
         "3600s" : 693.30972222222226,
         "5s" : 695,
         "60s" : 693.25
      }
   },
   "os" : "linux",
   "share" : {
      "accepted" : 11591,
      "rejected" : 29
   },
   "solution_rate" : {
      "GPU0" : {
         "3600s" : 254.52416666666667,
         "5s" : 258.39999999999998,
         "60s" : 256.81666666666666
      },
      "GPU1" : {
         "3600s" : 260.54722222222222,
         "5s" : 265.19999999999999,
         "60s" : 263.78333333333336
      },
      "GPU2" : {
         "3600s" : 263.30333333333334,
         "5s" : 278.80000000000001,
         "60s" : 264.5
      },
      "GPU3" : {
         "3600s" : 261.95833333333331,
         "5s" : 274.60000000000002,
         "60s" : 265.36666666666667
      },
      "GPU4" : {
         "3600s" : 260.98305555555555,
         "5s" : 260,
         "60s" : 260.31666666666666
      },
      "Total" : {
         "3600s" : 1301.3116666666667,
         "5s" : 1344.2,
         "60s" : 1310.1666666666667
      }
   },
   "stratum" : {
      "connected" : true,
      "connection_failures" : 0,
      "host" : "equihash.usa.nicehash.com",
      "port" : 3357,
      "target" : "0007878787800000000000000000000000000000000000000000000000000000"
   },
   "uptime" : 78002,
   "version" : "1.7.0"
}

this is claymore

Code:
{"result": ["8.1 - ETH", "2353", "128510;7550;3", "26062;26119;25445;25478;25404", "0;0;0", "off;off;off;off;off", "66;40;66;40;69;47;69;47;68;55", "daggerhashimoto.usa.nicehash.com:3353", "1707;0;0;0"]}

im tried what you asked and have no luck
its no big deal if it isnt possible
legendary
Activity: 3346
Merit: 1094
Awesome Miner verison 2.4.1 has been released:
- Added rule trigger for Ping timeout
- Display miner API response time on summary tab
- Claymore's Zcash Miner 12.4 and Claymore's Ethereum Miner 8.1
- Corrections to Managed Template implementation and connection stability

would it possible to get optiminer zec put into the list
it has a monitoring port that can be set at 3333 just like claymore
would be nice if this could be done!!!
keep up the good work! love this program
Have you verified if the API is identical? Can you try to add an External Miner that is pointing to this port, and specify the type as Claymore's Zcash Miner?
hero member
Activity: 672
Merit: 500
Awesome Miner verison 2.4.1 has been released:
- Added rule trigger for Ping timeout
- Display miner API response time on summary tab
- Claymore's Zcash Miner 12.4 and Claymore's Ethereum Miner 8.1
- Corrections to Managed Template implementation and connection stability

would it possible to get optiminer zec put into the list
it has a monitoring port that can be set at 3333 just like claymore
would be nice if this could be done!!!
keep up the good work! love this program
legendary
Activity: 3346
Merit: 1094
Thanks for the reply.
I know the ip address, however the program doesn't seem to find them.
It shows them as offline
Do you know if the API is enabled on the devices, to allow external applications like Awesome Miner to connect?
It looks like there are some steps required according to this thread: https://bitcointalksearch.org/topic/m.9083903
newbie
Activity: 47
Merit: 0
Thanks for the reply.
I know the ip address, however the program doesn't seem to find them.
It shows them as offline
legendary
Activity: 3346
Merit: 1094
Hello,
is there a guide or could anyone help me to add spoondolies miners to awesome miner?
Thanks
Hi,
If it's only a one or very few of them and you already know their IP addresses, you can use the Add Miner Wizard according to this guide to add them:
http://www.awesomeminer.com/help/externalwizard.aspx

If there are many, I recommend the same Wizard, but instead selecting "External Miner - Network Scan", where Awesome Miner will try to find all the miners on the network and add them.
newbie
Activity: 47
Merit: 0
Hello,
is there a guide or could anyone help me to add spoondolies miners to awesome miner?
Thanks
legendary
Activity: 1274
Merit: 1000
Is there a way to use awesome miner with ethos ethminer? Do I need to enable api?


you have to use AM as a monitor and use any of the miners ethOS offers but that miner has to offer some kind of API access and set up AM as a network miner, i use Ethos and monitor two rigs using CM 12.4 as the miner . I don't think you can set up a managed miner in Linux with AM it only runs with windows in remote or as the main controller, you may be able to run it in Linux with boot camp, i think it's called can't say,I  never used that and don't care to .....I only use Ethos because it is more stable then windows and not because of AM ..


The same thing should work if your are using the free version of  ethos  the miner has to allow some form of API access or it won't work or use the Generic miner way in AM if it doesn't  but that doesn't  do much but let you see what the miner is doing with  AM ... if that's all you need you set  that up with managed miner but it is very very limited in what it does but you can see the miner or GPUs .I'M not sure if that works with Linux only tried it with windows..
hero member
Activity: 770
Merit: 523
Is there a way to use awesome miner with ethos ethminer? Do I need to enable api?
legendary
Activity: 1274
Merit: 1000
Awesome Miner verison 2.4.1 has been released:
- Added rule trigger for Ping timeout
- Display miner API response time on summary tab
- Claymore's Zcash Miner 12.4 and Claymore's Ethereum Miner 8.1
- Corrections to Managed Template implementation and connection stability

so far so good ::: i didn't even know there was a 12.4 cm out yet, i hadn't looked, it down loaded over to the remote PC, everything seems good now .

Thanks again i still plan to max out my copy of AM, taking care of some others things first ... any issues, i will let you know in a email as requested.
legendary
Activity: 3346
Merit: 1094
Awesome Miner verison 2.4.1 has been released:
- Added rule trigger for Ping timeout
- Display miner API response time on summary tab
- Claymore's Zcash Miner 12.4 and Claymore's Ethereum Miner 8.1
- Corrections to Managed Template implementation and connection stability
legendary
Activity: 3346
Merit: 1094
patrike  did you get my logs just making sure ... I'm  still having some issue using 2.3 on a remote PC while using 2.4 on the main PC  or even using 2.4 on the main rig with 2.4 remote but was fine using 2.3.1 on all rigs ...I would go back to 2.3.1 on all Rigs but i only saved the remote version for 2.3.1 ...
Please upgrade to version 2.4.1 and let's continue the discussion about the log files by mail.
legendary
Activity: 3346
Merit: 1094
if i setup to watch on external miners working on Claymore Dual miner, how i can setup to see day and month profit on Dashboard ?

in miner settings i chose Dual miner
What kind of pool/coin is it?
Pools is coinotron for ETH + coinmine.pl for DCR
You need to define a coin (specifying Ethereum) for the pool in Awesome Miner. If you select a miner, and then look at the Pools tab, you should be able to define a Coin for the pool. If the pool isn't defined in Awesome Miner, you may have to import it first.
Jump to: