iceland2k14/kangaroo

CPU

Vladimir855 opened this issue · 1 comments

как изменить количество ядер?
что лучше использовать R ,R1, Keyspace?

For CPU you can change this line to your value. if using 4 cpu then you can use ...... ncore = 4

ncore = platform.os.cpu_count() - 1 # Leave 1 thread open

R & Rr1 is a personal preference. some people want to randomize after every few trillion keys. while some want to continuously forward from 1 random location.

It is always better to at least give keyspace whatever R or R1 option you want to use.