Bitcoin Forum
May 21, 2024, 07:56:29 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 [128] 129 130 131 132 133 134 135 136 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 ... 229 »
2541  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: July 08, 2018, 03:35:58 PM
Hopefully an easy question:

On the Dashboard and Miner tabs it shows the revenue and profit per day per miner.  However, the values are based on the 5s hashrate instead of the Avg.  So, the values wildly vary.  Is there anyway to change it to use the Avg hashrate value instead of the 5s ?

Thanks!
This is not configurable today - only the current hashrate is used for the Dashboard.

What I plan for the future is a more flexible way of defining dashboard elements, probably similar to the feature "Customize progress field" where you can write your own expressions about what to display.
2542  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: July 08, 2018, 03:33:55 PM
Hi Patrik,

since we have updated AM to Version 5.2.5, we have the issue, that many of our Antminer L3+ cannot be controlled through API commands (and so the Profit-Switching is not working anymore) the miner shows API Access: Privileged in the Summary Tab - but cannot be for example restarted through AM?!
we tried also to Configure API access through the AM-Tools - the program returns OK - but nothing changes...

do you have an idea?!

BR Ralf
Hi Ralf,

If you select a miner, is it that toolbar buttons like Restart and similar is disabled? That can happen in two scenarios:

1) The miner is Restricted API mode. You have however already confirmed that it's Privileged API.

2) Awesome Miner is busy sending other commands to this miner. It can be that you have defined a rule that constantly sends commands to this miner. You can typically detect this by looking in the Awesome Miner log file (toolbar: Tools -> Log File), where you will fine entries saying "Rule execute" and possible additional information about what commands that are being sent to the miners.

Hi Patrik,

thank you very much!! it was a rule - actually i tried to resolve a problem with Antminer A3-Miners - they go offline sometimes (maybe all 2 to 3 days once) and when i reboot them from the browser - or when i go to tools-antminer and choose configure api access again - the miner reboots and afterwards working again...
i tried to make a rule, where i go through API-Command restart (*) - would actually working - but i don't find the right event to trigger the rule?! do you have a suggestion??

BR Ralf
The Miner Command can send a reboot command to the mining process, but based on your description it sounds like it's really a reboot you want. Use the "SSH Command" action and specify Reboot.
You can use the predefined rule called "Offline Detection" and define an action to reboot.
2543  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: July 08, 2018, 03:29:45 PM
For some reasons i cant use the new equihash algos. I selected the miners especially EWBF Equihash miner 0.3 in my profit switch profile and the algortihms...but they dont show up in the Benchmark window. In the benchmark window the right profit profile is selected. The normal Equihash shows up just not the other ones. Am im missing something?
Most mining software doesn't support benchmark mode, and for that reason a pool must be used for the benchmark. Can you please check that you have made a Equihash BTG pool (for example) available to the profit switcher in the Options dialog, Profit switching section?
2544  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: July 06, 2018, 08:12:28 AM
Awesome Miner Version 5.3

- The Managed Hosts configuration in the Options dialog has been improved to allow finding hosts without miners and a bulk edit feature to enable or disable hosts
- Predefined mining software (Managed Software) can be configured with a custom download URL and executable, to give more flexibility on which version to use for the automatic download feature
- Added user defined Managed Software compatibility mode 'Command Line', where no API flags are added when launching the mining software
- Increased maximum time for the rule action 'Wait'
- PhoenixMiner pool setting PROTO can be specified in the Properties dialog of a pool
- Support for using Tensority pools with Bminer
- Better detection of Innosilicon A9Z miner
- iBeLink DSM6T ASIC supported
- The information on the Coins tab is presented with more columns and additional details like coins per day.
- Notifications are listed with the hostname or IP address of the miner
- The Notification list will always use time as secondary sorting column when sorting on another columns
- The Benchmark can be configured to always require available pools instead of offline benchmark mode (supported by Ccminer, CpuMiner)
- Values and profit numbers are expressed with at least two significant digits
- Dialog positioning improved for multi screen usage
- The final page of the Add Miner Wizard allows selecting miner group where the miners will be added
- Display profit information from MultiPool.us pools
- Updated list of algorithms for predefined pools, including Nicehash X16r and several Phi2 pools
- Updated Block Explorer for Bitcoin Gold (BTG)
- Added mining software: CryptoDredge 0.6
- SRBminer 1.6.2 with support for new Cryptonight variants
- Ccminer 2.3
- XMRig CPU miner 2.6.3
- CastXMR 1.3 with CryptoNight Saber support
- Z-enemy 1.12 with Phi2 support
- EWBF Equihash miner 0.3 with Equihash BTG support
- Correction to profit switching threshold setting when all pool profits are negative
- Correction to the coin statistics provider priority order, where the settings could be reverted back to default
- Minor corrections

