You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
When submit block fo PoS coin (I 've tried CryptogenicBullion CGB) got error:
2014-09-19 08:48:18,772 [jobmanager] [INFO] Block failed to submit to the server 127.0.0.1:8395 with submitblock! Unable to sign block, wallet locked?
2014-09-19 08:48:18,772 [jobmanager] [ERROR] {u'message': u'Unable to sign block, wallet locked?', u'code': -100}
Traceback (most recent call last):
File "/home/vital/tmp/powerpool/powerpool/jobmanager.py", line 188, in submit_block
res = conn.submitblock(block)
File "/usr/local/lib/python2.7/site-packages/bitcoinrpc/authproxy.py", line 127, in __call__
raise JSONRPCException(response['error'])
CoinRPCException: Unable to sign block, wallet locked?
The signing would be wrong because it is missing the pubkey and instead is using the address.
The text was updated successfully, but these errors were encountered:
When submit block fo PoS coin (I 've tried CryptogenicBullion CGB) got error:
The signing would be wrong because it is missing the pubkey and instead is using the address.
The text was updated successfully, but these errors were encountered: