Im a hobbiest c++/CUDA programmer with no formal training in programming.
I have been working on my own Kangaroo software for some time now. I found this project and discovered it appears to make several improvements over my current implementation especially speed.
I'm trying to make some changes to allow me to move comparisons to a different program.
** change such that DP is checked on Y rather than X
Hopefully done?
** change such that if DP good save point to file tamexxxx.dat or wildxxxx.dat (xxxx to be provided via command line)
- output file(s) should be in the format of (Y value) space (offset from given startpoint) all values should be in hex.
if tame this would be pointG if wild would-be distance from given public key point.
https://github.com/techdrag0n/RCKangaroo-customized/wild_2026-01-04-09-16-16.txt is an example using 037249719f93cf56fac5e6455160c56ccdcb08320c081a9165595fe88a11fdb252 as starting point.
I hope this makes sense.
Any help would be greatly appreciated as I am trying to learn as I go.
https://github.com/techdrag0n/RCKangaroo-customized