/EthOS-Dashboard

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

Primary LanguagePythonMozilla Public License 2.0MPL-2.0

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.