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

Error on newly built pool node #36

Open
POW-onl opened this issue Mar 2, 2020 · 4 comments
Open

Error on newly built pool node #36

POW-onl opened this issue Mar 2, 2020 · 4 comments

Comments

@POW-onl
Copy link

POW-onl commented Mar 2, 2020

Everything seems to be working, in testing phases but the output keeps giving me a string of this issue mentioned below and then goes back to std out. Line 35 has to do with ILogger call to logger of AionJob.cs

[2020-03-02 18:53:03.7255] [E] [AionOne] [Job Manager] Error during UpdateJob System.NullReferenceException: Object reference not set to an instance of an object.
at MiningCore.Blockchain.Aion.AionJob..ctor(String id, AionBlockTemplate blockTemplate, ILogger logger, DaemonClient daemon) in /home/ubuntu/aion_pool2/aion_pool/src/MiningCore/Blockchain/Aion/AionJob.cs:line 35
at MiningCore.Blockchain.Aion.AionJobManager.UpdateJob(AionBlockTemplate blockTemplate) in /home/ubuntu/aion_pool2/aion_pool/src/MiningCore/Blockchain/Aion/AionJobManager.cs:line 230 at MiningCore.Blockchain.Aion.AionJob..ctor(String id, AionBlockTemplate blockTemplate, ILogger logger, DaemonClient daemon) in /home/ubuntu/aion_pool2/aion_pool/src/MiningCore/Blockchain/Aion/AionJob.cs:line 35
at MiningCore.Blockchain.Aion.AionJobManager.UpdateJob(AionBlockTemplate blockTemplate) in /home/ubuntu/aion_pool2/aion_pool/src/MiningCore/Blockchain/Aion/AionJobManager.cs:line 230

@JimVanEeden
Copy link

I have the same problem. I'm trying to set up the pool for solo mining, but it's giving me the same error.

[2020-03-05 10:11:47.0165] [E] [aion-1] [Job Manager] Error during UpdateJob System.NullReferenceException: Object reference not set to an instance of an object.
   at MiningCore.Blockchain.Aion.AionJob..ctor(String id, AionBlockTemplate blockTemplate, ILogger logger, DaemonClient daemon) in /home/jim/aion-home/aion_pool2/aion_pool/src/MiningCore/Blockchain/Aion/AionJob.cs:line 35
   at MiningCore.Blockchain.Aion.AionJobManager.UpdateJob(AionBlockTemplate blockTemplate) in /home/jim/aion-home/aion_pool2/aion_pool/src/MiningCore/Blockchain/Aion/AionJobManager.cs:line 230

@POW-onl
Copy link
Author

POW-onl commented Mar 5, 2020

@JimVanEeden,
I was talking to others in the community. It is a known issue. It is the POS blocks! The mining core needs an update as it doesn't know how to handle them.

@JimVanEeden
Copy link

Are current mining pools running this software with this error?

@POW-onl
Copy link
Author

POW-onl commented Mar 5, 2020

@JimVanEeden
From what I was told; yes but don't quote me.

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

2 participants