Hello everyone. I am currently running FixedPaul's version of Vanitysearch at the following repository:
https://github.com/FixedPaul/VanitySearch.
I'm getting great results however, I am unsure as to how truly random the starting point is on each search. If the code is not setup for a true random starting point but rather start at the beginning, how would I edit this?
Also (and probably more feasable), I would like to change the base key changing to something less than every 4611686018427387904 keys as this would not change for about 48 years with my current setup.
Here is what I currently see in my command window:
vanitysearch.exe -gpu -t 0 1Love747
VanitySearch v2.0 by FixedPaul
Difficulty: 888446610539
Search: 1Love747 [Compressed]
Start Sun Sep 14 23:32:34 2025
Base Key: Randomly changed every 4611686018427387904 Mkeys
Number of CPU thread: 0
GPU: GPU #0 NVIDIA GeForce RTX 4070 (46x128 cores) Grid(5888x256)
[3431.00 Mkey/s][GPU 3431.00 Mkey/s][Total 2^40.05][Prob 72.3%][80% in 00:01:24][Found 0]
Let me know if you have any ideas. Thanks.