Post
Topic
Board Development & Technical Discussion
Re: Pollard's kangaroo ECDLP solver
by
WanderingPhilospher
on 22/01/2023, 15:06:49 UTC
A Beginner's Guide to the Windows Command Prompt. IMO current documentation is targeted towards geek, power user and developer.
Wow thank you my man, now which version of ubuntu should I install, good thing I frequent cracking projects😀, do I need ubuntu to run kangaroo? Because running in windows, setting all the arguments, the bat file opens and closes very fast, it seems like nothing works, maybe I should run it using cmd? isn't bat file doing the same thing though? When I dowmload kangaroo, I should place it in a folder and create a bat file or just run cmd and insert the option inftont of the kangaroo.exe? And which commands should I use, I currently have Geforce nvidia 920MX intel inegrated gpu.

Should I install 18 or 20 or 22 version from windows store?
If you are using a batch file, it's easy to stop and see what the error is.

Add a pause on the second line of your batch file, like this:

Kangaroo.exe -t 0 -d 12 -gpu -g 20,256... etc.
pause