Pages:
Author

Topic: ANUBIS - a CGMINER Web Frontend - page 19. (Read 83182 times)

full member
Activity: 174
Merit: 100
January 13, 2012, 09:46:57 PM
#36
I just want to say got Anubis running great now for my 24 mining rigs and look forward to future developments on this project.

I do have a small suggestion though, add a column on the main page to show what the current max gpu temp is for each machine. This is kind of important as one GPU's fan can fail or start having problems, and I would like to be able to catch that at a glance instead of with 48+ clicks.
hero member
Activity: 714
Merit: 500
January 13, 2012, 09:53:42 AM
#35
I'll try this.
hero member
Activity: 896
Merit: 1000
Buy this account on March-2019. New Owner here!!
January 13, 2012, 08:14:27 AM
#34
ocminer:

There seems to be a discrepancy between my stats on the pool and the stats on Anubis in regards to stales

BTCGuild is saying that 99.92% of my shares are being accepted yet Anubis is saying my rigs are getting 30%-60% stales





CGMINER it self is not showing a high stale rate either, im looking at my minerbox1 right now and the stale rate is very very low just like btcguild says it is, however Anubis is saying that rig has 27% stales

Any Ideas?

hero member
Activity: 632
Merit: 500
January 12, 2012, 07:35:06 PM
#33
I'm currently configuring my computers for ANUBIS. Here some points:

-Don't forget to activate the PHP extension for socket if you get an error for socket_connect.
- api-listen and api-network didn't seemed to work into a .conf file for cgminer 2.1.2. Maybe it's me who didn't wrote it correctly though into the .conf file.
-ANUBIS load indefinitely when, if I go to "Home" section, one of my host is stalled. There's no message error too. All the other sections of Anubis works fine (FAQ, config, contact), only Home is stuck.

***
For the bug, I forgot to mention that all my miners are using Linuxcoin 0.2final, but the "manager" with ANUBIS is on Windows 7, with EasyPHP 5.3.8.1 (yeah, I was lazy Cheesy)
full member
Activity: 174
Merit: 100
January 12, 2012, 09:41:11 AM
#32
I finally figured out my problem, a fresh install of php has short_open_tag in the php.ini disabled by default, which is what ANUBIS uses instead of full tags.

Enabling that option and restarting my web server finally made my ANUBIS .php pages actually work, and explained why phpmyadmin was working when anubis was not.
hero member
Activity: 518
Merit: 500
January 12, 2012, 04:49:26 AM
#31
I just installed it, and it works. Great job. Sent a small initial symbolic donation.

Some things Id like to see changed:
- the layout doesnt really make good use of large screen estate. No reason to use multiple lines within a row when the table is spanning only like 30% of my screen width
- show fan speed in overview
- configure different tresholds (temps, fan etc) for individual cards
- be able to sort and/or rearrange the table rows

And a question about the email notification; when does it notify? How do you configure it?

hero member
Activity: 742
Merit: 500
January 11, 2012, 11:34:07 PM
#30
I'm using IIS in Windows 7 to host the web server.

phpmyadmin works fine, so I assume that I installed php correctly.
No idea about configuring IIS.  PHP might just be enabled for certain directories or something like that.  Your web server is definitely serving the php just like its HTML though.

I don't understand why phpmyadmin pages work then (that's .php) and anubis doesn't.
full member
Activity: 174
Merit: 100
January 11, 2012, 11:29:57 PM
#29
I'm using IIS in Windows 7 to host the web server.

phpmyadmin works fine, so I assume that I installed php correctly.
No idea about configuring IIS.  PHP might just be enabled for certain directories or something like that.  Your web server is definitely serving the php just like its HTML though.

I don't understand why phpmyadmin pages work then (that's .php) and anubis doesn't.
hero member
Activity: 742
Merit: 500
January 11, 2012, 11:15:44 PM
#28
I'm using IIS in Windows 7 to host the web server.

phpmyadmin works fine, so I assume that I installed php correctly.
No idea about configuring IIS.  PHP might just be enabled for certain directories or something like that.  Your web server is definitely serving the php just like its HTML though.
full member
Activity: 174
Merit: 100
January 11, 2012, 09:36:47 PM
#27
I'm using IIS in Windows 7 to host the web server.

