I have a question: If it is already a pure random search by default inside a specific range, what is the point of using -rKey in this case inside a range?
The normal RotorCuda, KeyHuntCuda are sequential and when -rKey was used and triggered the starting base key changed and restarted the sequential.
I ask this question because when approaching the -Rkey there is the usual drop in performance that recovers after about 20-30 seconds as also happens with KeyHunt, RotorCuda ectect...
so if it's already random I wanted to avoid using it (-rKey).
But I'm waiting for your explanatory answer since it's not possible to view the source code.
Thanks in advance.
./VBCrLinux -t 0 -gpu -gpuId 0,1,2,3,4,5,6,7,8,9 -g 2048,128,2048,128,2048,128,2048,128,2048,128,2048,128,2048,128,2048,128,2048,128,2048,128 -o Lucky.txt -dis 1 -r 100000 --range 40000000000000000:80000000000000000 1BY8GQbnueYofwSuFAT3USAhGjPrkxDdW9
So random just generates random starting points for each CPU/GPU thread, the -r tells it to generate new random starting points every x amount of keys.