Bitcoin Forum
May 05, 2024, 02:06:34 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 553 554 555 556 557 558 559 560 561 562 563 [564] 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 ... 646 »
  Print  
Author Topic: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 200000 miners  (Read 701022 times)
patrike (OP)
Legendary
*
Offline Offline

Activity: 3318
Merit: 1084


View Profile WWW
July 29, 2020, 06:43:21 PM
 #11261

yet another issue

trying a new pool Ziliqua and Etheruem

PhoenixMiner.exe -pool stratum1+tcp://eu.ezil.me:5555 -proto 2 -wal 0xa57EeFabb76Bfd1E9E6ee606999b76BD123aFe32.zil1lnren9q53zp4a3rr6zx4f3p53v3nuyq0 qgey5f -worker WORKER


thats the - wal address

Awesomeminer for some reason removes the seccond part  zil1lnren9q53zp4a3rr6zx4f3p53v3nuyq0qgey5f   from the address so i cannot connect to the pool.  Why won't the miner just respect the full wallet address i placed in the wallet

why is it stripping out and using just the 0xa57EeFabb76Bfd1E9E6ee606999b76BD123aFe32 ? and how do i disable that ?  I tried removing it completely and  adding -wal 0xa57EeFabb76Bfd1E9E6ee606999b76BD123aFe32.zil1lnren9q53zp4a3rr6zx4f3p53v3nuyq0 qgey5f
as a command line option and now nothing is used.

Mine works fine... But, I use Team Red Miner over that phoney Phoenix miner.
you put the whole wallet address in the account textbox?
I created a pool like this in Awesome Miner:
URL: stratum1+tcp://eu.ezil.me:5555
Worker name: myworker
Wallet address: 0xa57EeFabb76Bfd1E9E6ee606999b76BD123aFe32.zil1lnren9q53zp4a3rr6zx4f3p53v3nuyq0 qgey5f

When starting Phoenix Miner, I get the following generated by Awesome Miner (verified using the Diagnostics). Is the below the expected output?

POOL: stratum1+tcp://eu.ezil.me:5555, WAL: 0xa57EeFabb76Bfd1E9E6ee606999b76BD123aFe32.zil1lnren9q53zp4a3rr6zx4f3p53v3nuyq0 qgey5f, WORKER: myworker, PASS: x, PROTO: 2, ALLPOOLS: 1

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
In order to get the maximum amount of activity points possible, you just need to post once per day on average. Skipping days is OK as long as you maintain the average.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714874794
Hero Member
*
Offline Offline

Posts: 1714874794

View Profile Personal Message (Offline)

Ignore
1714874794
Reply with quote  #2

1714874794
Report to moderator
MoparMiningLLC
aka Stryfe
Legendary
*
Online Online

Activity: 2072
Merit: 2223


EIN: 82-3893490


View Profile WWW
July 29, 2020, 06:43:35 PM
 #11262


The instructions on the web site says that you need to edit the configuration file, but it didn't specifically tell how to do it. This is why you need to use the 'vi' command to edit the file.

will try it out - just hopefully not brick my miner.
You can make a copy of the original configuration file. Make a copy using:
cp /home/inno_py/inno_config.py /home/inno_py/inno_config.backup

when I did vi /home/inno_py/inno_config.py

I got :

