Bitcoin Forum
May 21, 2024, 12:26:21 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 »
4281  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: August 24, 2016, 08:35:22 PM
You can see the api info here:

http://www.zpool.ca/site/api

And the actual API json is outputted here:

http://www.zpool.ca/api/status

Not sure if the format/content is what's needed but there you have it Smiley

Cheers!

To make it a little more appealing, maybe, zpool uses the standard YiiMP Pool API.
So by doing it once you will gain any pool using the standard YiiMP API.
I am using the same API with multiple pools from a .net app.  Works peachily.

Thanks for providing this input. I will implement support for this in Awesome Miner.
4282  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: August 24, 2016, 05:23:32 PM
I would be interested in testing a development version that has fan control in addition to frequency control.

That would be handy in summer months to change settings at night when my ambient temps are lower.

You can try the feature in the development version 1.7.8. You can enable download of development versions in Options -> "Check for development versions". Then you close the Options dialog and go to Menu -> "Check for updates".

You will find the Antminer Fan settings next to the existing Antminer frequency settings (In toolbar: Tools -> Antminer).

I'm still not sure if the Fan feature actually is working on all Antminers. If you experience any problems, set the fan speed back to Default, and Awesome Miner will revert all changes.
I did have one user that couldn't get this feature to work, but I don't have all details on that case yet.
Please share any findings on this.
4283  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: August 23, 2016, 09:15:34 PM
there is an API reference to scripting and manage Ant miner S9??
thanx
Not at the moment. Do you want to develop your own external application and connect to a REST API provided by Awesome Miner?
Awesome Miner also has a built in C# scripting feature, but this is not what you are looking for I assume?

This is something I've had plans for, so is there is an interest in providing this, it could be added.

just to know...
Awesome Miner built in C# scripting feature,
can read a txt file from a folder in my intranet,
elab it...
and then modify frequency of my miners??
The C# scripting feature don't have access to the Antminer Frequency command in the current version. However, I just added support for it, so in next version (that will be available quite soon) you will be able to write scripts like the following:

Code:
IMinerBase miner = Context.Miner.GetByName("Antminer S9 #1");
Context.Miner.AntminerSetFrequency(miner, "root", "admin", 675);

You can of course access all C#/.NET features like reading from file in these scripts, so the value "675" in the example could be read from a file.

I will also update the documentation for the C# scripting API when the new version is available (not yet):
http://www.awesomeminer.com/help/script.aspx
4284  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: August 23, 2016, 06:55:43 PM
there is an API reference to scripting and manage Ant miner S9??
thanx
Not at the moment. Do you want to develop your own external application and connect to a REST API provided by Awesome Miner?
Awesome Miner also has a built in C# scripting feature, but this is not what you are looking for I assume?

This is something I've had plans for, so is there is an interest in providing this, it could be added.
4285  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: August 21, 2016, 08:03:34 PM
I'm curious if anyone has ran across the following when GPU mining with RX 480's with Awesome Miner:

All of my R9 Fury rigs and R9 380 rigs have no problem displaying the GPU temps, hash rate, etc...  You will notice in the following image link that I have Rig #17 highlighted in grey up top and in the window at the bottom you see each GPU with their Fan speed percentage, Temperature, etc... Which see:

[Screen Shot 2016-08-21 at 7.08.58 AM (3).png](https://postimg.org/image/5ntc1y0o3/)

In this next screen shot, you will see I have Rig #14 high lighted.  Yet, it does not display the temperature of Rig #14 in the top window like the other Rigs and it does not display the GPU's in the bottom window with their fan speed, hash rate, temperature, etc... Which see:

[Screen Shot 2016-08-21 at 7.20.56 AM (3).png](https://postimg.org/image/tkcpgb9lx/)

Rig 14 is a rig made up of 6 x RX 480's.  I have two more rigs of RX 480's I'm in the process of putting together.  I'm just wondering if there is something I'm doing wrong that is keeping the temps from posting in Awesome miner as well as keeping the GPU's from being listed in Awesome miner?

Any help would be appreciated.
I would like to see what Claymore's Etheruem miner is reporting over the API on Rig 14 compared to one of the other. Could you please generate an API report for Rig 14 and Rig 1 for example? You find this feature in the toolbar: Tools -> API Report. Please send the information via PM or by e-mail to info[at]awesomeminer.com
Thanks!
4286  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: August 21, 2016, 07:58:56 PM
Agreed.  My thoughts on it are simply this.  If you're going to have a program that is dedicated to mining, then you should have the option to mine anything with whatever is at your disposal.  Asic, GPU, CPU, FPGA, etc...  To see that show up in Awesome Miner would be all the conviction I'd need to make a purchase.  As it is, I'm using Miner Control for CPU / GPU mining and while it does a great job, I'd much rather centralize it all in a single App.  If Awesome Miner does this, then that's the goto app for me.  Smiley
First about your initial question about Zpool. It should work with Awesome Miner. On their web site I can see the following instructions:
stratum+tcp://<algo>.mine.zpool.ca:<PORT> -u <WALLET_ADDRESS> [-p <OPTIONS>]

In Awesome Miner this should be added as a Pool with the following settings, where I will use X11 algorithm as an example:
Server URL: stratum+tcp://x11.mine.zpool.ca:3533
Worker name: (your bitcoin wallet address)

Auto profit switching is not supported for Zpool. I couldn't find an API on their web site, which would be required in order for Awesome Miner to support it.

To answer your question about ASIC / GPU and so on. Awesome Miner doesn't care too much about this as long as you use it together with a Cgminer style miner API (or Sgminer, Claymore's Ethereum, ccMiner). You can for sure connect to many different systems and get a good overview of the mining from a single user interface.

Please try the free version of Awesome Miner to see if it works well for the features you are looking for.

Alright, so at the risk of seeming a bit dense, say I wanted to mine yescrypt on Zpool using CPU.  How would I go about setting that part up?
I have ASIC's running there and it does well so I got that part figured out and I'm fairly certain I can get the GPU portion of it working but the CPU has me stumped.

Hi,
I've actually never tried CPU mining with Awesome Miner. Which CPU mining software are you using? Some of them have cgminer like API's that can be enabled that Awesome Miner can connect to.
4287  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: August 19, 2016, 09:39:57 PM
Agreed.  My thoughts on it are simply this.  If you're going to have a program that is dedicated to mining, then you should have the option to mine anything with whatever is at your disposal.  Asic, GPU, CPU, FPGA, etc...  To see that show up in Awesome Miner would be all the conviction I'd need to make a purchase.  As it is, I'm using Miner Control for CPU / GPU mining and while it does a great job, I'd much rather centralize it all in a single App.  If Awesome Miner does this, then that's the goto app for me.  Smiley
First about your initial question about Zpool. It should work with Awesome Miner. On their web site I can see the following instructions:
stratum+tcp://<algo>.mine.zpool.ca:<PORT> -u <WALLET_ADDRESS> [-p <OPTIONS>]

In Awesome Miner this should be added as a Pool with the following settings, where I will use X11 algorithm as an example:
Server URL: stratum+tcp://x11.mine.zpool.ca:3533
Worker name: (your bitcoin wallet address)

Auto profit switching is not supported for Zpool. I couldn't find an API on their web site, which would be required in order for Awesome Miner to support it.

To answer your question about ASIC / GPU and so on. Awesome Miner doesn't care too much about this as long as you use it together with a Cgminer style miner API (or Sgminer, Claymore's Ethereum, ccMiner). You can for sure connect to many different systems and get a good overview of the mining from a single user interface.

Please try the free version of Awesome Miner to see if it works well for the features you are looking for.
4288  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: August 19, 2016, 09:19:54 PM
Well that post seems highly suspicious Roll Eyes
I agree, so I reported that post to a moderator and it has been removed now.
I don't recommend anyone to download Awesome Miner from strange web sites. It probably contains all sorts of virus and ransom-ware.

Please make sure that you only download Awesome Miner from the official web site.
4289  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: August 17, 2016, 08:18:11 PM
@ patrike
you might have even more subs coming the Avalon 7 may release next month right now it's guessing but one is coming  they put up new software support for it a few days ago an it run off of orange PI's which run better then rasp berry and are a lot cheaper to buy depending on which one.

