Post
Topic
Board Development & Technical Discussion
Re: VanitySearch (Yet another address prefix finder)
by
inlovewiththedj
on 11/03/2020, 22:18:28 UTC
Hello guys!
I have simple questions.
How it is?

I did run VanitySearch for one minute first for my CPU and after for my GPU.
After one min. for CPu and GPU this is my results.


CPU: Intel Xeon 1231 v3 (4 cores) ~1,45 mln keys stored in txt file
GPU: Geforce GTX 1070 (8GB) ~ 1,50 mln keys stored in txt file


1. Why the results are almost similar? (on the graphics card should be much higher)?
2. What is the best configuration to achieve the highest possible speed?
3. What is the best command to generate as many keys as possible in the shortest possible time?
4. When i choose GPU with code below i see this hint: Hint: Search with less prefixes, less threads (-g) or increase maxFound (-m)
- What does it means??


my code for CPU
Code:
VanitySearch.exe -o keys2.txt 1*

my code for GPU
Code:
VanitySearch.exe -gpu -o keys1.txt 1*