Bitcoin Forum
June 25, 2024, 09:34:42 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 [261] 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 ... 647 »
  Print  
Author Topic: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 200000 miners  (Read 701444 times)
patrike (OP)
Legendary
*
Offline Offline

Activity: 3360
Merit: 1094


View Profile WWW
March 21, 2018, 08:30:21 AM
 #5201

Is there any APIs planned for adding/remove groups? Moving miners to groups? And adding/removing miners?
No plans right now, but I always try to improve the API based on feedback. Your requests are noted. Thanks!

Awesome Miner - Complete solution to manage and monitor mining operations of ASIC, GPU and CPU miners
Optimized Antminer firmware - Increased hashrate, improved power efficiency and more features. For S9, S9i, S9j, T9+, L3+, S17, S17 Pro, S17+, T17, T17+, S19, S19 Pro, S19j, S19j Pro, T19
Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
smartieee
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
March 21, 2018, 08:37:21 AM
 #5202

Thanks, this should resolve my issue as well.


BUG: Not sure what causes it, but sometimes the Awesome Miner Remote Agent randomly toggles the 'Automatically start when windows starts' option.

FEATURE REQUEST: If the Awesome Miner Remote Agent application is running, don't run another instance (and by extension, another duplicate mining instance).

The issue this comes from is that I have a script set to run various tools and other monitoring software prior to launching the Awesome Miner Remote Agent.  With both of the above issues, the Agent would launch preemptively, as well as twice.  This wasn't related to any software updates, and would sometimes re-enable itself right after I turned auto-launching off and rebooted the computer, but other times it would stay off.  The frequency of this occurring was directly proportional to how likely it was for me to walk out the door. /s
I've not been able to reproduce the autostart issue. If you or anyone else figure out more details about this, please let me know.

I've implemented the change for Remote Agent to enforce a single application instance, to prevent any second instance of the application to start.

Please note that you also have a feature in Awesome Miner where you can delay the autostart of miners. In Options dialog, Advanced section you can for example specify that the Managed Miner autostart shouldn't happen until after 60 seconds for example.
crypto4pizza
Newbie
*
Offline Offline

Activity: 102
Merit: 0


View Profile
March 21, 2018, 09:48:04 AM
 #5203

Hello - Is there a way to see windows uptime instead of miner uptime or both?
patrike (OP)
Legendary
*
Offline Offline

Activity: 3360
Merit: 1094


View Profile WWW
March 21, 2018, 10:27:58 AM
 #5204

Hello - Is there a way to see windows uptime instead of miner uptime or both?
Hi. Today you can only see the Windows Uptime on the Summary tab.

I will make a small change to the next release to make it possible to use the "Customize Progress Field" feature to get the Windows Uptime listed there as well.
http://www.awesomeminer.com/help/customizefield.aspx

You will be able to use an expression like this in the next version of Awesome Miner:
Code:
"Windows Uptime: " + string.Format("{0}d {1}h {2}m", TimeSpan.FromSeconds(system.WindowsUptimeSeconds).Days, TimeSpan.FromSeconds(system.WindowsUptimeSeconds).Hours, TimeSpan.FromSeconds(system.WindowsUptimeSeconds).Minutes)

Awesome Miner - Complete solution to manage and monitor mining operations of ASIC, GPU and CPU miners
Optimized Antminer firmware - Increased hashrate, improved power efficiency and more features. For S9, S9i, S9j, T9+, L3+, S17, S17 Pro, S17+, T17, T17+, S19, S19 Pro, S19j, S19j Pro, T19
Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
patrike (OP)
Legendary
*
Offline Offline

Activity: 3360
Merit: 1094


View Profile WWW
March 21, 2018, 10:37:11 AM
 #5205

In the past Ethminer had an API compatible to Claymore Ethereum miner. If you enable the API of Ethminer and use an External Miner in Awesome Miner where you specify Claymore Ethereum as software - is that configuration working?
hello, patrike

I have a feeling that there's a bug in Awesome Miner with per day/per month profit numbers when dual mining with Claymore ETH Miner.
I guess that Awesome Miner doesn't take into account the profit from mining second coin and shows eth-only profit.

the numbers in "view details" window are correct, but current profit seems to be always lower with the same hashrates as in profit profile, and the difference is almost equal to profit from second coin.

can you please take a look at this. thanks
Hi.
Is this on version 4.5? If that's the case, please try again on version 4.6 that I will release in a little while.

Awesome Miner - Complete solution to manage and monitor mining operations of ASIC, GPU and CPU miners
Optimized Antminer firmware - Increased hashrate, improved power efficiency and more features. For S9, S9i, S9j, T9+, L3+, S17, S17 Pro, S17+, T17, T17+, S19, S19 Pro, S19j, S19j Pro, T19
Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
merknt
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
March 21, 2018, 12:52:59 PM
 #5206

Good day, tell me how you can solve the following question:

Do not run the mining if a new video card is installed and the driver installation process is in progress.

There are times when you need to install an additional card, and the controlling computer with Awesome mining is far away.
If the mining starts, the drivers are sometimes incorrectly installed and the video card is not detected in the system. In this case, you have to completely reinstall WINDOWS


We need an analogue of the rule, if tasklist /Im Drvinst.exe true -> stop mining; sleep 120sec; start mining;
Seanklei10
Newbie
*
Offline Offline

Activity: 74
Merit: 0


View Profile
March 21, 2018, 02:07:56 PM
 #5207

Quark Bug:

There is a bug when using Quark algo. It is not calculating profit correctly. If I set my profit profile to 50MH/s with Quark the coins profit is far higher than if i were to change the coins set algo to something else and set that algo to 50MH/s in the profit profile.
The formula for calculating coins per day (which is part of the profitability calculations) are different on the Quark algorithm compared to almost any other algorithm. For this reason, entering the same coin properties for two coins, specifying Quark as algorithm for one of them and for example X11 on the other, the results will be different.

It might be that some specific Quark-based coin uses yet another formula - please let me know any details if you run into this.

How is the difficulty equation any different? It should all be the same. It is all just a ratio of difficulty and including hashrate and coin value. The way it is calculating right now comes up with completely unrealistic numbers, when "faking it" in another algo the numbers are much more accurate to what is reality.

dkbit98
Legendary
*
Offline Offline

Activity: 2268
Merit: 7264



View Profile WWW
March 21, 2018, 02:28:14 PM
Last edit: March 21, 2018, 11:32:12 PM by dkbit98
 #5208

Can you please add new FOLM coin ??

Ticker:   FLM
Algorithm:   PHI1612

https://folm.io/
https://explorer.folm.io/

https://www.livecoinwatch.com/price/Folm-FLM
https://coinlib.io/coin/FLM/Folm

Calculators:
https://folm.io/calculator
https://www.crypto-coinz.net/coin-info/?88-Folm-FLM-PHI1612-calculator/
https://crypt0.zone/calculator/details/FLM

Thanks
--------------------------------------------------------------------------------------------

PS

Also today I am having issue with AwesomeMiner showing all zero 0 values.
How to fix this Huh




UPDATE:
-------------------
Fixed after uninstalling and erasing all AM folders.
Fresh install fixed it...
but I had to enter all my configuration all over again.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
soothaa
Hero Member
*****
Offline Offline

Activity: 1151
Merit: 528



View Profile
March 21, 2018, 03:16:28 PM
 #5209

AwesomeMiner Coin Updater 0.7
  • Added support for Insight Explorer API
  • Added support for any coin at minerpool, see example below or in OP
  • Added support for using /api/getdifficulty on Iquidus explorers
  • Fixed WebAPI not returning the latest released version

You can find the latest update in the Mega link.

Example minerpool
Code:
{ CoinFullName: "Victorium", CoinShortName: "VIC", Algo: "Ethereum", BlockReward: 6.25, BlockTime: 30, BlockExplorer: "minerpool"}

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
cost82el
Newbie
*
Offline Offline

Activity: 91
Merit: 0


View Profile
March 21, 2018, 03:24:23 PM
 #5210

hi, cant see d3pool on online services tab, please help https://i.imgur.com/u4TdHVa.png
Seanklei10
Newbie
*
Offline Offline

Activity: 74
Merit: 0


