Post
Topic
Board Development & Technical Discussion
Re: Mark1 - pollard rho implementation (38 minutes for 80 bits solving on CPU)
by
mcdouglasx
on 24/06/2025, 23:06:59 UTC
I think the next point to address regarding the Kangaroo algorithm is to avoid loading the DP into RAM. I think that is a strong limiting point for Kangaroo, especially when it comes to high ranges.

Has anyone thought of any interesting ideas to solve this?.

Where did you ever read that the Kangaroo algorithm requires storing the DPs in RAM?

Storing and querying DPs works just fine with a database. This allows collecting terabytes or more of DP data.

I'm referring to the dp.bin of this thread