-
Notifications
You must be signed in to change notification settings - Fork 155
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
TypeError: Cannot read property 'miner' of null #28
Comments
I have the same error. I want to add a new coin and use equihash algorithm. |
Any solution ? i am getting same error with Sha256 mazacoin |
Exactly same error... I wanted to implement a new equihash coin, but after looking the code of pool.js, I saw that a RPC call "getblocksubsidy" is done, which normally returns something in subsidy variable. But that doesn't even exist in my coin daemon methods, that's why the subsidy.miner property is null. So don't know what to do now... |
I have solved this problem, please choose rightly nodejs version. |
@taylorshuang if you do npm -v and nodejs -v what do you get ? Thx |
How was this resolved? |
@taylorshuang How did you resolve this, please help? |
The problem is a setup problem, not a code problem. I can't reproduce this problem again. I'll test it later and give it a solution here. |
@taylorshuang could you please tell me which version nodejs you used or any advices on fixing this issue? |
I'm not sure I agree that this is a node.js problem. I'm running 2 instances of this pool on 8.11 and it's working fine. I just set up a new pool, with the same version and it's giving me this same error... any ideas? |
same error here, I am using v8.4.0 |
The same error while running Anon coin when a miner is connected to the pool. Without any miner, no errors. |
Any idea?
The text was updated successfully, but these errors were encountered: