11:28:01 parazyd: Is there a way to somehow get xmrig to "wait" when submitting a solution?
11:28:44 parazyd: For example at difficulty=1 where everything is really valid, xmrig just dumps all the solutions to me without waiting for a reply from the stratum server
11:29:54 parazyd: This causes my node's memory usage to go up significantly
11:30:04 parazyd: I realize it's a non-issue when the difficulty is higher, but just wondering
13:23:44 sech1: It's all asynchronous in xmrig, so it doesn't wait by design
13:38:30 parazyd: sech1: aha ok. So it won't matter if I just return errors in the timeframe between applying the first correct solution and notifying it with a new job?
13:38:39 parazyd: Assuming xmrig sends more valid solutions in that period
15:37:42 sech1: Yes, you can return errors, it doesn't matter
15:41:29 parazyd: Cool, thanks
16:22:28 DataHoarder: You can close the tcp connection :)
16:23:11 DataHoarder: You can also give it a minimum difficulty to xmrig like 10K or something