What's next? Short term roadmap:
- JCE CPU miner is planned to be the next supported mining software
- Excavator 1.5 will be supported after that
- Implementation for Remote Agent on Linux will continue and the plan is to have a Beta version available in August
2545  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: July 06, 2018, 08:05:11 AM
how to register in the miner CryptoDredge_0.6.0 -- api-bind?   find it off, how to enable ? Thanks Smiley
Awesome Miner launches CryptoDredge with the flag -b, for example
-b 0.0.0.0:4028
That's identical to Ccminer and is everything that is needed to get the API running.

CryptoDredge is included in Awesome Miner in the latest development versions and also in version 5.3 that soon will be released.
Thanks. to improve awesome !. but I wanted to know whether it is possible in the Appendix avesome, to finish the key for example-b 127.0.0.1: 4028 to include it ? .Since I went to the miner himself there is nowhere to enter the key .  a separate startup file is created . only there Smiley
When using a recent version of Awesome Miner, you don't need to specify this manually. If you ever need to add command line parameters to a miner in Awesome Miner, just right click on the miner and select Properties, go to the Command Line section and add your parameters.
2546  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: July 06, 2018, 07:17:37 AM
On requests to coincalculator. Do you ask for the estimate of 3 hours? would be much more appropriate than 24 or 6 hours, is one of the great advantages of coincalculator
Thanks for the suggestion. I agree that it would make sense and be of use. This can be an improvement in one of the future versions.
2547  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: July 06, 2018, 07:15:25 AM
I have noticed a small bug. In options> statistics. I change the order of the three providers. I put first Coincalculator and second WTM.

After a while entering the same section again, WTM is back in the first place, it does not save the configuration on that screen correctly. It does not happen at the moment, it is a long time, or maybe after closing and opening the program. Today I have changed it at least 4 times.
You are correct, it's a bug and I will make a correction in the 5.3 release. Many thanks for reporting this.
2548  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: July 06, 2018, 07:14:09 AM
I have a question and I just reviewed all the documentation.

I want to know more about the topic of prioritizing pools in auto swith. I know that somewhere there is a way to define that one group has more priority than another, I think I know where it is, but I do not know if 0 has more priority than 1 or the other way around
Priority 0 is highest priority. Please note that the profit switcher is only considering the priority of the pools if they have the same profitability.
2549  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: July 06, 2018, 07:11:30 AM
Patrike, please add JCE-Miner natively. It's hard to set it manually by ghetto mods. It's the best CPU CN miner for many powerful CPUs.

Please take a look on it before 5.3, give us a flawless victory Smiley
JCE and CryptoDredge have been the most requested mining software the last few weeks, and CryptoDredge is implemented in v5.3 that is about to be released. JCE is next on the priority list for mining software.
2550  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: July 06, 2018, 07:08:56 AM
how to register in the miner CryptoDredge_0.6.0 -- api-bind?   find it off, how to enable ? Thanks Smiley
Awesome Miner launches CryptoDredge with the flag -b, for example
-b 0.0.0.0:4028
That's identical to Ccminer and is everything that is needed to get the API running.

CryptoDredge is included in Awesome Miner in the latest development versions and also in version 5.3 that soon will be released.
2551  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: July 06, 2018, 07:04:42 AM
Pool properties --> Advanced --> Profit settings :
DOT or COMMA
I try set profiit to 0.7 ??  I have two rigs with same settings and same pools in group but work strange...
every rig differently

Must be dot or comma ( 0.7 or 0,7 ) ?  Huh Program accept both...

And what means in pool group properties PRIORITY nad QUOTA ?

Awesome Miner accepts both dot and comma as decimal separator.

Can you share some screenshots or steps how to reproduce the issue?

Awesome Miner has support for the concepts of Priority and Quota, but depending on mining software being used and the type of ASIC miner used, there can be limitations or lack of support. Priority 0 is the highest priority, so the priority can be used to select which pool to prioritize for the mining software that supports multiple pools

Quota and "Failover only" is supported by mining software based on Cgminer/Sgminer. It's often not used at all, although some ASIC miners support the Quota concept.
2552  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: July 06, 2018, 06:59:29 AM
Is there any developments on a Zhash miner for AMD cards? Thankyou for your hard work
Right now Awesome Miner only supports EWBF Equihash nVidia miner for ZHash. Please let me know if there are any popular AMD mining software (with a monitoring interface) that I should consider as well. Thanks!
2553  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: July 05, 2018, 01:30:45 PM
Hi Patrik,

since we have updated AM to Version 5.2.5, we have the issue, that many of our Antminer L3+ cannot be controlled through API commands (and so the Profit-Switching is not working anymore) the miner shows API Access: Privileged in the Summary Tab - but cannot be for example restarted through AM?!
we tried also to Configure API access through the AM-Tools - the program returns OK - but nothing changes...

do you have an idea?!

BR Ralf
Hi Ralf,

If you select a miner, is it that toolbar buttons like Restart and similar is disabled? That can happen in two scenarios:

1) The miner is Restricted API mode. You have however already confirmed that it's Privileged API.

2) Awesome Miner is busy sending other commands to this miner. It can be that you have defined a rule that constantly sends commands to this miner. You can typically detect this by looking in the Awesome Miner log file (toolbar: Tools -> Log File), where you will fine entries saying "Rule execute" and possible additional information about what commands that are being sent to the miners.
2554  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: July 05, 2018, 01:27:18 PM
I have started experimenting with the Profit Switching functionality, but am having an odd issue.  Again I'm only doing this on a single small rig with a single 1050Ti for now until I get the kinks worked out.  I have these algos configured in the profit switcher:

ETH is the most profitable (and what my other 13 GPU rigs controlled by AM mines, especially the 1080Ti rigs running the ETH pill).  At any rate, this test rigs starts out on ETH as expected, but after a while, it switches to one of the less profitable algos.  If I then stop the rig, un-check all but Ethereum under algos and restart, I get the following error:

Not sure why I would get that error.  All the other rigs are happily mining away on that same pool.  If I shutdown AM and restart it, it starts working again, but the same thing keeps happening.  I can stop and start mining on any of the other rigs, and they don't have this error.  The other rigs are also running Managed Profit Miner profiles, but only have the Ethereum algo selected atm due to this issue.

I only have the NiceHash pool configured under Options/Profit Switching although I do have various other pools defined under Options/Pools.  Here are some of them:

I used those when I was manually switching between algos using Regular Managed Miner profiles.  Could that be somehow causing the issue now that I'm using Managed Profit Miner profiles?  I'm running the latest 5.2.5 version btw, including the Remote Agents.
I think I need to see the Awesome Miner log file for this scenario. Can you send by mail?

To get insight why the profit switcher selects a specific algorithm, right click on the miner and select View Details and go to the Profit switching tab. Please note that these hashrates and profit estimates are based on what is defined in the Profit profile. They may not match the actual hashrate and profit. If they are not matching, please use the Benchmark feature or manually edit the profit profile to ensure they match, otherwise the profit switcher may select a less profitable pool.

Also note that the pools in the Options dialog, Pools section, are by default not considered by the profit switcher. You need to create a Pool Group of those pools and then specify it as a "Custom pool" in the Options dialog, Profit switching section.
2555  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: July 05, 2018, 01:23:48 PM
Good update and good miners added. But I have a question, it appears in Option> software z enemy 1.12, but then in the configuration of an RIG, right button, edit profile. I do not appear as such, I see a Z enemy without a number. Is that correct? because I see it a bit confusing.

Sorry to be heavy. But remember that you recommended me the way that all the miners mined a single currency. Now I have to try all the rigs one by one, get duplicates of the profiles, and modify the groups so that I have the OC of the miner and the HASH of the MAster. It's a lot of work, really.

This request does not arise from a whim, it is because of the problem of exceeding the minimum entry in some exchanges or lose the coins. If a Pool pays every hour, I have one hour to do the minimum to be accepted by the exchage AND NOT TO LOSE MONEY. And the best way is to point everything to the same currency. This is valid for the vast majority that we have several rigs and we do not have Asics. The asics exceed the minimum easily, but it depends on each rig. It is necessary to send everything to the same currency or pool.

I hope you understand my problem, which will surely be that of many even if you have not noticed.

I do not think that it is difficult for AUTO profit to create a group with the property of following one that it marks, it does not have more mystery. It's a lot like that.

It is much easier to try the new miners, change the OC, give to save and go. Without having to make duplicate profiles by HASH and by OC, to then make the group of personalized profit, understand that it is a lot of mess.
Thanks for your feedback. Z-enemy should be listed in the "Profit Profile Properties" dialog (right click on a miner, select Edit Profit Profile). The list of software in this dialog is listed without version numbers, simply because there is no room for it. But you do see Z-enemy correctly listed here, right?

I fully understand your point about the profit switcher. If I could make a quick change to support it, it would have been implemented already. There are however a few new concepts that needs to be introduced here and work well it all the existing features and configuration parameters of the profit switcher, so it needs to be prioritized among other features as well.
2556  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: July 05, 2018, 01:10:53 PM
phi2 is missing here in the benchmark dialog since the last update.

Also please add phi2 to ahashpool/zpool (port 8332). Groestl is also still missing from ahashpool.
The latest releases is by default only listing algorithms where you have a pool available for the profit switcher. If you want to do offline benchmarking (supported by ccminer and a few more), click the box for "Benchmark without a pool" in the Benchmarking dialog. This should make phi2 available again.