View Profile
March 21, 2018, 04:08:57 PM
 #5211

AwesomeMiner Coin Updater 0.7
  • Added support for Insight Explorer API
  • Added support for any coin at minerpool, see example below or in OP
  • Added support for using /api/getdifficulty on Iquidus explorers
  • Fixed WebAPI not returning the latest released version

You can find the latest update in the Mega link.

Example minerpool
Code:
{ CoinFullName: "Victorium", CoinShortName: "VIC", Algo: "Ethereum", BlockReward: 6.25, BlockTime: 30, BlockExplorer: "minerpool"}

This latest release appears to have issues with all of cryptoid's coins. Any ideas? Says blockexplorer is not supposed for all the coins I have using that. (was working on the previous 0.6 version).
crackfoo
Legendary
*
Offline Offline

Activity: 3500
Merit: 1126



View Profile WWW
March 21, 2018, 04:17:58 PM
 #5212

we've added algo sha256t to www.zpool.ca

Cheers

ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
Bob-Bit
Jr. Member
*
Offline Offline

Activity: 241
Merit: 6


View Profile
March 21, 2018, 06:01:27 PM
 #5213

Hi there. I just wanted to report an issue with the balance tab. For Zergpool, under last 24 hours it never refreshes. It's showing my last 2 payments, one was 3 days ago, and the other was 10 days ago, but they just keep adding up, it doesn't go away after 24 hours. All the other pools work as intended. Thanks, loving the program.

