Closed benediktwetzel closed 3 years ago
It's hashing quark at 506.68kh/s but that's not enough to find shares. The effective hash rate is zero because no shares were submitted. The pool will also report zero for the same reason.
You need an ASIC miner for these algos. Look at the share TTF in the New Block log, it should give you a clue whether your CPU can be expected to find shares on a regular basis. If share TTF is more than 5 minutes you are likely to have stratum disconnects also.
Stratum difficulty also affects share rate. Some pools automatically adjust stratum difficulty but there is a limit. For some algos even the lowest permitted difficulty isn't low enough for a CPU.
Thank you!
Hi, this is a really nice work!
However, unfortunately, it seems that it does not generate hashes while my CPU is running at ~100%.
I have tried
SHA256
,SCRYPT
andQUARK
and use Docker to run it.To run, for example, with
QUARK
I use the following command:The periodic report displays the following:
What I am doing wrong? Good day!