solanity
solanity copied to clipboard
Whar Mah Keys?
When I run the application without modifications (searching for prefixes AAAA
and BBBB
), I get the following output:
GPU: Initializing Memory
GPU: 0 (NVIDIA GeForce GTX 750 Ti <256, 5, 1>) -- W: 32, P: 5, TPB: 1024, MTD: (1024x, 1024y, 64z), MGS: (2147483647x, 65535y, 65535z)
Initialising from entropy: 9766175900048351535
END: Initializing Memory
2022-09-21 12:10:04 Iteration 1 Attempts: 18446744072890306048 in 7.977868 at 2312239793040888320.000000cps - Total Attempts 18446744072890306048 - keys found 21964
Enough keys found, Done!
Looks like it found 21964 keys which seems believable I guess, but where are they? According to /src/cuda-ecc-ed25519/vanity.cu:424
and /README.md:11
, I expect to see a MATCH
message, bit I don't see it. I also don't see any new files that might contain the desired keys.
looks totally wrong... total attempts 18446744072890306048 lol... looks like overflow... never ran it on a GTX 750... and i don't have any GPU machines rn, so can't even try to repo.
On 21 Sep 2022, at 21:23, limitedAtonement @.***> wrote:
When I run the application without modifications (searching for prefixes AAAA and BBBB), I get the following output:
GPU: Initializing Memory GPU: 0 (NVIDIA GeForce GTX 750 Ti <256, 5, 1>) -- W: 32, P: 5, TPB: 1024, MTD: (1024x, 1024y, 64z), MGS: (2147483647x, 65535y, 65535z) Initialising from entropy: 9766175900048351535 END: Initializing Memory 2022-09-21 12:10:04 Iteration 1 Attempts: 18446744072890306048 in 7.977868 at 2312239793040888320.000000cps - Total Attempts 18446744072890306048 - keys found 21964 Enough keys found, Done! Looks like it found 21964 keys which seems believable I guess, but where are they? According to /src/cuda-ecc-ed25519/vanity.cu:424 and /README.md:11, I expect to see a MATCH message, bit I don't see it. I also don't see any new files that might contain the desired keys.
— Reply to this email directly, view it on GitHub https://github.com/mcf-rocks/solanity/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQY3UMUZW3FXT5MMOIFRA3TV7NVFVANCNFSM6AAAAAAQSNK7GA. You are receiving this because you are subscribed to this thread.
I was hopeful that it was going REALLY fast :smiley:! Yeah, it looks perhaps like uninitialized memory...I'll debug a bit. Changing the code and recompiling is REEEAALLLY slow, but I'll see what I can do!