Open xborow opened 6 years ago
That error is in Coiniumserv in ShareManager.cs
and is a catch-all so it is difficult to say what the error might be:
// unlike BlockProcessor's detailed exception handling and decision making based on the error,
// here in share-manager we only one-shot submissions. If we get an error, basically we just don't care about the rest
// and flag the submission as failed.
At the end of your error it says The operation has timed out
. That sounds like a connectivity issue.
Is it because of coiniumserv or mpos?
05/23/2018 17:16:44 +02:00 [Debug] [ShareManager] [Bitcoin] We thought a block was found but it was rejected by the coin daemon; [xyxyxyxyxyxyxy..............xyxyxyxyxyxyxyxy] - reason; The operation has timed out. xyxyxyxyx-there was many numbers and letters, which i changed by xy :)
Any idea please?