I've added a number of new pools for the next release, including those you suggested.
2557  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: July 05, 2018, 01:08:33 PM

Miningpoolhub Equihash BTG pool is not added to pool list
I am struggling to add it manually...could you please add it in next update ?

Best Regards

I managed to add BTG to AM but it's not pulling profit profile information down for some reason so the profit switcher won't switch to it. I added it  as a user defined service with the following info:

Service: MiningPoolHub
Algo: Equihash BTG
URL base: miningpoolhub.com:20595
URL Prefix: check stratum+tcp
Algorithm URL Part: us-east.equihash-hub
Algorithm API identifier: Equihash-BTG
Profit Factor: 1

This allows you to benchmark and connect to the pool correctly, but like I said no profit info is downloaded even after restarting AM, so the algo never gets selected.
This is a single coin pool, so it shouldn't be added as an Online Service, that is intended for the multi-coin profit switching pools.

I noticed that BTG is temporary disabled from both WhatToMine and Coincalculators due to the forking. You can however manually add this coin via the Options dialog, Statistics section, where you can specify this WhatToMine JSON URL to att BTG:
https://whattomine.com/coins/214.json

This MPH pool for BTG can be added like a standard pool in the Options dialog, Pools section. Enter the Pool URL, and specify that it's the coin Bitcoin Gold.

To use in the profit switcher, go to Options dialog, Profit Switching section and select it as a "Custom pool" to include.
2558  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: July 05, 2018, 01:03:52 PM
Hi guys, i can't make awesome miner work with the latest version of Excavator, I keep getting "failed to open command file -p"

The latest version of excavator that works with awesome miner is 1.4.4

What is the reason for that?  The current version is 1.5.8, so 1.4.4 is quite old.  Perhaps some specific parameters needs to be passed to make the 1.5.x versions work?

I'm running benchmarks on a small single 1050Ti test rig, and it just hangs after core initialized in every algo using Excavator:

The Excavator mining software changed their API's and configuration formats in 1.5, and in addition to that, version 1.5 doesn't support anything but the Nicehash pools.

At some point the new Excavator software will be supported, but it will add complexity to the profit switcher if some mining software all of a sudden only can be used on specific pools.
2559  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: July 04, 2018, 06:18:21 PM
I assume you're aware of the BitTube fork and PoW change, hope it's in the next release.
The very latest development preview includes CastXMR 1.3 with CryptoNight Saber support.
2560  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners on: July 04, 2018, 06:17:13 PM
Awesome Miner version 5.2.5 (Development preview of 5.3)

- The Managed Hosts configuration in the Options dialog has been improved to allow finding hosts without miners and a bulk edit feature to enable or disable hosts
- Predefined mining software (Managed Software) can be configured with a custom download URL and executable, to give more flexibility on which version to use for the automatic download feature
- Added user defined Managed Software compatibility mode 'Command Line', where no API flags are added when launching the mining software
- Increased maximum time for the rule action 'Wait'
- PhoenixMiner pool setting PROTO can be specified in the Properties dialog of a pool
- Support for using Tensority pools with Bminer
- Better detection of Innosilicon A9Z miner
- The information on the Coins tab is presented with more columns and additional details like coins per day.
- Notifications are listed with the hostname or IP address of the miner
- The Notification list will always use time as secondary sorting column when sorting on another columns
- Benchmarking will by default always use pools instead of offline benchmark mode (supported by Ccminer, CpuMiner), with a new setting to enable benchmark without pools if needed
- Values and profit numbers are expressed with at least two significant digits
- Dialog positioning improved for multi screen usage
- The final page of the Add Miner Wizard allows selecting miner group where the miners will be added
- Display profit information from MultiPool.us pools
- Updated list of algorithms for predefined pools, including Nicehash X16r
- Added mining software: CryptoDredge 0.6
- Ccminer 2.3
- XMRig CPU miner 2.6.3
- CastXMR 1.3 with CryptoNight Saber support
- Z-enemy 1.12 with Phi2 support
- EWBF Equihash miner 0.3 with Equihash BTG support
- Correction to profit switching threshold setting when all pool profits are negative
- Minor corrections


Items in blue are updated since the last development preview.

To get access to development versions, open the Options dialog in Awesome Miner. In the General section, enable Check for development versions. Then go to the Menu and click Check for updates

Direct download links
http://www.awesomeminer.com/download/setupdev/AwesomeMiner.msi
http://www.awesomeminer.com/download/setupdev/AwesomeMinerRemoteService.msi
Pages: « 1 ... 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 [128] 129 130 131 132 133 134 135 136 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 ... 229 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!