Post
Topic
Board Pools
Re: [6 TH] pool.itzod.ru - RSMPPS/LongPoll/JSON API/Websockets/No Invalids
by
KennyH
on 23/10/2013, 11:14:25 UTC
I also agree that itzod pool seems undervalued for what it offers and we need to get some higher participation to keep variance in check.
One thing is the site itself doesn't offer much in the way of pretty user graphs, etc.  but it does have good api support.  

I use my own webapp to monitor worker/pool performance.  I've posted it to github in the off chance anyone else will find it useful, if not, no harm done.
https://github.com/shendo/itzodmon

Web layout/js heavily 'borrowed' from p2pool as that is my other pool of choice.

If there is any interest I'll put a bit more effort in cleaning it up and package it properly, etc.
I would like to test it. Tried to dowload package from GIT and install but I get the following errors:

$ pip install itzodmon
Downloading/unpacking itzodmon
  Could not find any downloads that satisfy the requirement itzodmon
No distributions at all found for itzodmon
Storing complete log in /home/user.pip/pip.log

pip.log: shows this:
/usr/bin/pip-python2.7 run on Wed Oct 23 13:10:18 2013
------------------------------------------------
Downloading/unpacking itzodmon

  Getting page https://pypi.python.org/simple/itzodmon/
  Could not fetch URL https://pypi.python.org/simple/itzodmon/: HTTP Error 404: Not Found (itzodmon does not have any releases)
  Will skip URL https://pypi.python.org/simple/itzodmon/ when looking for download links for itzodmon
  Getting page https://pypi.python.org/simple/
  URLs to search for versions for itzodmon:
  * https://pypi.python.org/simple/itzodmon/
  Getting page https://pypi.python.org/simple/itzodmon/
  Could not fetch URL https://pypi.python.org/simple/itzodmon/: HTTP Error 404: Not Found (itzodmon does not have any releases)
  Will skip URL https://pypi.python.org/simple/itzodmon/ when looking for download links for itzodmon
  Could not find any downloads that satisfy the requirement itzodmon

No distributions at all found for itzodmon
------------------------------------------------
Could you help me?