Bitcoin Forum
May 07, 2024, 11:38:09 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 ... 67 »
  Print  
Author Topic: M's Miner (Ant/SP) Monitor v5.2: alerts,auto/mass/scheduled reboot/mobile miner  (Read 209242 times)
mdude77 (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1001



View Profile
May 22, 2014, 01:09:18 AM
 #181

Maybe that was a bit harsh Tongue but the cgminer api is readable by default although it is restricted to read only(it initializes using "--api-network"). Using this for management is fine but I would be very careful about the refresh rate especially with S1. I would suggest using the cgminer API for monitoring instead of the html pages it will be much faster.

Speed isn't an issue.  As noted above, the UI to the S1s is slow as well. 

I'm also doubtful the cgminer shows everything the UI shows, such as the status of the Ant chains.

M

It does show that information. The UI simply reads the cgminer API actually so everything you see there can be pulled directly off the cgminer API.

I had a look at the cgminer API.  I also googled antminer API.  The only thing I found is S1s default to 127.0.0.1 only, so you have to change it before you can reach it on the network.  I found zero info on the API that the S1s and S2s use in cgminer.  However I did find lots of people saying they were unable to get the cgminer APIs to provide what they needed, for one reason or another.

Since you seem to be in the know, would you mind pointing me to some documentation on the API? Smiley

Thanks.

M

I mine at Kano's Pool because it pays the best and is completely transparent!  Come join me!
1715081889
Hero Member
*
Offline Offline

Posts: 1715081889

View Profile Personal Message (Offline)

Ignore
1715081889
Reply with quote  #2

1715081889
Report to moderator
1715081889
Hero Member
*
Offline Offline

Posts: 1715081889

View Profile Personal Message (Offline)

Ignore
1715081889
Reply with quote  #2

1715081889
Report to moderator
It is a common myth that Bitcoin is ruled by a majority of miners. This is not true. Bitcoin miners "vote" on the ordering of transactions, but that's all they do. They can't vote to change the network rules.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715081889
Hero Member
*
Offline Offline

Posts: 1715081889

View Profile Personal Message (Offline)

Ignore
1715081889
Reply with quote  #2

1715081889
Report to moderator
1715081889
Hero Member
*
Offline Offline

Posts: 1715081889

View Profile Personal Message (Offline)

Ignore
1715081889
Reply with quote  #2

1715081889
Report to moderator
runlinux
Hero Member
*****
Offline Offline

Activity: 566
Merit: 500



View Profile WWW
May 22, 2014, 01:18:05 AM
 #182

I was browsing around on an S1 when I first got it. I think one could enable the API for local network with a change of one of the files. Want me to test and report back? I think it voids the warranty though Sad

I think a few changes here could allow API access to the miner.

/etc/config/cgminer
Code:
config cgminer 'default'
        option chip_frequency '282'
        option miner_count '24'
        option api_allow 'W:127.0.0.1'
        option more_options '--quiet'
        option target '60'
        option overheat '70'
        option pool1url 'cure.cryptopools.com:3347'
        option pool1user 'runlinux.50'
        option pool1pw '1'

mdude77 (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1001



View Profile
May 22, 2014, 01:32:24 AM
 #183

I was browsing around on an S1 when I first got it. I think one could enable the API for local network with a change of one of the files. Want me to test and report back? I think it voids the warranty though Sad

I think a few changes here could allow API access to the miner.

/etc/config/cgminer

Thanks for looking.  I do not want to require someone to edit a file.  I want this to be PNP, like S1s.

I think, though, this confirms it's only accessible by localhost without a change.

M

I mine at Kano's Pool because it pays the best and is completely transparent!  Come join me!
runlinux
Hero Member
*****
Offline Offline

Activity: 566
Merit: 500



View Profile WWW
May 22, 2014, 01:34:55 AM
Last edit: May 22, 2014, 01:49:49 AM by runlinux
 #184

I just made a change to allow anything on 192.168.1.0/24 and it didn't accept a pool change Sad Sounds like the only clean way to get data is through the webpage. It was worth a shot.

EDIT:

I too am also having issues with 1.5 finding my S1's. I tried deleting all of them and re-adding and still no luck Sad I get an error when I try to run 1.4 now.

Code:
See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentException: Value does not fall within the expected range.
   at Microsoft.VisualBasic.CompilerServices.Symbols.Container.InvokeMethod(Method TargetProcedure, Object[] Arguments, Boolean[] CopyBack, BindingFlags Flags)
   at Microsoft.VisualBasic.CompilerServices.NewLateBinding.CallMethod(Container BaseReference, String MethodName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, BindingFlags InvocationFlags, Boolean ReportErrors, ResolutionFailure& Failure)
   at Microsoft.VisualBasic.CompilerServices.NewLateBinding.ObjectLateCall(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, Boolean IgnoreReturn)
   at Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateCall(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, Boolean IgnoreReturn)
   at MAntMonitor.frmAntMonitor.RefreshGrid()
   at MAntMonitor.frmAntMonitor.Form1_Load(Object sender, EventArgs e)
   at System.EventHandler.Invoke(Object sender, EventArgs e)
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ContainerControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.34011 built by: FX45W81RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
MAntMonitor
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/runlinux/Downloads/MAntMonitor14/MAntMonitor.exe
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 10.0.0.0
    Win32 Version: 12.0.20806.33440 built by: FX45W81RTMREL
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0

mdude77 (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1001



View Profile
May 22, 2014, 02:13:08 AM
 #185

I just made a change to allow anything on 192.168.1.0/24 and it didn't accept a pool change Sad Sounds like the only clean way to get data is through the webpage. It was worth a shot.

EDIT:

I too am also having issues with 1.5 finding my S1's. I tried deleting all of them and re-adding and still no luck Sad I get an error when I try to run 1.4 now.

1.5 sticks a "S1: " in front of the address in the registry.  1.4 won't like that.

M

I mine at Kano's Pool because it pays the best and is completely transparent!  Come join me!
bitsolutions
Sr. Member
****
Offline Offline

Activity: 261
Merit: 257



View Profile
May 22, 2014, 10:30:45 AM
 #186

I was browsing around on an S1 when I first got it. I think one could enable the API for local network with a change of one of the files. Want me to test and report back? I think it voids the warranty though Sad

I think a few changes here could allow API access to the miner.

/etc/config/cgminer

Thanks for looking.  I do not want to require someone to edit a file.  I want this to be PNP, like S1s.

I think, though, this confirms it's only accessible by localhost without a change.

M

No, it is accessible over the network by default, the reason this is not obvious is because the api option is in the cgminer init file.

These are the options cgminer starts with
Code:
cgminer --bitmain-options 115200:32:8:40:350:4d81 -o 50.31.149.57:3333 -O antminer_1:123 -o http://stratum.antpool.com:6688 -O bm1_1:123 -o stratum+tcp://stratum.50btc.com:3333 -O info@bitmaintech.com:123 --api-listen --api-network
As you can see it is operating in listen mode, you can't actually change cgminer options using the API in this mode but you can view everything that you would see in the stats page.

And of course you can see pretty much everything in the cgminer stats that you would in the webui.
Code:
root@antMiner:~# cgminer-api stats
Reply was 'STATUS=S,When=1400754110,Code=70,Msg=CGMiner stats,Description=cgminer 3.12.0|STATS=0,ID=BMM0,Elapsed=41,Calls=0,Wait=0.000000,Max=0.000000,Min=99999999.000000,baud=115200,miner_count=2,asic_count=8,timeout=40,frequency=350,voltage=5,fan_num=1,fan1=3300,fan2=0,fan3=0,fan4=0,temp_num=2,temp1=54,temp2=54,temp3=0,temp4=0,temp_avg=54,temp_max=54,Device Hardware%=0.0000,no_matching_work=0,chain_acn1=32,chain_acn2=32,chain_acn3=0,chain_acn4=0,chain_acs1=oooooooo oooooooo oooooooo oooooooo,chain_acs2=oooooooo oooooooo oooooooo oooooooo,chain_acs3=,chain_acs4=,USB Pipe=0,USB Delay=r0 0.000000 w0 0.000000,USB tmo=49411 50=704/68/112/50479/12672 100=53/119/293/6144/954 500=3/1010/2147483647/2147485763/54 |STATS=1,ID=POOL0,Elapsed=41,Calls=0,Wait=0.000000,Max=0.000000,Min=99999999.000000,Pool Calls=0,Pool Attempts=0,Pool Wait=0.000000,Pool Max=0.000000,Pool Min=99999999.000000,Pool Av=0.000000,Work Had Roll Time=false,Work Can Roll=false,Work Had Expire=false,Work Roll Time=0,Work Diff=1024.00000000,Min Diff=1024.00000000,Max Diff=1024.00000000,Min Diff Count=6861,Max Diff Count=6861,Times Sent=14,Bytes Sent=1373,Times Recv=22,Bytes Recv=6894,Net Bytes Sent=2078,Net Bytes Recv=6894|STATS=2,ID=POOL1,Elapsed=41,Calls=0,Wait=0.000000,Max=0.000000,Min=99999999.000000,Pool Calls=0,Pool Attempts=0,Pool Wait=0.000000,Pool Max=0.000000,Pool Min=99999999.000000,Pool Av=0.000000,Work Had Roll Time=false,Work Can Roll=false,Work Had Expire=false,Work Roll Time=0,Work Diff=0.00000000,Min Diff=0.00000000,Max Diff=0.00000000,Min Diff Count=0,Max Diff Count=0,Times Sent=0,Bytes Sent=0,Times Recv=0,Bytes Recv=0,Net Bytes Sent=0,Net Bytes Recv=0|STATS=3,ID=POOL2,Elapsed=41,Calls=0,Wait=0.000000,Max=0.000000,Min=99999999.000000,Pool Calls=0,Pool Attempts=0,Pool Wait=0.000000,Pool Max=0.000000,Pool Min=99999999.000000,Pool Av=0.000000,Work Had Roll Time=false,Work Can Roll=false,Work Had Expire=false,Work Roll Time=0,Work Diff=0.00000000,Min Diff=0.00000000,Max Diff=0.00000000,Min Diff Count=0,Max Diff Count=0,Times Sent=2,Bytes Sent=153,Times Recv=2,Bytes Recv=156,Net Bytes Sent=153,Net Bytes Recv=156|'
[STATUS] =>
(
   [STATUS] => S
   [When] => 1400754110
   [Code] => 70
   [Msg] => CGMiner stats
   [Description] => cgminer 3.12.0
)
[STATS0] =>
(
   [STATS] => 0
   [ID] => BMM0
   [Elapsed] => 41
   [Calls] => 0
   [Wait] => 0.000000
   [Max] => 0.000000
   [Min] => 99999999.000000
   [baud] => 115200
   [miner_count] => 2
   [asic_count] => 8
   [timeout] => 40
   [frequency] => 350
   [voltage] => 5
   [fan_num] => 1
   [fan1] => 3300
   [fan2] => 0
   [fan3] => 0
   [fan4] => 0
   [temp_num] => 2
   [temp1] => 54
   [temp2] => 54
   [temp3] => 0
   [temp4] => 0
   [temp_avg] => 54
   [temp_max] => 54
   [Device Hardware%] => 0.0000
   [no_matching_work] => 0
   [chain_acn1] => 32
   [chain_acn2] => 32
   [chain_acn3] => 0
   [chain_acn4] => 0
   [chain_acs1] => oooooooo oooooooo oooooooo oooooooo
   [chain_acs2] => oooooooo oooooooo oooooooo oooooooo
   [chain_acs3] =>
   [chain_acs4] =>
   [USB Pipe] => 0
   [USB Delay] => r0 0.000000 w0 0.000000
   [USB tmo] => 49411 50=704/68/112/50479/12672 100=53/119/293/6144/954 500=3/1010/2147483647/2147485763/54
)
[STATS1] =>
(
   [STATS] => 1
   [ID] => POOL0
   [Elapsed] => 41
   [Calls] => 0
   [Wait] => 0.000000
   [Max] => 0.000000
   [Min] => 99999999.000000
   [Pool Calls] => 0
   [Pool Attempts] => 0
   [Pool Wait] => 0.000000
   [Pool Max] => 0.000000
   [Pool Min] => 99999999.000000
   [Pool Av] => 0.000000
   [Work Had Roll Time] => false
   [Work Can Roll] => false
   [Work Had Expire] => false
   [Work Roll Time] => 0
   [Work Diff] => 1024.00000000
   [Min Diff] => 1024.00000000
   [Max Diff] => 1024.00000000
   [Min Diff Count] => 6861
   [Max Diff Count] => 6861
   [Times Sent] => 14
   [Bytes Sent] => 1373
   [Times Recv] => 22
   [Bytes Recv] => 6894
   [Net Bytes Sent] => 2078
   [Net Bytes Recv] => 6894
)
[STATS2] =>
(
   [STATS] => 2
   [ID] => POOL1
   [Elapsed] => 41
   [Calls] => 0
   [Wait] => 0.000000
   [Max] => 0.000000
   [Min] => 99999999.000000
   [Pool Calls] => 0
   [Pool Attempts] => 0
   [Pool Wait] => 0.000000
   [Pool Max] => 0.000000
   [Pool Min] => 99999999.000000
   [Pool Av] => 0.000000
   [Work Had Roll Time] => false
   [Work Can Roll] => false
   [Work Had Expire] => false
   [Work Roll Time] => 0
   [Work Diff] => 0.00000000
   [Min Diff] => 0.00000000
   [Max Diff] => 0.00000000
   [Min Diff Count] => 0
   [Max Diff Count] => 0
   [Times Sent] => 0
   [Bytes Sent] => 0
   [Times Recv] => 0
   [Bytes Recv] => 0
   [Net Bytes Sent] => 0
   [Net Bytes Recv] => 0
)
[STATS3] =>
(
   [STATS] => 3
   [ID] => POOL2
   [Elapsed] => 41
   [Calls] => 0
   [Wait] => 0.000000
   [Max] => 0.000000
   [Min] => 99999999.000000
   [Pool Calls] => 0
   [Pool Attempts] => 0
   [Pool Wait] => 0.000000
   [Pool Max] => 0.000000
   [Pool Min] => 99999999.000000
   [Pool Av] => 0.000000
   [Work Had Roll Time] => false
   [Work Can Roll] => false
   [Work Had Expire] => false
   [Work Roll Time] => 0
   [Work Diff] => 0.00000000
   [Min Diff] => 0.00000000
   [Max Diff] => 0.00000000
   [Min Diff Count] => 0
   [Max Diff Count] => 0
   [Times Sent] => 2
   [Bytes Sent] => 153
   [Times Recv] => 2
   [Bytes Recv] => 156
   [Net Bytes Sent] => 153
   [Net Bytes Recv] => 156
)
[/code]

Mining Software Developer.
runlinux
Hero Member
*****
Offline Offline

Activity: 566
Merit: 500



View Profile WWW
May 22, 2014, 03:51:43 PM
 #187

I just made a change to allow anything on 192.168.1.0/24 and it didn't accept a pool change Sad Sounds like the only clean way to get data is through the webpage. It was worth a shot.

EDIT:

I too am also having issues with 1.5 finding my S1's. I tried deleting all of them and re-adding and still no luck Sad I get an error when I try to run 1.4 now.

1.5 sticks a "S1: " in front of the address in the registry.  1.4 won't like that.

M

Have you posted already where that registry key is located? I'd like to "fix" that in the short term.

rileyminer
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
May 22, 2014, 09:27:04 PM
 #188


look for this reg key - I deleted it to reset my settings:
(be careful if you're not familiar with regedit - but it sounds like you are)

My Computer\HKEY_CURRENT_USER\Software\MAntMonitor
mdude77 (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1001



View Profile
May 23, 2014, 08:52:14 AM
 #189

I was browsing around on an S1 when I first got it. I think one could enable the API for local network with a change of one of the files. Want me to test and report back? I think it voids the warranty though Sad

I think a few changes here could allow API access to the miner.

/etc/config/cgminer

Thanks for looking.  I do not want to require someone to edit a file.  I want this to be PNP, like S1s.

I think, though, this confirms it's only accessible by localhost without a change.

M

No, it is accessible over the network by default, the reason this is not obvious is because the api option is in the cgminer init file.

Thank you for posting this.  It's most useful.

M

I mine at Kano's Pool because it pays the best and is completely transparent!  Come join me!
GuyllFyre
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
May 23, 2014, 11:11:17 PM
Last edit: May 23, 2014, 11:54:15 PM by GuyllFyre
 #190

I'm running Linux Mint 16 x64 with the low latency kernel.
I have installed VirtualBox and have loaded my OEM copy of Windows Vista Business 32-Bit (yea, I know, it's why I run Linux), installed the needed .NET.
v1.4 shows my S1 on the "Ants" tab.
v1.5 does not.
The v1.5 logs and browser1 show successful connections with the S1.

So I'm running 1.4 right now and have the vbox set up in seamless mode, so it's right there under the Java BitMinter Client on my Linux desktop.
Reminds me of when I ran Windows under OS/2...

I also have to note that M's Pool Monitor v3.9 is very nice.
kabopar
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


View Profile
May 24, 2014, 02:21:24 AM
 #191


look for this reg key - I deleted it to reset my settings:
(be careful if you're not familiar with regedit - but it sounds like you are)

My Computer\HKEY_CURRENT_USER\Software\MAntMonitor

You may need to restart Windoze to accept the registry change.  Just deleting the key may not be sufficient.

mdude77 (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1001



View Profile
May 24, 2014, 02:22:33 AM
 #192

I'm running Linux Mint 16 x64 with the low latency kernel.
I have installed VirtualBox and have loaded my OEM copy of Windows Vista Business 32-Bit (yea, I know, it's why I run Linux), installed the needed .NET.
v1.4 shows my S1 on the "Ants" tab.
v1.5 does not.
The v1.5 logs and browser1 show successful connections with the S1.

So I'm running 1.4 right now and have the vbox set up in seamless mode, so it's right there under the Java BitMinter Client on my Linux desktop.
Reminds me of when I ran Windows under OS/2...

Thanks for the feedback.  I'm still at a loss as to why version to version it works for some people, but not others.  I hope to be able to make use of the cgminer API for the next version, and add some debug info for the web side (you'll be able to choose which one you want).

Quote
I also have to note that M's Pool Monitor v3.9 is very nice.

Smiley Thanks.

M

I mine at Kano's Pool because it pays the best and is completely transparent!  Come join me!
mdude77 (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1001



View Profile
May 24, 2014, 02:23:15 AM
 #193


look for this reg key - I deleted it to reset my settings:
(be careful if you're not familiar with regedit - but it sounds like you are)

My Computer\HKEY_CURRENT_USER\Software\MAntMonitor

You may need to restart Windoze to accept the registry change.  Just deleting the key may not be sufficient.

Deleting or renaming should be fine.  That's what I do to test it to make sure I didn't miss anything for completely new users.

M

I mine at Kano's Pool because it pays the best and is completely transparent!  Come join me!
BillTech
Sr. Member
****
Offline Offline

Activity: 296
Merit: 250


View Profile
May 25, 2014, 10:14:11 AM
 #194

everything looks great except it still doesnt actually reboot my miners
mdude77 (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1001



View Profile
May 25, 2014, 11:26:30 AM
 #195

everything looks great except it still doesnt actually reboot my miners

Are you sure?  I know the reboot functionality works, as it reboots both my S1s and S2s.  Keep in mind sometimes Xs don't go away with warm reboots.  My S2 was rebooted every 15 minutes all day the other day while I was at work "your thing downstairs has been beeping all day", and only after I power cycled it did the X go away.

M

I mine at Kano's Pool because it pays the best and is completely transparent!  Come join me!
BCwinning
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500


View Profile
May 25, 2014, 02:24:13 PM
 #196

Love the idea and the app works somewhat here. v1.5
The fans, temps, freqs and status are all blank.
I see there are some issues but thought I would check in with my experience as well.
Would be nice to see a stop button for the scan feature as well in the future possibly?

The New World Order thanks you for your support of Bitcoin and encourages your continuing support so that they may track your expenditures easier.
mdude77 (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1001



View Profile
May 25, 2014, 03:53:48 PM
 #197

Love the idea and the app works somewhat here. v1.5
The fans, temps, freqs and status are all blank.
I see there are some issues but thought I would check in with my experience as well.

That's a new one!  Hopefully the next version will work properly for you.

I'm just curious, are you using S1s or S2s?

Quote
Would be nice to see a stop button for the scan feature as well in the future possibly?

Good idea.

I expect the next version to be a bit faster with scanning however.

M

I mine at Kano's Pool because it pays the best and is completely transparent!  Come join me!
BCwinning
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500


View Profile
May 25, 2014, 04:00:45 PM
 #198

Love the idea and the app works somewhat here. v1.5
The fans, temps, freqs and status are all blank.
I see there are some issues but thought I would check in with my experience as well.

That's a new one!  Hopefully the next version will work properly for you.

I'm just curious, are you using S1s or S2s?

Quote
Would be nice to see a stop button for the scan feature as well in the future possibly?

Good idea.

I expect the next version to be a bit faster with scanning however.

M
I'm running one S1, but only 1 blade currently; I don't think it's relevant but full disclosure..
Browser 1 tab loads and displays the stats. It's just in the Ants tab that the fields don't populate entirely.

The New World Order thanks you for your support of Bitcoin and encourages your continuing support so that they may track your expenditures easier.
mdude77 (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1001



View Profile
May 25, 2014, 04:35:00 PM
 #199

Love the idea and the app works somewhat here. v1.5
The fans, temps, freqs and status are all blank.
I see there are some issues but thought I would check in with my experience as well.

That's a new one!  Hopefully the next version will work properly for you.

I'm just curious, are you using S1s or S2s?

Quote
Would be nice to see a stop button for the scan feature as well in the future possibly?

Good idea.

I expect the next version to be a bit faster with scanning however.

M
I'm running one S1, but only 1 blade currently; I don't think it's relevant but full disclosure..
Browser 1 tab loads and displays the stats. It's just in the Ants tab that the fields don't populate entirely.

That's a known "issue".  It expects there to be 2 blades, and doesn't know how to respond if there are 1.

M

I mine at Kano's Pool because it pays the best and is completely transparent!  Come join me!
BCwinning
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500


View Profile
May 25, 2014, 04:53:24 PM
 #200

Ooops sorry about that, I must not of read through the thread as entirely as I thought.
I see why, most people who would run this would have more than 1 ant to monitor.

The New World Order thanks you for your support of Bitcoin and encourages your continuing support so that they may track your expenditures easier.
Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 ... 67 »
  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!