Bitcoin Forum
May 17, 2024, 01:00:59 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 [502] 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 ... 646 »
  Print  
Author Topic: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 200000 miners  (Read 701212 times)
toptek12
Member
**
Offline Offline

Activity: 123
Merit: 10


View Profile
July 18, 2019, 03:10:40 PM
 #10021

patrike

is there anyway you could clean up the the Managed Templates like you did with the pools a while back .
patrike (OP)
Legendary
*
Offline Offline

Activity: 3318
Merit: 1094


View Profile WWW
July 18, 2019, 03:11:31 PM
 #10022

Awesome Miner version 6.7

 ASIC mining
  - Added support for Antminer Z11j
 GPU mining
  - Access to mining software command line help via the context menu for a miner
  - Added CuckaRood29 algorithm
 Integration
  - Improved support for the new Nicehash mining platform. The old and new Nicehash platforms can be used at the same time - configurable in the Options dialog, Profit Switching section.
  - Improved pool balance display, including support for the new Nicehash platform
  - Wallet balance can be configured with a unit adjustment of E-18
 User interface
  - ASIC tools menu available as a context menu in the miner list
  - System tools menu available as a context menu, with easy access to operations like shutdown and Remote Desktop
  Mining software
   - Nanominer 1.5.2
   - SrbMiner 1.9.2
   - CpuMiner-Opt 3.9.6
   - Lolminer 0.8.5
   - Gminer 1.51
   - NbMiner 24.2
   - TT-miner 2.2.6
   - Bminer 15.7.1
 Corrections
  - Correction to coin calculations for HUSH and SWAP
  - TeamRedMiner command line parameter for cuckatoo31 algorithm corrected

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: 3318
Merit: 1094


View Profile WWW
July 18, 2019, 03:12:47 PM
 #10023

patrike

is there anyway you could clean up the the Managed Templates like you did with the pools a while back .
Display the templates as a list with smaller icons and a few columns in the Options dialog, Managed Templates section?

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
toptek12
Member
**
Offline Offline

Activity: 123
Merit: 10


View Profile
July 18, 2019, 03:15:49 PM
 #10024

patrike

is there anyway you could clean up the the Managed Templates like you did with the pools a while back .
Display the templates as a list with smaller icons and a few columns in the Options dialog, Managed Templates section?

yup Smiley
patrike (OP)
Legendary
*
Offline Offline

Activity: 3318
Merit: 1094


View Profile WWW
July 18, 2019, 03:28:08 PM
 #10025

patrike

is there anyway you could clean up the the Managed Templates like you did with the pools a while back .
Display the templates as a list with smaller icons and a few columns in the Options dialog, Managed Templates section?

yup Smiley
Thanks, I understand your point. It's noted!

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
GKumaran
Member
**
Offline Offline

Activity: 204
Merit: 10


View Profile
July 18, 2019, 06:04:24 PM
 #10026

Hey, is there a custom progress field for miner uptime instead of windows uptime?
Lunga Chung
Member
**
Offline Offline

Activity: 277
Merit: 23


View Profile
July 18, 2019, 06:44:59 PM
 #10027

- Access to mining software command line help via the context menu for a miner

this field is grey-out, I guess this is an option to send commands in console right? 
patrike (OP)
Legendary
*
Offline Offline

Activity: 3318
Merit: 1094


View Profile WWW
July 18, 2019, 10:11:14 PM
 #10028

Hey, is there a custom progress field for miner uptime instead of windows uptime?
Please use the following:

Code:
"Mining Uptime: " + string.Format("{0}d {1}h {2}m", TimeSpan.FromSeconds(status.SecondsSinceStart).Days, TimeSpan.FromSeconds(status.SecondsSinceStart).Hours, TimeSpan.FromSeconds(status.SecondsSinceStart).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: 3318
Merit: 1094


View Profile WWW
July 18, 2019, 10:16:09 PM
 #10029

- Access to mining software command line help via the context menu for a miner

this field is grey-out, I guess this is an option to send commands in console right?  
This feature is currently only available when the mining software isn't running. It's not intended for sending commands to the console - it's a way to bring up the help (output from the command --help) from the mining software.

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
Lunga Chung
Member
**
Offline Offline

Activity: 277
Merit: 23


View Profile
July 19, 2019, 05:20:53 AM
 #10030

- Access to mining software command line help via the context menu for a miner

this field is grey-out, I guess this is an option to send commands in console right?  
This feature is currently only available when the mining software isn't running. It's not intended for sending commands to the console - it's a way to bring up the help (output from the command --help) from the mining software.

I guess most of use already researched the help/config on miner prior to installing....maybe for new miners its useful

kudos on RDP 
GKumaran
Member
**
Offline Offline

Activity: 204
Merit: 10


View Profile
July 19, 2019, 10:28:35 AM
 #10031

Hey, is there a custom progress field for miner uptime instead of windows uptime?
Please use the following:

Code:
"Mining Uptime: " + string.Format("{0}d {1}h {2}m", TimeSpan.FromSeconds(status.SecondsSinceStart).Days, TimeSpan.FromSeconds(status.SecondsSinceStart).Hours, TimeSpan.FromSeconds(status.SecondsSinceStart).Minutes)
Thank you.

I find that many a times on diff miners, the awesome miner fails to extract the folder and is stuck extracting the files in download.
Do i need to run as admin or something? This is new and i havent had this issue before.
trucobit
Jr. Member
*
Offline Offline

Activity: 756
Merit: 2


View Profile
July 19, 2019, 11:54:00 AM
 #10032

Hello Patrike, I have more suggestions on temperature control, and problems.

I have suggested a double OC, but it would be too much, I suppose, for 4 months of heat, that is, 1/3 of the year.

I am using the maximum temperature in OCs, but it has a big problem. If I put a generous OC, many cards reach the limit and start falling from Core, and as a result the rig yields much less because when you lower the core, it yields less, much less. Only at night goes well when temperatures drop.

If I put a very smooth OC, I will not reach those temperatures day or night, but it would also be producing less hash.

Lowering the core is very effective but produces a too strong drop in the hash, so my suggestion is:

You can do the same but instead of downloading the core in real time, whatever you reduce is the TDP or power of the source to that card. That also reduces the temperature but does not produce such a strong hash drop. In fact, it can produce more because it does not heat up and the core is not lowered. Or a combined system, that lowers a bit of core and a little power or TPD from the source.

A real example, the same night rig Cucka31 8.22 mhs, day 6.2 mhs. If I put a soft OC so that neither day nor night comes, I would stay at about 6.7 -6.9 mhs

That's why I asked for double oc, but I think that a system that drops the Power to each card by independent in steps of 5, would be fine.

What is 80 power 90 core, 500 memory. Well I get down to 75 90 500, that is not enough I would lower 70 90 500. The lowering of electric power, does not drop the hash as much. But the same as the core, card by card. I do not know if you can, if you can please you can add it as an option in the OC.

And it is impossible to have a single CB that serves both the day and the night without losing hash.
Dalba
Newbie
*
Offline Offline

Activity: 92
Merit: 0


View Profile
July 19, 2019, 12:00:13 PM
 #10033

Could someone tell me what is the most accurate statistic provider ?
For a same coin (aeternity for example), i have a big difference between cointomine and coincalculator. Which one would the right one ?
trucobit
Jr. Member
*
Offline Offline

Activity: 756
Merit: 2


View Profile
July 19, 2019, 12:00:57 PM
 #10034

Then there is another secondary problem.

The auto profit does it according to the benchmark profile or to save the Hash.

But of course in my profile it puts 8.22 in cucka31, but in the day it does not even reach 7, but it does not change the currency because what it sends is the saved hash, not the hash that is being produced.

That is the important thing to be able to have a better solution for the temperatures, because it is not only the fact that it yields less, but also that it is more serious because the auto switch does not look at real parameters (impossible for X16r for example), but I want you to understand that problem

A Rig produces X power in a Something, but when that Rig in summer by temperature yields 20% less, it does not take it into account. Somehow the programming of the auto switch should know if that rig has 1 or several cards of reduced core or power, and automatically apply to the hash saved a transparent reduction, so as to better guess with the hash changes produced by the heat. It would be something to keep in mind. It is clear that if 1 or more cards are in the limit of temperature, low pontencia and the hash they get is not the one that is saved as a reference, but knowingly, you can apply a transparent reduction to that hash when one or more cards are in maximum temperature, because they will not be producing their maximum. I hope you understand what I mean.

Right now the auto profit with the function of maximum temperature lowering the core and dropping the hash, is not realistic in its changes, and keeps me in currencies that are not the most profitable at that moment because of the heat.
trucobit
Jr. Member
*
Offline Offline

Activity: 756
Merit: 2


View Profile
July 19, 2019, 12:07:54 PM
 #10035

Could someone tell me what is the most accurate statistic provider ?
For a same coin (aeternity for example), i have a big difference between cointomine and coincalculator. Which one would the right one ?

I'm more advanced in that, I usually get the difficulty and hashnet of the same explorer of each currency, and if I can not because some explorer are complicated, the apis of some Exchanges, this could also add patrike, and if not, then before that no calculator would use the Whattomine data. But whenever you can use the explorer data

For Eaternety:

Difficulty: https://whattomine.com/coins/297.json
query: difficulty

Hashnet: https://whattomine.com/coins/297.json
query nethash

For price:
https://www.binance.com/api/v3/ticker/bookTicker
query: [? (@. symbol == 'AEBTC')]. bidPrice

in this case this currency has an explorer that does not give api, so the most reliable I found was WTM, remember to customize the currency, put reward and lock time
I think it rewards 368 and lock time 180

And choose the formula that is not exponential.

The problem of Aeternety, are two: one that pay once a day in almost all pools, and the second that most exchanges can only sell a minimum. With which from mine until you sell can spend 1 or 2 days or more.

With those data, then you must put the profit at 0.90 because I already did the test. And with all this you will always be close to the price, with difficulty and hashnet almost in real time, but WTM is in this case the one that best gives the data for lack of a better place.
skylark_cash
Newbie
*
Offline Offline

Activity: 23
Merit: 9


View Profile
July 20, 2019, 01:17:35 PM
 #10036

Antminer Z11 hashrates are reported as Mh/s instead of Kh/s on my awesome miner windows GUI. As a result daily payout looks like $10,000 per day instead of $10 per day. Anyone else have this issue?
trucobit
Jr. Member
*
Offline Offline

Activity: 756
Merit: 2


View Profile
July 21, 2019, 10:44:46 AM
 #10037

OFF topic --- Someone knows of a technician in Europe to be able to send you two graphic cards, a 1070 and a 1080ti to repair. You have to be a good technician because here in Spain everyone does reballing and that is not the problem.

I ask here being off topic, because we are all miners and with many cards, surely someone knows someone who fixes the Nvidia. and it has to be in Europe for the shipping cost.

Thank you.

narousberg
Legendary
*
Offline Offline

Activity: 1749
Merit: 1007



View Profile
July 21, 2019, 11:32:40 AM
 #10038

Hi patric, I have started to use remote GPU rig (not local network) on windows10pro, but main AW window not show power usage for this rig and of course calculate wrong total profit.
If i go to GPU tab in AW for this rig, i see power usage for every GPU in this rig.
I have asics which is controled from the same AW instance in local network and power usage control/profit calculation works right.
In my config asics and gpu placed in different miner groups.
pls help....

I AM NOT SELL MY BITCOINTALK ACCOUNT !!!
SiddFan
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
July 22, 2019, 07:04:46 PM
 #10039

Hi patric, I have started to use remote GPU rig (not local network) on windows10pro, but main AW window not show power usage for this rig and of course calculate wrong total profit.
If i go to GPU tab in AW for this rig, i see power usage for every GPU in this rig.
I have asics which is controled from the same AW instance in local network and power usage control/profit calculation works right.
In my config asics and gpu placed in different miner groups.
pls help....

Are you using VPN ?? for me it works fine if all rigs are on the same VPN as AwesomeMiner computer.
SiddFan
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
July 22, 2019, 07:06:36 PM
 #10040


Anayone seen the "coin prices" on bottom of program ?
For me all are ok.. changing live, except for BTC witch was rising .. now it still shows 10.968,50 € whitch is wrong price..
Pages: « 1 ... 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 [502] 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 ... 646 »
  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!