kangaroo
kangaroo copied to clipboard
Find PrivateKey of corresponding Pubkey(s) using Pollard Kangaroo algo
I started using this too. Thanks for providing it here. I would like to know how long it takes to finish progress. Tell me the maximum Time. Also a tutorial...
Hi, thanks fo the good work. Can you open source the DLL and publish source code?
Hi @iceland2k14, Thanks for the code. I was wondering if the dynamic library Kangaroo_CPU source code is available? I plan to make a few modifications and run it on my...
root@DESKTOP-OF08MGH:/home/rusvo/rsz# python3 kangaroo.py -p 03633CBE3EC02B9401C5EFFA144C5B4D22F87940259634858FC7E59B1C09937852 -ncore 2 -rand1 Traceback (most recent call last): File "/home/rusvo/rsz/kangaroo.py", line 58, in ice = ctypes.CDLL(pathdll) File "/usr/lib/python3.10/ctypes/__init__.py", line 374, in __init__ self._handle = _dlopen(self._name,...
This is not a request but a general idea... Does anybody knows of a way to add GPU support to programs like this? there has to be a way to...