I've problem with slush's stratum proxy and your pool.
2013-03-22 18:36:25,981 INFO proxy mining_proxy.on_connect # Subscribing for mining jobs
Unhandled error in Deferred:
Unhandled Error
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/Twisted-12.2.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 368, in callback
self._startRunCallbacks(result)
File "/usr/local/lib/python2.7/dist-packages/Twisted-12.2.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 464, in _startRunCallbacks
self._runCallbacks()
File "/usr/local/lib/python2.7/dist-packages/Twisted-12.2.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 551, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/usr/local/lib/python2.7/dist-packages/Twisted-12.2.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 1101, in gotResult
_inlineCallbacks(r, g, deferred)
--- ---
File "/usr/local/lib/python2.7/dist-packages/Twisted-12.2.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 1045, in _inlineCallbacks
result = g.send(result)
File "./mining_proxy.py", line 101, in on_connect
(_, extranonce1, extranonce2_size) = (yield f.rpc('mining.subscribe', []))
exceptions.ValueError: too many values to unpack
I get an exception on subcribe. So it does not work at all. BTW, your pool is the only one with this problem so far. Slush, BTCGuild, Ozcoin, BTCOxygen, MtRED, 50BTC... all do work with slush's stratum proxy.
Any ideas?