This is wallet, not a NodeID from the dashboard. Also, you cut the held amount from both reports.
Make sure that you checking the same node in the Earnings calculator.
The node with specified wallet has submitted orders on $7.80, the $1.77 is held, $0.99 of total held amount is returned back, so the payout is $7.01
I think a fix was implemented for the unexpected EOF, but it seems there are other errors that can arise. @Alexey, do you know if there is a ticket yet to expand this fix to any error that might happen so that it skips at most one order file if an error occurs? It seems there have been several other errors reported now related to these files and people only find out during payouts.
Though the downside is obviously that the errors won’t be found at all if the faulty files are just skipped. Kind of a tough one.
This is not needed unless your node stop to working.
The prevention of file corruption should be the same as for regular file errors.
I would like to suggest you to check this disk for errors when all services which could use it are stopped.
Then it looks like either people still reporting this issue are still on older version or it only reports and skips the specific EOF error. Because the situation described sounds exactly the same to me, it’s just triggered by a different error.
Are we talking about the same thing?
I was referring to this error:
That was never a FATAL error. The node kept running, it was just the sending of orders that was interrupted. The fix changed that behavior to skip faulty files and send all other orders anyway. However, what’s posted in this topic seems to lead to the node behavior prior to the fix, where no orders are sent, which leads me to believe the implemented fix was narrowly targeted at the specific unexpected EOF error.
I’m running v1.13.3 which seems the latest Version on Dockerhub.
I think the big issue with this fault is, that the Node is still working like normal. It generates traffic like normal. But you don’t get paid as it can’t upload the orders which you will just notice on payout. So if you get an issue with your orders on 2. of a Month you will notice it maybe on 7. of next month (But that should be fixed with the bugfix they did to skip broken orders…)
You are right. I think we are mixing up two different things here. I got the error mentioned Confused by September Payout here which is different to the EOF error!