Skip to content

shendo/itzodmon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

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
  1. Copy your API Key listed at the bottom of the page

  2. Start the itzodmon web server from the command line, passing in your api key

    itzodmon --key hendo_1234567890abcdef
    
  3. 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.

About

pool.itzod.ru mining monitor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published