P2Pool P2Pool repository and python modules - May 2016

Balych

Active Member
Sep 12, 2015
365
211
113
Dash Address
Xba1ychX7CjgbRrCKE1LjHjT3jLUhcexs5
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'
 

Balych

Active Member
Sep 12, 2015
365
211
113
Dash Address
Xba1ychX7CjgbRrCKE1LjHjT3jLUhcexs5
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
 
  • Like
Reactions: UdjinM6

ziyaad30

New Member
Feb 7, 2017
10
3
3
46
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
 

thelazier

Active Member
Jan 5, 2015
240
184
103
Thailand
Dash Address
Xreiza1qGJMT5BpW6BDtRJqwtcBSxGwWYN
Dear P2Pool owner,

I would like to open request for add more bootstrap address for Mainnet please kindly provide your p2pool address if you would like to be added or removed.

BTW, I start with adding the address from 12.0 network which already upgraded and running on 12.1 network.

Here is the PR : https://github.com/dashpay/p2pool-dash/pull/25
 
  • Like
Reactions: UdjinM6