Post
Topic
Board Project Development
Merits 4 from 1 user
Re: Keyhunt - development requests - bug reports
by
_Counselor
on 03/04/2024, 20:30:24 UTC
⭐ Merited by albert0bsd (4)
Hi, Alberto.

xpoint mode does not work at full possible speed, because FLAGSEARCH has default value of 2 (SEARCH_BOTH); then at thread_process you have following condition:
Code:
calculate_y = FLAGSEARCH == SEARCH_UNCOMPRESS || FLAGSEARCH == SEARCH_BOTH || FLAGCRYPTO  == CRYPTO_ETH;
If you add an exception there for xpoint, unnecessary calculations of Y-coordinate will not occur, this will at least double the speed in xpoint mode I think.