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

Mined Blocks Not Recognized By Pool #289

Open
cryptosharks131 opened this issue May 8, 2018 · 1 comment
Open

Mined Blocks Not Recognized By Pool #289

cryptosharks131 opened this issue May 8, 2018 · 1 comment

Comments

@cryptosharks131
Copy link

Hello,

So everything on the pool seems to run great except for one thing, the pool doesn't seem to recognize when it submits a valid block to the network. Shares are being accepted, pool is polling the RPC fine and updating new block height and also is submitting valid blocks that are accepted by the network and included in the block chain. The wallet balance is increasing but there are no blocks found on the front-end website. It seems because no blocks are being found, the payment system is also not working correctly as it is not distributing any coins.

Any thoughts on this? I did add the Lyra2REv2 algo to uNOMP but seems to work just fine. Any ideas are much appreciated!

Thanks

@cryptosharks131
Copy link
Author

OK so after combing through the logs again, I found that I was getting these errors and likely the reason the pool was thinking it was not finding blocks.

09:57:36.345] [DEBUG] [default] - ^[[39mPool methuselah Thread 1 Submitted Block using submitblock successfully to daemon instance(s)
09:57:36.353] [DEBUG] [default] - ^[[39mPool methuselah Thread 1 We thought a block was found but it was rejected by the daemon

I tried adding "reward": "POS" in the coin.json config but this results in:

rpc error with daemon instance 0 when submitting block with submitblock {"code":-22,"message":"Block decode failed"}

I then assumed there must be an issue with the stratum pool I merged into uNOMP. So after finding a new stratum pool and merging it, I am now back up and running but about 40% of my shares are rejected for low difficulty. I am testing it further to see if it at least submits a good block with error.

Has anyone had success getting Lrya2REv2 running on uNOMP?

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