• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

P2Pool P2Pool repository and python modules - May 2016

tungfa

Well-known member
Foundation Member
Masternode Owner/Operator
XG9SRpG.png

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:
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'
 
Working on code updates now for P2Pool... Reviewing what changes need to be applied and building new release.
 
It's started, thanks:
Code:
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
 
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'


Exactly where I got stuck, so I turned to MPOS and Node-Stratum rather
 
Back
Top