P2pool has been updated:
https://github.com/p2pool/p2poolI see forrestv has created a new v15 tag in the repo too - maybe some more updates on the way?
Thanks forrestv
Edit: Hmmm....since updating my system has locked up twice in 30 minutes. I'm not sure yet what the problem is until I get a chance to check the logs.......
After the update, there is no visual changes. My node works without lockings.
This message appears periodically (but it was before updating):
Unhandled Error
Traceback (most recent call last):
File "/usr/local/lib/pypy2.7/dist-packages/twisted/internet/defer.py", line 501, in _startRunCallbacks
self._runCallbacks()
File "/usr/local/lib/pypy2.7/dist-packages/twisted/internet/defer.py", line 588, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/opt/p2pool-btc/p2pool/util/deferral.py", line 256, in gotResult
it(res2)
File "/opt/p2pool-btc/p2pool/util/deferral.py", line 233, in it
res = gen.send(cur) # external code is run here
--- ---
File "/opt/p2pool-btc/p2pool/util/deferral.py", line 284, in _worker
self.func(*self.args, **self.kwargs)
File "/opt/p2pool-btc/p2pool/util/expiring_dict.py", line 109, in
self._expire_loop = expire_loop = deferral.RobustLoopingCall(lambda: self_ref().expire())
exceptions.AttributeError: 'NoneType' object has no attribute 'expire'