This commit is contained in:
Warlock-Dalbaeb 2017-08-10 10:07:38 +07:00
parent 3c9c58c4da
commit 6876a8645d
2 changed files with 22 additions and 7 deletions

View file

@ -53,10 +53,10 @@ static inline void mutate_keys_cpu(
static void thread_find(const char * prefix,int id_thread){
#ifndef _WIN32
sched_setaffinity(0, sizeof(cpu), cpu);
cpu++;
#endif
std::cout << "Thread " << id_thread << " binded" << std::endl;
while(NotThat(keys.GetPublic()->GetIdentHash().ToBase32().c_str(),prefix) and !finded)
@ -171,3 +171,4 @@ TODO:
return 0;
}