Try remove all compute_XX and sm_XX in line #63 VanitySearch.vcxproj and try to add only compute_86,sm_86. In new line after #156 in file /gpu/GPUEngine.cu add "{0x86, 82},"
Now youcan try compile in Windows. In Visual Studio you must select ReleaseX64
By the way: You can try set in command line when you try start searching parameter -g 1920,512 and check is it better than before? if yes - you can try to search the best value in place when now is 1920. If it not work - change 512 to 256.
Sorry for bad value of this post but i add them from phone😉
I hope that tips was help solve your issue.
Sorry 4 the late answer, i was gone..
and thank u very much! i will try this in the coming days..
Thank you too, great work !
will try this too in the coming days..
did u adjust for the new arcitecture (2 fp32 elements in one unit) or did you do something else?
with old code unter linux i got 3800-4400 MKeys/s but dont know if that is really representative with the old code..
quick try with your exe did not work unfotunately will try code in a few days
VanitySearch.exe -r 1000000 -t 0 -gpu -gpuId 0 -g 656,128 -o found_0.txt 1112BqXVUXqvNmhUVrP3spvpqea37uzxvt
VanitySearch v1.19
Difficulty: 1461501637330902918203684832716283019655932542976
Search: 1112BqXVUXqvNmhUVrP3spvpqea37uzxvt [Compressed]
Start Thu Jan 7 17:41:45 2021
Base Key: Randomly changed every 1000000 Mkeys
Number of CPU thread: 0
GPU: GPU #0 GeForce RTX 3090 (82x128 cores) Grid(656x128)
[3795.19 Mkey/s][GPU 3795.19 Mkey/s][Total 2^32.85][Prob 0.0%][50% in 8.46417e+30y][Found 0] GPUEngine: Launch: an illegal memory access was encountered
its the same grid size the -check option uses...
GPU: GPU #0 GeForce RTX 3090 (82x128 cores) Grid(656x128)
Seed: 1610037863
2.779 GigaKey/sec
ComputeKeys() found 15832 items , CPU check...
reducing the grid dramatically does not seem to help
GPU: GPU #0 GeForce RTX 3090 (82x128 cores) Grid(128x32)
[818.33 Mkey/s][GPU 818.33 Mkey/s][Total 2^31.63][Prob 0.0%][50% in 3.92544e+31y][Found 0] GPUEngine: Launch: an illegal memory access was encountered
trying multiple addresses still brings
GPU: GPU #0 GeForce RTX 3090 (82x128 cores) Grid(656x128)
GPUEngine: Launch: misaligned address
so i compiled under ubuntu 20 with cuda 11.1 and g++-9
working exept addresses.. here an example with one address.. when i shorten the address by 6 characters it's working but not with one complete or even more than one address
./VanitySearch -t 0 -gpu -gpuId 0 -g 736,256 -o found_btcfuck.txt 1121WxDoSHcbACJY1ykvevxHfwNw
VanitySearch v1.19
Difficulty: 164888818499126885406117494769938638116436836352
Search: 1121WxDoSHcbACJY1ykvevxHfwNw [Compressed]
Start Fri Jan 8 00:54:30 2021
Base Key: 513980ECDA0075E843B9ABE92927DC8F4903CF80B0E38583DEE9032F14C94D02
Number of CPU thread: 0
GPU: GPU #0 GeForce RTX 3090 (82x128 cores) Grid(736x256)
[3906.26 Mkey/s][GPU 3906.26 Mkey/s][Total 2^36.45][Prob 0.0%][50% in 9.27788e+29y][Found 0]
./VanitySearch -t 0 -gpu -gpuId 0 -g 736,256 -o found_btcfuck.txt 1121WxDoSHcbACJY1ykvevxHfwNw
shPpFkVanitySearch v1.19
Difficulty: 1461501637330902918203684832716283019655932542976
Search: 1121WxDoSHcbACJY1ykvevxHfwNw
shPpFk [Compressed]
Start Fri Jan 8 00:55:21 2021
Base Key: 584FBD42125487E359F90EE6168A4AC1AA13CE2E88C203EF9A2C397283D9FBDA
Number of CPU thread: 0
GPU: GPU #0 GeForce RTX 3090 (82x128 cores) Grid(736x256)
GPUEngine: Launch: an illegal memory access was encountered