Post
Topic
Board Development & Technical Discussion
Re: VanitySearch (Yet another address prefix finder)
by
gsciservices
on 25/03/2021, 14:58:44 UTC
@Jean_Luc , btw..

yeah I can search all keys in 3 days Smiley

this is with 1.16

Vanitysearch.exe -b -t 0 -gpu -gpuId 0,1 -g 1088,512,1088,512 -r 10000000 -o found_0.txt -i in.txt

[4544125350086.37 Mkey/s][GPU 4544125350086.37 Mkey/s][Total 2^64.00][Prob 0.0%][50% in 7.06916e+21y][Found 0]

544,512,544,512 still shows korrekt MKeys


Dear jean_luc,
I used your same command it was still error:

C:\Users\PC\Desktop\Desktop\VanitySearch>VanitySearch.exe -b -t 0 -gpu -gpuId 0,1 -g 1088,512,1088,512 -r 10000000 -o found_0.txt -i aadr9.txt
[Loading input file 100.0%]
VanitySearch v1.19
[Building lookup16 100.0%]
[Building lookup32 100.0%]
Search: 10001 prefixes (Lookup size 9253) [Compressed or Uncompressed]
Start Thu Mar 25 20:54:49 2021
Base Key: Randomly changed every 10000000 Mkeys
Number of CPU thread: 0
GPU: GPU #0 GeForce RTX 3080 (68x0 cores) Grid(1088x512)
GPU: GPU #1 GeForce RTX 3080 (68x0 cores) Grid(1088x512)
GPUEngine: Kernel: too many resources requested for launch
GPUEngine: Kernel: too many resources requested for launch
Press any key to continue . . .

Once i have change grid size -m instead of -g:
C:\Users\PC\Desktop\Desktop\VanitySearch>VanitySearch.exe -b -t 0 -gpu -gpuId 0,1 -m 1088,512,1088,512 -r 10000000 -o found_0.txt -i aadr9.txt
[Loading input file 100.0%]
VanitySearch v1.19
[Building lookup16 100.0%]
[Building lookup32 100.0%]
Search: 10001 prefixes (Lookup size 9253) [Compressed or Uncompressed]
Start Thu Mar 25 20:56:31 2021
Base Key: Randomly changed every 10000000 Mkeys
Number of CPU thread: 0
GPU: GPU #1 GeForce RTX 3080 (68x0 cores) Grid(544x128)
GPU: GPU #0 GeForce RTX 3080 (68x0 cores) Grid(544x128)

Warning, 120788154 items lost
Hint: Search with less prefixes, less threads (-g) or increase maxFound (-m)

Warning, 120803656 items lost
Hint: Search with less prefixes, less threads (-g) or increase maxFound (-m)
[2468.27 Mkey/s][GPU 2468.27 Mkey/s][Total 2^37.08][Prob 0.3%][50% in 03:59:55][Found 0]



But normally it was work :

C:\Users\PC\Desktop\Desktop\VanitySearch>VanitySearch.exe -stop -gpu -gpuId 0,1 -m 544,128,544,128 -o results.txt -i aadr9.txt
[Loading input file 100.0%]
VanitySearch v1.19
[Building lookup16 100.0%]
[Building lookup32 100.0%]
Search: 10001 prefixes (Lookup size 9253) [Compressed]
Start Thu Mar 25 20:58:07 2021
Base Key: F2C124E2B2A3550D657FE059CEF766E3D492EF81345F2BD5C48EC76787AAA855
Number of CPU thread: 46
GPU: GPU #0 GeForce RTX 3080 (68x0 cores) Grid(544x128)
GPU: GPU #1 GeForce RTX 3080 (68x0 cores) Grid(544x128)

Warning, 60410736 items lost
Hint: Search with less prefixes, less threads (-g) or increase maxFound (-m)

Warning, 60411815 items lost
Hint: Search with less prefixes, less threads (-g) or increase maxFound (-m)
[6721.61 Mkey/s][GPU 6597.29 Mkey/s][Total 2^34.68][Prob 0.1%][50% in 01:28:23][Found 0]

Please advice....