Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I got this error while running this command. python2 run_p2pool.py --dashd-address 127.0.0.1 --dashd-rpc-port 9998 #73

Open
ghost opened this issue Dec 31, 2019 · 0 comments

Comments

@ghost
Copy link

ghost commented Dec 31, 2019

Error getting work from dashd:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 653, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1442, in gotResult
_inlineCallbacks(r, g, deferred)
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1384, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 408, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
--- ---
File "/home/satosi/p2pool-lqx/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 1384, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 408, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "/home/satosi/p2pool-lqx/p2pool/dash/helper.py", line 30, in getwork
work = yield go()
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1384, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 408, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "/home/satosi/p2pool-lqx/p2pool/util/jsonrpc.py", line 141, in _http_do
raise Error_for_code(resp['error']['code'])(resp['error']['message'], resp['error'].get('data', None))
p2pool.util.jsonrpc.NarrowError: -10 Dash Core is downloading blocks...

@ghost ghost changed the title I get this error while running this command I get this error while running this command python2 run_p2pool.py --dashd-address 127.0.0.1 --dashd-rpc-port 9998 Dec 31, 2019
@ghost ghost changed the title I get this error while running this command python2 run_p2pool.py --dashd-address 127.0.0.1 --dashd-rpc-port 9998 I got this error while running this command. python2 run_p2pool.py --dashd-address 127.0.0.1 --dashd-rpc-port 9998 Dec 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants