Skip to content

Herocraft/EthOS-Dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EthOS-Dashboard

this is an open source reverse engineered personal dashboard for the EthOS etherium mining operating system

news:

5/23/2017 now supports multiple miners

To use:

configure

run pip install -r requirements.txt

then

simply update the php file $url and $hook to your own and make sure to point your GET requests to the www.website.com/API

run

python manage.py runserver ip:port

and then make sure your django ip address and port point to a hostname

after

place the php script in the respective spot and wait for the cron to run against the dashboard and get your stats.

About the app:

/minerstat

houses all the settings and core url routings

/main

houses all the views, models and serializers for the graphical api

/templates

houses all the html django templates for the data to be displayed.

About

This is an open source reverse engineered personal dashboard for the EthOS Distro mining operating system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 85.2%
  • PHP 14.1%
  • HTML 0.7%