phpmyadmin works fine, so I assume that I installed php correctly.
hero member
Activity: 896
Merit: 1000
Buy this account on March-2019. New Owner here!!
January 11, 2012, 09:16:55 PM
#26
I just installed myslq/php on one of my rigs. I sort of know what I'm doing, but I'd really appreciate someone telling me how to configure myslq properly for anubis as I have no idea what i'm doing there.

edit: I got the database and username setup in myphp for anubis, but it still doesn't appear to be working. Here's a picture of what I'm getting. http://dl.dropbox.com/u/25848420/anubis.png

Help would be greatly appreciated!

hes right it looks like you dont have php

are you using apache web server?

try this

sudo apt-get install apache2
sudo apt-get install php5


if you need to install mysql and add the anubis sql tables:
sudo apt-get install mysql-server
sduo apt-get install phpmyadmin

sudo pico /etc/apache2/apache2.conf

add this line to the botom of the file:

Include /etc/phpmyadmin/apache.conf

then do :

apachectl restart

then go on the web browse to http://127.0.0.1/phpmyadmin/

or replace 127.0.0.1 with the IP of the machine on your network you just did all this on

login into phpmyadmin and import the sql file for Anubis
hero member
Activity: 742
Merit: 500
January 11, 2012, 09:05:33 PM
#25
I just installed myslq/php on one of my rigs. I sort of know what I'm doing, but I'd really appreciate someone telling me how to configure myslq properly for anubis as I have no idea what i'm doing there.

edit: I got the database and username setup in myphp for anubis, but it still doesn't appear to be working. Here's a picture of what I'm getting. http://dl.dropbox.com/u/25848420/anubis.png

Help would be greatly appreciated!

Looks like PHP isn't enabled.  Not sure what kind of system you have. Installing PHP is enough to get it working on most systems.
full member
Activity: 174
Merit: 100
January 11, 2012, 07:53:47 PM
#24
I just installed myslq/php on one of my rigs. I sort of know what I'm doing, but I'd really appreciate someone telling me how to configure myslq properly for anubis as I have no idea what i'm doing there.

edit: I got the database and username setup in myphp for anubis, but it still doesn't appear to be working. Here's a picture of what I'm getting. http://dl.dropbox.com/u/25848420/anubis.png

Help would be greatly appreciated!
hero member
Activity: 896
Merit: 1000
Buy this account on March-2019. New Owner here!!
January 11, 2012, 05:01:25 PM
#23
i keep this old dell on my network for certain tasks

its a p4 1.7 ghz with 256 mb of ram - running debian linux

I now use this for my Anubis server and it works flawlessly, and does not run slow at all

keep up the good work dev! This thing is not a resource hog at all.

legendary
Activity: 2688
Merit: 1240
January 11, 2012, 04:29:20 PM
#22
You can install it without problems on the sempron, it only uses very little cpu, and this even only for a very short time when you call the main page.
full member
Activity: 174
Merit: 100
January 11, 2012, 04:08:50 PM
#21
How CPU intensive is ANUBIS? I'm considering setting this up on one of my existing mining rigs with a semptron 140 cpu.
hero member
Activity: 742
Merit: 500
January 10, 2012, 07:46:27 PM
#20
I'm working on a similar project, and just wanted to make sure people are being secure.  If you open port 4028 for cgminer to the world, then anyone can send and command to cgminer.  This could be bad since someone on the internet could send the "quit" command to your miner.

Make sure you configure your firewalls properly!

Code:
sudo ufw allow from  to tcp port 4028
legendary
Activity: 2688
Merit: 1240
January 10, 2012, 06:46:09 PM
#19
Yes thank you very much ! Smiley
hero member
Activity: 896
Merit: 1000
Buy this account on March-2019. New Owner here!!
January 10, 2012, 06:45:27 PM
#18
ocminer: did you receive the donation I sent yesterday?
legendary
Activity: 2688
Merit: 1240
January 10, 2012, 06:33:39 PM
#17
Thanks for your replys.

You can define the port in the next version.

I'm also integrating Prowl and NMA (Notify my android) notifications when cards go dead, miners go down and so on.

Currently there's no really free way of implementing SMS, but I think almost everyone has an IPhone meanwhile and will receive E-Mails or Prowl Notifications Smiley

I'll also try to fix some bugs, currently it takes forever to load if a miner is not reachable, the default timeout is too high.

Pages:
Jump to: