-
Notifications
You must be signed in to change notification settings - Fork 15
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
Comments
I have the same problem. I'm trying to set up the pool for solo mining, but it's giving me the same error.
|
@JimVanEeden, |
Are current mining pools running this software with this error? |
@JimVanEeden |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: