Post
Topic
Board Development & Technical Discussion
Merits 8 from 3 users
Topic OP
kangaroo ECDLP solver
by
Etar
on 30/06/2023, 19:15:50 UTC
⭐ Merited by ETFbitcoin (5) ,digaran (2) ,odolvlobo (1)
ECDLP solver based on the Pollard's kangaroo method.
Gpu math is mostly based on JeanLucPons code https://github.com/JeanLucPons/Kangaroo/blob/master/GPU/GPUMath.h
But with some additions and modifications.
Supported Nvidia GPU architecture >=SM75
Range limited to 192bit
GTX 1660super with -grid 88,128 and PL60% Memory +500 speed 890Mkey/s, PL90% Memory +500 speed 1000Mkey/s,
RTX 3070 with -grid 92,256 and PL56% speed 1535Mkey/s
For Windows only.
Purebasic v.5.31 required for compilation