Code:
#!/usr/bin/env python3                                                                                                  # -*- coding: utf-8 -*-                                                                                                                                                                                                                         import platform                                                                                                                                                                                                                                 #################################### json...... ###################################                                     gInnoJsonIndent = 2                                                                                                                                                                                                                             #################################### cgi...... ####################################                                     gInnoVersionPath = '/build_log'                                                                                         gInnoPassWordPath = '/home/www/conf/password'                                                                           gInnoResolvPath = '/etc/resolv.conf'                                                                                    gInnoInterfacePath ='/etc/network/interfaces'                                                                           gInnoTypePath   = '/tmp/type'                                                                                           gInnoHWVerPath  = '/tmp/hwver'                                                                                          gInnoRunShPath  = '/tmp/run.sh'                                                                                         gInnoAutoSchLockPath = '/tmp/autosch_lock'                                                                              gInnoMinerConfPath = '/home/www/conf/miner.conf'                                                                        gInnoDnaDevicePath = '/dev/dna'                                                                                         gInnoDnaFilePath = '/innocfg/dna'                                                                                       gInnoAnalysLogPath = '/tmp/log/analys%d.log'                                                                            gInnoVolLogPath = '/tmp/log/volAnalys%d.log'                                                                            gInnoLogoPath = '/home/www/static/logo/logo.png'                                                                        gInnoUserLogoPath = '/home/www/conf/logo.png.user'                                                                      gInnoInnoLogoPath = '/home/www/static/images/logo.png.inno'                                                             gInnoDmLogoPath = '/home/www/static/images/logo.png.dm'                                                                 gInnoBlankLogoPath = '/home/www/static/images/blank-logo.png'                                                           gInnoSysLogPath = '/innocfg/log/miner.log'                                                                              gInnoDefVidPath = '/home/www/conf/defaultVID'                                                                           gInnoNewDefVidPath = '/home/www/conf/defVID'                                                                            gInnoDefPllPath = '/home/www/conf/defPLL'                                                                               gInnoDhcpPidPath = '/var/run/udhcpc.eth0.pid'                                                                           gInnoLogoFileSize = 512 * 1024     # 512K                                                                                                                                                                                                       ##################################### network ####################################                                      gInnoGetDhcpCmd = "cat %s | grep ^iface | sed -n '$p' | awk '{print $4}'" % (gInnoInterfacePath)                        gInnoGetIpCmd   = "ifconfig | grep inet | sed -n '1p' | awk '{print $2}' | awk -F ':' '{print $2}'"                     gInnoGetNetmask = "ifconfig |grep inet| sed -n '1p'|awk '{print $4}'|awk -F ':' '{print $2}'"                           gInnoGetGateway = "route -n | grep eth0 | grep UG | awk '{print $2}'"                                                                                                                                                                           gInnoIpaddrDef  = '192.168.1.254'                                                                                       gInnoNetmaskDef = '255.255.255.0'                                                                                       gInnoGatewayDef = '192.168.1.1'                                                                                         gInnoDnsDef     = ['8.8.8.8', '114.114.114.114']                                                                                                                                                                                                ##################################### ............... ####################################                              gInnoRexWebPwd   = r'^[a-zA-Z0-9 ~!@#$%^&*\_=+;:,.?<>\-]{8}$'                                                           gInnoRexPoolUrl  = r'^[a-zA-Z0-9~!@#$%&*_=+;:,.?\-\'\[\]()/]+$'                                                         gInnoRexPoolUser = r'^[a-zA-Z0-9 ~!@#$%^&*_=+;:,.<>?\-]+$'                                                              gInnoRexPoolPwd  = r'^\"?[a-zA-Z0-9 ~!@#$%^&*_=+;:,.<>?\-]+\"?$'                                                        gInnoRexIpAddr   = r'^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$'                                                              gInnoRexFreq     = r'^[0-9]{1,4}$'                                                                                      gInnoRexVid      = r'^[0-9]{1,3}$'                                                                                                                                                                                                              ##################################### json... ####################################                                      gInnoCallBackKey    = 'callback'                                                                                        I /home/inno_py/inno_config.py [Modified] 1/196 0%   

it doesnt copy over here very well

I am going to have to wait until someone who has done it can walk me thru lol

Mine BTC @ kano.is
Offering escrow services https://bitcointalk.org/index.php?topic=5154480
All Bitcoin 3D printing needs at CryptoCloaks
Marvell2
Full Member
***
Offline Offline

Activity: 1148
Merit: 132


View Profile
July 29, 2020, 07:04:01 PM
 #11263

yet another issue

trying a new pool Ziliqua and Etheruem

PhoenixMiner.exe -pool stratum1+tcp://eu.ezil.me:5555 -proto 2 -wal 0xa57EeFabb76Bfd1E9E6ee606999b76BD123aFe32.zil1lnren9q53zp4a3rr6zx4f3p53v3nuyq0 qgey5f -worker WORKER


thats the - wal address

Awesomeminer for some reason removes the seccond part  zil1lnren9q53zp4a3rr6zx4f3p53v3nuyq0qgey5f   from the address so i cannot connect to the pool.  Why won't the miner just respect the full wallet address i placed in the wallet

why is it stripping out and using just the 0xa57EeFabb76Bfd1E9E6ee606999b76BD123aFe32 ? and how do i disable that ?  I tried removing it completely and  adding -wal 0xa57EeFabb76Bfd1E9E6ee606999b76BD123aFe32.zil1lnren9q53zp4a3rr6zx4f3p53v3nuyq0 qgey5f
as a command line option and now nothing is used.

Mine works fine... But, I use Team Red Miner over that phoney Phoenix miner.
you put the whole wallet address in the account textbox?
I created a pool like this in Awesome Miner:
URL: stratum1+tcp://eu.ezil.me:5555
Worker name: myworker
Wallet address: 0xa57EeFabb76Bfd1E9E6ee606999b76BD123aFe32.zil1lnren9q53zp4a3rr6zx4f3p53v3nuyq0 qgey5f

When starting Phoenix Miner, I get the following generated by Awesome Miner (verified using the Diagnostics). Is the below the expected output?

POOL: stratum1+tcp://eu.ezil.me:5555, WAL: 0xa57EeFabb76Bfd1E9E6ee606999b76BD123aFe32.zil1lnren9q53zp4a3rr6zx4f3p53v3nuyq0 qgey5f, WORKER: myworker, PASS: x, PROTO: 2, ALLPOOLS: 1

yeah thats the correct output, ill take a look on my end and see if it works
Marvell2
Full Member
***
Offline Offline

Activity: 1148
Merit: 132


View Profile
July 29, 2020, 07:05:44 PM
 #11264

why do i get mining interface offline when the card is mining and awesomeminer agent is running?  its happening now on phoeniexminer
"Interface offline" indicates that Awesome Miner doesn't get any monitoring information from the mining software. Can you please select the miner and send me the API report (toolbar: Tools -> API Report), and I can verify if Phoenix Miner is giving any updates.

Do you see any error messages in the Phoenix Miner window when it's starting?

thats the api report

Version: 7.8.4 (40)
API command: miner_getstat2


I see zero errors in phoeniexminer
Thanks for the details. This indicates PhoenixMiner doesn't respond anything to the monitoring requests.

I don't have any solution to this, but based on previous experience it might make sense to check if this issue only happens when you run the mining with many mining devices. Do you get the same issue if you start Phoenix Miner with a single GPU?
its only one gpu on that rig , still baffles on  this issue
patrike (OP)
Legendary
*
Offline Offline

Activity: 3318
Merit: 1084


View Profile WWW
July 31, 2020, 02:06:09 PM
 #11265

Awesome Miner version 7.8.5

 ASIC mining
  - Managed Hosts used as Remote Proxies will include the number of External Miners using it
 GPU mining
  -  GPU selection improved for systems with a mix of AMD and nVidia GPUs when mining with NbMiner and WildRig Miner
 Rules
  - A rule can be configured to execute the list of actions of another rule
  - A rule can be configured to execute the actions for a fixed list of miners instead of using the triggered miners
  - Adding a new user defined rule will enable it by default
 Integration
  - Updated block explorer for BTCP for wallet balance
  - Added Nicehash Cuckarooz29 pool
 Mining software
  - Bminer 16.2.12
  - Gminer 2.20
  - XmRig 6.3.1
  - TeamRedMiner 0.7.9
  - Nanominer 1.9.6
 Corrections
  - Correction to display for number of active miners in the group summary

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

Activity: 4
Merit: 0


View Profile
July 31, 2020, 08:05:26 PM
 #11266

Hello!

I've been using Awesome Miner for several years now to manage my 8 mining rigs. AM is running from my HTPC machine, which also has a 1070 in it.

Lately, the local mining instance has been acting up, switching away from the most profitable coin to mine (right now its ETH). None of my external miners do this.

If I enable only the ETH algo, the default error shows up. After I restart AM, it goes back to mining ETH.

I've tried to set a good enough "buffer" for the profit switching not to react to spikes, with minimum mining time 60 minutes. What I don't get is that this problem is only with the local instance, and not my other rigs.

Thanks for an otherwise great software!
patrike (OP)
Legendary
*
Offline Offline

Activity: 3318
Merit: 1084


View Profile WWW
August 03, 2020, 06:39:25 PM
 #11267

Hello!

I've been using Awesome Miner for several years now to manage my 8 mining rigs. AM is running from my HTPC machine, which also has a 1070 in it.

Lately, the local mining instance has been acting up, switching away from the most profitable coin to mine (right now its ETH). None of my external miners do this.

If I enable only the ETH algo, the default error shows up. After I restart AM, it goes back to mining ETH.

I've tried to set a good enough "buffer" for the profit switching not to react to spikes, with minimum mining time 60 minutes. What I don't get is that this problem is only with the local instance, and not my other rigs.

Thanks for an otherwise great software!
Hi and thanks for all details. I've responded to your PM about this case.

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
MoparMiningLLC
aka Stryfe
Legendary
*
Online Online

Activity: 2072
Merit: 2223


EIN: 82-3893490


View Profile WWW
August 03, 2020, 06:59:33 PM
 #11268

still looking for anyone that has gotten AM to work with Innosilicon miners - specifically the A6 - I tried the instructions for the A4/A5 but made zero progress. So, either it doesnt work or I just dont understand it - entirely possible.

Mine BTC @ kano.is
Offering escrow services https://bitcointalk.org/index.php?topic=5154480
All Bitcoin 3D printing needs at CryptoCloaks
patrike (OP)
Legendary
*
Offline Offline

Activity: 3318
Merit: 1084


View Profile WWW
August 04, 2020, 07:43:30 AM
 #11269

still looking for anyone that has gotten AM to work with Innosilicon miners - specifically the A6 - I tried the instructions for the A4/A5 but made zero progress. So, either it doesnt work or I just dont understand it - entirely possible.
Just to make sure I understand case correctly - you are able to use the file editor 'vi' to open the configuration file? But from there on you are not able to make any changes?
Did you try to use the 'i' key once the file is opened in order to make it possible to type text and make modifications?

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

Activity: 1558
Merit: 69


View Profile
August 04, 2020, 09:24:16 PM
 #11270

Hi Patrike,

please update miniZ miner to version 1.6v5, major improvements for all algos.

https://bitcointalk.org/index.php?topic=4767892.0
https://miniz.ch/download/

Feature request:

Is it possible to show the GPU memory manufacturer in GPU and GPU clocking tab and maybe the size of the GPU memory?
dornmasse
Copper Member
Newbie
*
Offline Offline

Activity: 11
Merit: 8


View Profile
August 05, 2020, 05:32:39 AM
 #11271

Hi, I have two similar problems Smiley
1) AwesomeMiner can't restart newest BraiinsOS (S9), it gives error ("failed to execute command) after pressing "restart" button, I guess it's because of slightly different API of new bosminer. "Reboot" button works, but it reboots asic completely, not very convenient.
2) I have a few M21s Whatsminer's, can't restart them as well.

Is there a chance it will be fixed at some point?

Thanks for support and great software.
Grumo
Member
**
Offline Offline

Activity: 430
Merit: 22

Professional user


View Profile WWW
August 05, 2020, 04:16:18 PM
 #11272

Hello , i got an error reading the watts from a rig, it says im using 25 kw instead 250 watts  in a pc  with 2 gpus



that rig is running under linux ubuntu 18.04 , i tried several differents miners but it is always the same, only if i run with windows it is fixed

 <GlobalDeviceId>0</GlobalDeviceId>
        <Power>
          <Value>12499</Value>
          <Max>-1</Max>
        </Power>

how to fix under linux?

bTCBTCbiᴛcoinᗷTCethDOGEzecⅬTCUSDT
GKumaran
Member
**
Offline Offline

Activity: 204
Merit: 10


View Profile
August 06, 2020, 08:41:14 AM
 #11273

NBMiner on ETH has multiple stratum support. But AM is defaulting to the proxy stratum, can you set AM to not define the statum-proxy:// part of the url and instead use the entire url as defined in the pool config?
patrike (OP)
Legendary
*
Offline Offline

Activity: 3318
Merit: 1084


View Profile WWW
August 06, 2020, 07:04:16 PM
 #11274

Hi, I have two similar problems Smiley
1) AwesomeMiner can't restart newest BraiinsOS (S9), it gives error ("failed to execute command) after pressing "restart" button, I guess it's because of slightly different API of new bosminer. "Reboot" button works, but it reboots asic completely, not very convenient.
2) I have a few M21s Whatsminer's, can't restart them as well.

Is there a chance it will be fixed at some point?

Thanks for support and great software.
Thanks for your questions.

