Metadata-Version: 1.0
Name: itzodmon
Version: 0.2
Summary: pool.itzod.ru bitcoin mining pool monitor
Home-page: https://github.com/shendo/itzodmon
Author: Steve Henderson
Author-email: steve.henderson@hendotech.com.au
License: GPL
Description: itzodmon
        ========
        
        https://pool.itzod.ru bitcoin mining monitor.
        
        Itzodmon is a web app for monitoring a user's workers on pool.itzod.ru bitcoin mining pool.
        It is heavily based on the p2pool extended frontend (by hardcpp) and provides up-to-date stats and graphs 
        for a user's performance and that of the itzod pool.
        
        Screenshot
        ----------
        
        Example screenshot of itzodmon web page:
        
        .. image:: screenshot.png
        
        Installation
        ------------
        
        Install using ``pip``: ::
        
        	pip install itzodmon
        
        
        Getting Started
        ---------------
        
        This guide assumes you already have an account on https://pool.itzod.ru
        
        1) ensure you are logged in and navigate to the itzod options page at:
         https://pool.itzod.ru/tweak
        
        2) Copy your API Key listed at the bottom of the page
        
        3) Start the itzodmon web server from the command line, passing in your api key ::
        
        	itzodmon --key hendo_1234567890abcdef
        
        4) On the same host, open a web browser and navigate to http://127.0.0.1:8000
        
        You should now be presented with a webpage containing the specified user's stats.
        Graph history will be built up over time, while the webserver is running and the itzod pool is contactable.
        
        Command Line Options
        --------------------
        
        	usage: itzodmon [-h] [-H HOST] [-p PORT] -k KEY [-u URL] [-d DATADIR]
        	
        	optional arguments:
         	 -h, --help            show this help message and exit
        	 -H HOST, --host HOST  Web server Host address to bind to
        	 -p PORT, --port PORT  Web server Port to bind to
        	 -k KEY, --key KEY     Itzod User APIKey for accessing json urls
        	 -u URL, --url URL     Base itzod URL for accessing api
        	 -d DATADIR, --datadir DATADIR
        	                       Data directory to store state
        
        Issues
        ------
        
        Source code for ``itzodmon`` is hosted on `GitHub`_. Any bug reports or feature
        requests can be made using GitHub's `issues system`_.
        
        .. _GitHub: https://github.com/shendo/itzodmon
        .. _issues system: https://github.com/shendo/itodmon/issues
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
