Telariust / pollard-kangaroo

Pollard, kangaroo method, solving discrete logarithm problem (DLP) using pseudorandom walks
52 stars 29 forks source link

Multithread and/or GPU #6

Open SatoshiNakamotoBitcoins opened 5 years ago

SatoshiNakamotoBitcoins commented 5 years ago

Hello my friend,

I like your script. I read with bitcointalk that their would be a script which is running multithread.

It would be awesome when your script could also running multithread...your great script would even becomer more greater...;-)

Do you planning to make it also running multithread or maybe even with GPU, for example OpenCL...

Like to learn from you!

Cheers Satoshi

drk77 commented 5 years ago

+1 make please GPU version (PyCuda)

Telariust commented 4 years ago

now python multicores cpu ready

I plan to rewrite VanitySearch or pollard-rho by brichard19 (github.com/brichard19/ecdl) to gpu cuda/opencl implementation.

drk77 commented 4 years ago

Thanks! are looking forward to