i use the random funktion and the --share funktion
so when i take two hex keys and make share and betweeen these shares i take the random starting point generation is it good ?
with -p 3500 i have 24576000 random starting points between the shares
and i also run pollard kangaroo for 105
i have 3 gtx 1070 each one make 250 Mkey/s
It is not possible to run the "random" function together with "--share".
The way your configuration works assumes the very high probability that you are scanning the same ranges over and over again... although I do not deny it, because every way is good!
Zielar can you please explain to me why random should not work with share funktion ?