enjoy i guess .

https://bitcointalk.org/index.php?topic=1502116.0

http://build.canaan-creative.com:8080/~buildbot/avalon7/20160817/orangepi-2/

https://twitter.com/canaanio  they keep saying watch twitter it will be posted there first .!!!

I'm not a big fan of bitmain any more !!!
Thanks for your comments on this. Hopefully they will run a standard compliant Cgminer API that will just work out of the box with Awesome Miner.
If anyone get access to this miner, please give it a try with Awesome Miner and send me an API report if there are any issues. Thanks!
4290  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: August 17, 2016, 08:15:28 PM
it'll work just like freq adjustment but miner will have to go thru a soft reboot.

will this feature be available for dev version or still have to pay ?

sob sob no budget Sad

for the older version fw of s7, it's just like the s9's, will change to restricted after a reboot n will have to overwrite again unless during boot time it's been over writen to give access to all privilleges Wink


If I manage to get the fan speed feature to work, it will be verify similar to the frequency feature and will probably be in the same dialog. I will also require the Professional Edition.

These changes requires a restart of the cgminer/bmminer process on the miner for the changes to take effect, but it's not a complete reboot of the entire miner. You will get a 30 second interruption in the mining progress, but if you do it only a few times per day, it no big deal.

I have two ideas on the fact that miners revert back to Restricted mode.
1) I'm working on a feature where Awesome Miner automatically will detect Antminer S7 and S9 in Restricted mode and automatically configure them for Privileged mode. It doesn't matter if you reboot the miners, restore firmware or simply buy and connect new miners - as soon as Awesome Miner see that they run in Restricted mode, they will be automatically set to Privileged mode.
2) I think some Antminer versions have a firmware default configuration file. It could be an option to investigate if Awesome Miner can work on that one as well, so a simple reboot doesn't revert backt o Restricted mode. I'm not sure if I want Awesome Miner to interact with this part of the Antminer.
4291  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: August 17, 2016, 04:47:04 AM
Can the fan speed  of my antminer s7 be put on a schedule?
I bought this program so the fan speed and frequency could be on a timer
Hi,
There is a guide on the web site how to setup scheduling of Antminer frequency changes:
http://www.awesomeminer.com/help/antmineroperations.aspx

Changing fan speed is currently not supported, but could possibly be added if there are any interest for it.
How is the S7 reacting to a lower frequency - will it automatically lower the fan speed because of the lower heat?

Changing the frequency is no problem - I have the miner at my work and want it to be quiet during the day so I need to turn down the frequency to get cooler temps at low fan speed.
The fan is not automatic, so nothing will change at lower/higher frequency.

The reason I purchased this program was for these two reasons.

Maybe there is another way to control fan other than creating a new program?
I do not know much about SSH/API but I have been looking hard for a way to do it.

Thanks,
I think I have an idea how to implement fan speed control in Awesome Miner as well, without too much effort. I'm not sure which versions of Antminer it will actually work on, but please let me know if you would be interested in trying a development version of the feature within a week.
4292  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: August 16, 2016, 04:09:43 PM
Can the fan speed  of my antminer s7 be put on a schedule?
I bought this program so the fan speed and frequency could be on a timer
Hi,
There is a guide on the web site how to setup scheduling of Antminer frequency changes:
http://www.awesomeminer.com/help/antmineroperations.aspx

Changing fan speed is currently not supported, but could possibly be added if there are any interest for it.
How is the S7 reacting to a lower frequency - will it automatically lower the fan speed because of the lower heat?
4293  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: August 15, 2016, 07:15:50 PM
Second, in the Customize Progress Field / Define Custom Expressions (list), I have - "Best Share: " + status.BestShare - in line #2. I know this is pretty trivial, but is there any way to add commas to this (and other fields perhaps) to make the numbers easier to read?

Rather than 6745637465317, it would be easier to read 6,745,637,465,317.
Hi,
Thanks for all feedback. For this specific request, you can try the following expression:

Code:
"Best Share: " + System.String.Format("{0:n0}", status.BestShare)
4294  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: August 10, 2016, 09:24:08 PM
Future versions of Awesome Miner - please leave feedback

I receive many good feature suggestions from users of Awesome Miner. I take note of all feature requests and the most popular and realistic requests are implemented first. Features that can be used by many users are of course prioritized.

There are four large concepts that I would like to receive feedback on. Would you use any of these features if they are introduced in future versions of Awesome Miner? Which one is most important?

Feature #1 - Public cloud service for monitoring

Today
Today Awesome Miner has a built in web interface that can be used for monitoring and perform the most common operations. The web engine is running inside Awesome Miner, and can be accessed from any computer / tablet / phone on the local network. However, in order to access it outside the local network, you need to configure your firewall for port forwarding.



Future?
Awesome Miner could push all statistics to a public cloud service, providing a web interface that can be accessed from any Internet connected device (computer / tablet / phone). Of course you need to enter you username and password in order to get access to the information.

Optionally, this could also be enabled:
- Allow certain operations to be performed from the public web (like switching between the predefined pools, change pool priority, reboot, ...)
- Allow you to create guest accounts for your mining friends, and give them a monitoring view of only a selected group of miner

A cloud service like this would not be for free, and could for example require you to have one of the following: 1) A yearly subscription or 2) Enterprice Edition or above.

The cloud web is not a replacement for the existing Awesome Miner application, it's just an addon like the current built-in web is. The amount of features will initially be mainly about monitoring, and not for configuring the system.

I've started a proof-of-concept implementation of this a year ago, but the development was put on hold as it will require a significant effort to complete, and I would like to know how many that would actually use a feature like this. I've seen a few "cloud based mining monitoring" projects being introduced in the past, but they have closed down after a while.



Feature #2 - Multiple users and improved management
Any user with access to your computer and Windows account can play around with Awesome Miner. To make it work better in multi user environment, the following could be implemented:
- Require password to open the Main window and Options dialog of Awesome Miner
- Make it possible to define multiple user accounts for the built-in web. Give access to only specific operations or miners for those user accounts
- Maybe support for connecting the Awesome Miner UI to Awesome Miner on another system to manage it

Feature #3 - Linux support for Managed miners
There are no plans to run the entire Awesome Miner UI on Linux and it's important to point out that Awesome Miner can already today connect to the API of Linux based miners using the External Miner feature.

The new feature would instead be to develop a Linux based version of the Remote Agent used for Managed miners. This would give Awesome Miner full control of the mining, and provide features like start mining, stop mining and process monitoring.

Feature #4 - "App Store" concept: Share pool settings, rules and scripts
Awesome Miner also have the feature to import and export entities like pools, rules and scripts. To take this to the next level, an "App Store" concept could be introduced where users can upload pool settings and scripts to a public service, and all other users of Awesome Miner could browse, read the description and install these entities on their system. A user could then for example import the Bitcoin pool BTCC and only have to enter a worker name.

The main concern here is security. For pools it would probably be fine, but importing scripts from someone else is not good from security point of view. Then a review concept would be required first.

Because of the security concern, this feature may not be realtistic - but hopefully it can trigger some other innovative ideas for future development.



Please let me know your comments on the above, and also let me know if there are any other areas where you think Awesome Miner could expand.
4295  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: August 07, 2016, 07:21:05 PM
replied to patrike here :

https://bitcointalk.org/index.php?topic=1550796.msg15833332#msg15833332

after S9 reboots, it's restricted again, have to re-enable/reflash/mod.
I've just implemented a feature in Awesome Miner that can fix the API privileges automatically. Awesome Miner will be able to detect S7 and S9 miners in Restricted API mode, and simply reconfigure them over SSH to Privileged API mode. It will look like pure magic in action. You will be able to reboot, reflash, reset configuration, add new miners and Awesome Miner will sort it out.

This feature will of course not be enabled by default, but it will be possible to configure this behavior in the Options dialog.
4296  Bitcoin / Mining software (miners) / Re: Best software to manage mining farm on: August 05, 2016, 10:07:38 PM
Please can anybody tell me the best software to manage a bitcoin mining farm?

I need it for my new bitcoin mining farm setup

Thanks
Hi,

Awesome Miner (web site, forum thread) is of course my recommendation. It can manage and monitor a large number of miners.

Will it be a large amount of Antminers?

it is for my own private biz the will be (100 Antminers)
Thanks for the information.
In addition to all general monitoring and management features, Awesome Miner can also setup privileged API access for all your Bitmain Antminer ASIC's at once. Awesome Miner also provides other Antminer specific features like set and schedule frequency changes, display of both Antminer PCB temperature and chip temperature, plus customizable rules that can be triggered based on these temperatures. You will find more details on the web site.
4297  Bitcoin / Mining software (miners) / Re: Best software to manage mining farm on: August 05, 2016, 09:57:07 PM
Please can anybody tell me the best software to manage a bitcoin mining farm?

I need it for my new bitcoin mining farm setup

Thanks
Hi,

Awesome Miner (web site, forum thread) is of course my recommendation. It can manage and monitor a large number of miners.

Will it be a large amount of Antminers?
4298  Bitcoin / Hardware / Re: Antminer S7/S9 scheduled clock speed adjust on: August 05, 2016, 09:40:40 PM
I believe that you can also set up a cron job by ssh that runs a script to run the miner as needed each time of the day.
I have personally done it with Spondoolies SP30 with little effort.
Just so ya know -- some s7's and all s9's operate in a restricted (vs Privilaged) API/SSH access mode... All operating data can be read but not all can be changed & saved outside of using Bitmain's GUI.

My s7 b18 is one of them. M's Miner Monitor simply does not see it and I believe one from an earlier batch is the same. It also has never seen the s9's and since that program has been abandoned, that leaves Awesome Miner Monitor.

Finally pointed Awesome at the s7 batch 18, yep. It sees it and reports it as restricted access.

Gotta change that and the website for Awesome has some info on it http://www.awesomeminer.com/help/minerapi.aspx
but.....
a) does the privilege hack work for the s9?
b) what 'ux is Bitmain using? What editor is in it? What are the edit commands...
c) What is the file to be changed and where is it located?
If you first make sure you run the absolutely latest version of Awesome Miner, currently v1.7.6 (download page), you can actually use the Awesome Miner software to do this.

Simply follow these instructions to let Awesome Miner configure the Privileged API access for all your Antminer's:
http://www.awesomeminer.com/help/antminerapi.aspx

It's a very boring and time consuming task to manually configure this over SSH on all your miners. Awesome Miner can setup this for you on all Antminer's at once.

4299  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: August 05, 2016, 08:12:56 PM
HI,
I've got the professional version. Right now it is at version 1.7.4. I have tried 4 or 5 times to get it to update to 1.7.5. It goes through the motions, but always comes back with the old version. Any suggestions? Thanks!! Smiley

I tried to update on 2 different laptops.

*** Never mind, it finally updated. (I should add I have only been able to get it to update on one laptop.) Still trying to get it to work.
If an application isn't installing/upgrading properly, it's often a good idea to first make sure to uninstall it (if already installed) from Control Panel -> Programs and Features. Next step is to reboot the computer. Then you can try to make a fresh installation again.

In 99% of the cases all installers works fine the first time without any reboots or problems. However, every once in a while, especially when there are pending Windows Update installations that are waiting for the next reboot, Windows can prevent installers from executing properly. This is why a reboot can solve the problem by letting Windows Update finish.

I'm not sure if the above is the case for you, but at least it should be worth a try.
4300  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners on: August 05, 2016, 08:09:06 PM
Can anyone help me out?
Some of my miners have restricted api access and others have privileged. I've followed these instructions "Awesome Miner will automatically configure the Managed Miners to use Privileged mode by default. These settings can be changed from the Advanced section of the miner properties in the Awesome Miner Options dialog." But I can't see where to change it?

Those instructions are related to Managed Mining, and doesn't apply for External Miner feature that is used to monitor ASIC miners.

Are you using Antminer? S7 or S9 maybe?

Just a minute ago, I released Awesome Miner v1.7.6 with some corrections to the API Access feature where Awesome Miner can connect to S7 or S9 and enable Privileged mode.
The feature is available in the toolbar: Tools->Antminer ->Configure API access
I will write a guide for this on the web site, hopefully it will be finished tomorrow.
Pages: « 1 ... 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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!