keyhunt icon indicating copy to clipboard operation
keyhunt copied to clipboard

Maximum capacity @ 256 GB RAM....

Open V4NSHJ opened this issue 4 years ago • 4 comments

Maximum capacity @ 256 GB RAM and puzzle 120 bit Sequential range.. Once the set & adding GPU i.e.(ECDLP Kangaroo or VanitySearch Program) it will be more performance..

So please request you adding the GPU. Together working in GPU & CPU.

120

V4NSHJ avatar Oct 27 '21 04:10 V4NSHJ

I see in the email that you use the command

 ./keyhunt -m bsgs -t 48 -f tests/120.txt -n 0x100000000000000000 -k 3 -M -s 30 -S -q -R -b 120

well that value for n is to big, you can use a lower value of n with other k value like (decrement N and double k)

All the next combinations are equivalent for your example and will use the same files.

-n 0x40000000000000000 -k 6
-n 0x10000000000000000 -k 12
-n 0x4000000000000000 -k 24
-n 0x1000000000000000 -k 48
-n 0x400000000000000 -k 96
-n 0x100000000000000 -k 192
-n 0x40000000000000 -k 384
-n 0x10000000000000 -k 768

albertobsd avatar Oct 27 '21 23:10 albertobsd

Thank you for valuable advice; i will do it accordingly.

Could you please adding the GPU. Together working in GPU & CPU. Same way work in ECDLP Kangaroo or VanitySearch Program....

V4NSHJ avatar Oct 28 '21 05:10 V4NSHJ

Could you please adding the GPU. Together working in GPU & CPU. Same way work in ECDLP Kangaroo or VanitySearch Program....

I know what you want, i heard you in youtube and in the other issues.

For the moment i will not develop this for GPU because. I have CPU and i am push it up to the limit. I don't have GPU, and I don't want to develop something that i'm not going to use.

Check: https://github.com/albertobsd/keyhunt/discussions/142

albertobsd avatar Nov 03 '21 20:11 albertobsd

Is it an intel cpu with an igpu? Hint hint ;p

myne123 avatar Nov 28 '21 07:11 myne123