GithubHelp home page GithubHelp logo

anubis's People

Contributors

arijan avatar masterx1582 avatar nitrowolf avatar pshep avatar sqlserverio avatar zipiju avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

anubis's Issues

KH/s 5s Calculated Incorrectly

I had to comment out lines 589,590,591 in func.inc.php because $fivesmhashper is already multiplied by 1000 for scrypt on line 550, and the stats get all messed up if it does it twice. Thanks for this awesome app besides this tiny issue!

README should describe the purpose and features of ANUBIS

Hi pshep!

I would've just sent you an email but I couldn't find your address so I thought I may as well create a ticket for a prob I've spotted before I've even tried ANUBIS and that is that the README only describes how to configure ANUBIS. Before it covers that, it needs to describe what ANUBIS is and summarize its main features so that people know if it can do what they want or not.

In my case, I'm running a Debian/cgminer mining rig with a number of Icarus block erupters attached. The problem is that every couple of days I'll log in and discover they're all ZOMBIEfied and so I have to manually restart cgminer to get them going again. If I was to install ANUBIS, would that monitor cgminer and auto-restart cgminer/ the mines so that I need not do it manually?

Thanks!

func.inc.php: get_host_summary() fails on "devs" API command

Sometimes Anubis displays no stats and displays device count as 0/0. This is caused by bug in cgminer forming invalid JSON when issuing "devs" command. The invalid part of JSON is "MHS 5s":-nan. This "-nan" is causing the trouble.

How to fix:

  • patch func.inc.php:
  • - find function send_request_to_host($cmd_array, $host_data).
  • - replace $line = add_quotes_to_numbers($line); with $line = preg_replace("/("MHS\s_\w+":)(-_nan)/", '${1}0', add_quotes_to_numbers($line));

Have fun!

Notification for outage

Hey Fellows,

I have started the system and it gets the data from my miners
the question is how can I make it to notify me on failure of
a miner ?

Thanks in advance
Roman

Installing the database for ANUBIS

Hi , I am trying to launch the website ,
I have installed the PHP engine and
mysql on my ubuntu this is my config (at the end):
and I get Unknown database 'anubis_db'

What am I missing ?

$dbdatabase = "anubis_db";

/* MYSQL specific defines /
$dbusername = "root";
$dbpassword = "";
$dbhost = "localhost";
/
End MYSQL specific defines */

Login function

ANUBIS needs a login function to help prevent unauthorised access, and also especially with WRITE enabled, preventing unauthorised configuration leading to damage/redirection of coins.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.