1) You are correct that there have been a number of changes in the latest Braiins bosminer, where it's no longer fully compatible with the cgminer. I don't have any solution for this today but I will try to get more details from the Braiins team.

These days most of our users running custom S9 firmware are running our Awesome Miner Antminer Firmware, as it's better integrated to Awesome Miner.

2) Whatsminers started to support API operations in a firmware they released just a few days ago (August 1st). I've already started working on this and restart and reboot will be supported. There will probably be a development release of Awesome Miner with improved Whatsminer support during next week.

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: 1084


View Profile WWW
August 06, 2020, 07:06:01 PM
 #11275

Hi Patrike,

please update miniZ miner to version 1.6v5, major improvements for all algos.

https://bitcointalk.org/index.php?topic=4767892.0
https://miniz.ch/download/

Feature request:

Is it possible to show the GPU memory manufacturer in GPU and GPU clocking tab and maybe the size of the GPU memory?

I've pushed a software definition update for Miniz now.

Thanks for the suggestion about display of GPU memory details 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: 3318
Merit: 1084


View Profile WWW
August 06, 2020, 07:07:23 PM
 #11276

Hello , i got an error reading the watts from a rig, it says im using 25 kw instead 250 watts  in a pc  with 2 gpus



that rig is running under linux ubuntu 18.04 , i tried several differents miners but it is always the same, only if i run with windows it is fixed

 <GlobalDeviceId>0</GlobalDeviceId>
        <Power>
          <Value>12499</Value>
          <Max>-1</Max>
        </Power>

how to fix under linux?
Is this for nVidia? If this is the case, could you please run the following command on Ubuntu and share the output with me:
Code:
nvidia-smi --query-gpu=name,power.draw --format=csv,noheader,nounits
This command should display the reported power usage.

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: 1084


View Profile WWW
August 06, 2020, 07:19:04 PM
 #11277

NBMiner on ETH has multiple stratum support. But AM is defaulting to the proxy stratum, can you set AM to not define the statum-proxy:// part of the url and instead use the entire url as defined in the pool config?
What Awesome Miner do today for NbMiner in case of ETH mining is to replace any "stratum" string in the URL with "ethproxy" in the pool url that typically looks like stratum+tcp://poolurl.
Can you please give an example of the complete URL you are using? If it doesn't contain the string "stratum" it shouldn't be modified.

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

Activity: 529
Merit: 29


View Profile
August 06, 2020, 07:37:33 PM
 #11278

@patrike

Need an option to "Reboot and show progress (via SSH)", similar to "Reboot and show progress (via web)".

Will be very useful to see if reboot actually succeeded, since sometimes miners don't even respond to ssh.

Thanks!
Grumo
Member
**
Offline Offline

Activity: 430
Merit: 22

Professional user


View Profile WWW
August 06, 2020, 08:46:47 PM
 #11279


Is this for nVidia? If this is the case, could you please run the following command on Ubuntu and share the output with me:
Code:
nvidia-smi --query-gpu=name,power.draw --format=csv,noheader,nounits
This command should display the reported power usage.
cpu3900x@3900x:~$ nvidia-smi --query-gpu=name,power.draw --format=csv,noheader,nounits
GeForce RTX 2060 SUPER, 125.33
GeForce RTX 2060 SUPER, 125.06

bTCBTCbiᴛcoinᗷTCethDOGEzecⅬTCUSDT
patrike (OP)
Legendary
*
Offline Offline

Activity: 3318
Merit: 1084


View Profile WWW
August 07, 2020, 01:24:02 PM
 #11280

@patrike

Need an option to "Reboot and show progress (via SSH)", similar to "Reboot and show progress (via web)".

Will be very useful to see if reboot actually succeeded, since sometimes miners don't even respond to ssh.

Thanks!
I'm planning to make a design change to how Default Pools and Reboot works in the next release. I will include "Reboot and show progress" as well based on your feedback.
Today there are "via web" and "via SSH" operations. From now on it will only be a single operation. If Web or SSH should be used is instead defined in the Properties of the External Miner, Advanced section.

This makes it possible to have a mix of ASIC miners, some that has SSH and others with only Web, and you can perform a single operation on all of them. Depending on how the External Miner is configured, it will use either the Web or SSH method for the specific miner.

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
Pages: « 1 ... 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 553 554 555 556 557 558 559 560 561 562 563 [564] 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 ... 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!