★ PRiVCY ➢ Own Your Privacy! ➢ Best privacy crypto-market! ★
✈✈✈[PoW/PoS]✅[Tor]✅✈✈✈ (https://privcy.eu/)
crypto4pizza
Newbie
*
Offline Offline

Activity: 102
Merit: 0


View Profile
March 21, 2018, 07:03:43 PM
 #5214

Hello - Is there a way to see windows uptime instead of miner uptime or both?
Hi. Today you can only see the Windows Uptime on the Summary tab.

I will make a small change to the next release to make it possible to use the "Customize Progress Field" feature to get the Windows Uptime listed there as well.
http://www.awesomeminer.com/help/customizefield.aspx

You will be able to use an expression like this in the next version of Awesome Miner:
Code:
"Windows Uptime: " + string.Format("{0}d {1}h {2}m", TimeSpan.FromSeconds(system.WindowsUptimeSeconds).Days, TimeSpan.FromSeconds(system.WindowsUptimeSeconds).Hours, TimeSpan.FromSeconds(system.WindowsUptimeSeconds).Minutes)

Perfect - Thanks!

I also wanted to mention that I've tried a few other Mining OS's and ended up sticking with yours for the farm.  Love the product and how in-touch you are with your customers.
patrike (OP)
Legendary
*
Offline Offline

Activity: 3360
Merit: 1094


View Profile WWW
March 21, 2018, 07:12:38 PM
 #5215

hi, cant see d3pool on online services tab, please help
They have enabled some DDOS protection where their API's only can be access from a web browser. I contacted them a few days ago about this to find a solution.

Awesome Miner - Complete solution to manage and monitor mining operations of ASIC, GPU and CPU miners
Optimized Antminer firmware - Increased hashrate, improved power efficiency and more features. For S9, S9i, S9j, T9+, L3+, S17, S17 Pro, S17+, T17, T17+, S19, S19 Pro, S19j, S19j Pro, T19
Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
patrike (OP)
Legendary
*
Offline Offline

Activity: 3360
Merit: 1094


View Profile WWW
March 21, 2018, 07:15:01 PM
 #5216

Hi there. I just wanted to report an issue with the balance tab. For Zergpool, under last 24 hours it never refreshes. It's showing my last 2 payments, one was 3 days ago, and the other was 10 days ago, but they just keep adding up, it doesn't go away after 24 hours. All the other pools work as intended. Thanks, loving the program.
I'm thinking of renaming the "24h Payout" column to "Recent Payouts". Although Awesome Miner uses the 24h-value from the API's - some pools simply return older payouts as well.

Awesome Miner - Complete solution to manage and monitor mining operations of ASIC, GPU and CPU miners
Optimized Antminer firmware - Increased hashrate, improved power efficiency and more features. For S9, S9i, S9j, T9+, L3+, S17, S17 Pro, S17+, T17, T17+, S19, S19 Pro, S19j, S19j Pro, T19
Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
patrike (OP)
Legendary
*
Offline Offline

Activity: 3360
Merit: 1094


View Profile WWW
March 21, 2018, 07:20:16 PM
 #5217

Awesome Miner version 4.6

- GPU clocking improved by introducing GPU Clocking groups to support mixed clocking settings per GPU
- Custom Online Services can be added to support any Yiimp compatible pool
- Remote Proxy concept introduced to support very large scale mining operations
- The Change Pool and Add Pool menus are redesigned to include a searchable pool selection dialog, to support a larger number of pools.
- The Add Pool operation is added to the main toolbar and can be performed on all selected External Miners
- The Pool Change operation is made available with more mining software for a Managed Miner in the web interface
- SSH port configurable for External Miners
- Display temperature for Innosilicon A4+ miners
- Support for automatic configuration of Windows Defender
- Improved batch command execution to allow execution when a miner is starting or stopping, for Managed Miners, Managed Profit Miners and per algorithm for Profit Profiles
- Improved context menus and change detection for the Pool Balance feature
- Number of active miners at Yiimp compatible pools displayed in the Online Services tab
- Revenue and Profit displayed as separate columns in the Online Services tab
- Multiple miners can be selected and removed in a single operation from the Miners tab in the main window
- Enforce single instance of the Remote Agent application
- Indonesian Rupiah added as display currency
- Updates to Mining Dutch port numbers to avoid low difficulty ports by default
- Updates to Zergpool URL's to support the new sub domains per algorithm
- Claymore Dual Ethereum Miner 11.5
- PhoenixMiner 2.7c
- XMRig miner 2.4.5
- CastXMR 0.9.0
- Bminer 5.5
- Correction to benchmarking of Excavator miner
- Correction to Ignore GPU feature for the MSI Afterburner integration
- Correction to display of pool balance where the coin is unknown
- Correction to the profit switcher for disabled algorithms and custom pools
- Correction to power cost calculations for the profit switcher
- Correction to the Change pool action used via the Rules
- Correction to activating the main window when started with the minimized option enabled
- Minor corrections

Awesome Miner - Complete solution to manage and monitor mining operations of ASIC, GPU and CPU miners
Optimized Antminer firmware - Increased hashrate, improved power efficiency and more features. For S9, S9i, S9j, T9+, L3+, S17, S17 Pro, S17+, T17, T17+, S19, S19 Pro, S19j, S19j Pro, T19
Up to 200,000 miners | Notifications | Native overclocking | Profit switching | Customizable rules | API | Windows application | Mobile web
moppidoo
Jr. Member
*
Offline Offline

Activity: 348
Merit: 5


View Profile
March 21, 2018, 10:03:48 PM
 #5218

Hi Patrike,

my previous request probably been overlooked, could we add ability to batch update power consumption for profit profiles? (mining farm with old computers + mixture of cards means shuffling of hardware needed at times when old parts fail...pita when updating the power consumption one by one...) ... + when one forget to update due to hw change or added several new algos...things don't turn out too well with profit switching)

Cheers,
VyprBTC
Full Member
***
Offline Offline

Activity: 350
Merit: 100



View Profile
March 21, 2018, 10:40:34 PM
 #5219

Anyone know if I can change the Revenue per month and per day to display in BTC. I don't care about fiat would rather know what's the BTC estimate.


Thanks.
MrClean636
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
March 22, 2018, 01:11:32 AM
 #5220

Thank you for the fix Patrike! - The Pool Change operation is made available with more mining software for a Managed Miner in the web interface

Hoping someone can point me in the right direction. I want the ability to switch to another pool/algo, which also requires switching the miner software. I've tried creating a pool group containing two different algo coins but this did not seem to work. If the managed miner is set to use Claymore for example, it tries using claymore even when choosing to change pool to a neoscript coin. I tried editing the managed software under options to a strict enable/disable for a miner for certain algo, but this did not seem to work either.
Pages: « 1 ... 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 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 [261] 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 ... 647 »
  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!