dashpay / p2pool-dash

GNU General Public License v3.0
48 stars 85 forks source link

There is no reward on some block's #71

Closed Rem559 closed 5 years ago

Rem559 commented 5 years ago

what's wrong with this block's ? https://explorer.dash.org/block/00000000000194a8b264c2d9e29e29c936f16b99728e5bcc98da0703324053bd https://explorer.dash.org/block/0000000000029600aa790f2fcd57e40235232c5ba6f7873429c0deb3165952a9

http://rca-pool.ru/static/ dashd v14.0

Some output's of ~$sudo systemctl status dash contains an error: ........... ]: return _inlineCallbacks(None, gen, Deferred()) serv2 start.bash[687]: File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1128, in _inlineCallbacks serv2 start.bash[687]: result = g.send(result) serv2 start.bash[687]: --- --- serv2 start.bash[687]: File "/home/z/p2pool-dash/p2pool/util/jsonrpc.py", line 68, in handle serv2 start.bash[687]: id = req.get('id', None) serv2 start.bash[687]: exceptions.AttributeError: 'list' object has no attribute 'get' .......

It is difficult to provide the full error code in view of running the pool as a service

UdjinM6 commented 5 years ago

Looks like you are mining the wrong chain. Pls make sure to use the latest version of p2pool i.e 081a7ef

Rem559 commented 5 years ago

z@serv2:~$ dash-cli -h Dash Core RPC client version v0.14.0.0

UdjinM6 commented 5 years ago

I mean the p2pool itself, not the dashd - 222f57a-dirty is outdated.

Rem559 commented 5 years ago

thanks, i will try to reinstall the pool