P2Pool Node List
List: http://www.p2poolmining.us/p2poolnodes/
Source: https://github.com/dashpay/p2pool-dash
Documentation: https://docs.dash.org/en/latest/mining/p2pool.html
Last edited by a moderator:
Error getting work from dashd:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 588, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1184, in gotResult
_inlineCallbacks(r, g, deferred)
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1126, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
--- <exception caught here> ---
File "/home/dasher/p2pool-dash/p2pool/util/deferral.py", line 41, in f
result = yield func(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1128, in _inlineCallbacks
result = g.send(result)
File "/home/dasher/p2pool-dash/p2pool/dash/helper.py", line 42, in getwork
packed_votes = [(x['data'] if isinstance(x, dict) else x).decode('hex') for x in work['votes']]
exceptions.KeyError: 'votes'
It's started, thanks:
2017-02-07 14:13:43.488161 P2Pool: 1444 shares in chain (1444 verified/1444 total) Peers: 2 (1 incoming)
2017-02-07 14:13:43.488320 Local: 0H/s in last 0.0 seconds Local dead on arrival: ??? Expected time to share: ???
2017-02-07 14:13:43.488385 Shares: 0 (0 orphan, 0 dead) Stale rate: ??? Efficiency: ??? Current payout: (0.0000)=0.0000 DASH
2017-02-07 14:13:43.488659 Pool: 1119kH/s Stale rate: 0.0% Expected time to block: 10.3 years
Good job! Thank you for keeping it up to date!First p2pool block from latest p2pool-dash version on 12.1 network. https://explorer.dash.org/block/0000000000004f0ea4964d50b845d62893fa89138ece2cd2630b48e13ba66661
Looks like p2pool code need update too, not working with 0.12.1:
Code:Error getting work from dashd: Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 588, in _runCallbacks current.result = callback(current.result, *args, **kw) File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1184, in gotResult _inlineCallbacks(r, g, deferred) File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1126, in _inlineCallbacks result = result.throwExceptionIntoGenerator(g) File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator return g.throw(self.type, self.value, self.tb) --- <exception caught here> --- File "/home/dasher/p2pool-dash/p2pool/util/deferral.py", line 41, in f result = yield func(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1128, in _inlineCallbacks result = g.send(result) File "/home/dasher/p2pool-dash/p2pool/dash/helper.py", line 42, in getwork packed_votes = [(x['data'] if isinstance(x, dict) else x).decode('hex') for x in work['votes']] exceptions.KeyError: 'votes'