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

Random 'final job validation failed' #72

Open
mattle74 opened this issue Dec 10, 2013 · 0 comments
Open

Random 'final job validation failed' #72

mattle74 opened this issue Dec 10, 2013 · 0 comments

Comments

@mattle74
Copy link

This is running stratum on Grandcoin. Some blocks that are found get submitted fine (show up in wallet, on MPOS website, etc) but a high percentage of them fail the job finalization in template_registry.py. So, a successful submit looks like this:

2013-12-10 15:21:28,936 INFO template_registry # Yay, share with diff above 100000
2013-12-10 15:21:28,936 INFO template_registry # We found a block candidate! 0000000051ea686560073c9d0730fc16f2ffd7296582fd59d5d85702d8c48a50

And then I'll have some that look like this:

2013-12-10 15:25:45,886 INFO template_registry # Yay, share with diff above 100000
2013-12-10 15:25:45,886 INFO template_registry # We found a block candidate! 0000000042948d330a2becce25945b9abb60c8587682c729763c48fac7f0caa5
2013-12-10 15:25:45,891 ERROR template_registry # Final job validation failed!
2013-12-10 15:25:46,422 ERROR bitcoin_rpc # Problem Submitting block 500 Internal Server Error
Traceback (most recent call last):
File "/home/grandcoin/stratum-mining-litecoin/lib/bitcoin_rpc.py", line 49, in submitblock
resp = (yield self._call('getblocktemplate', [{'mode': 'submit', 'data': block_hex}]))
Error: 500 Internal Server Error

Why would some of them succeed and some fail?

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

1 participant