iceland2k14 / kangaroo

Find PrivateKey of corresponding Pubkey(s) using Pollard Kangaroo algo
MIT License
53 stars 28 forks source link

[-] Warning, DP is too large, it may cause significant overload. [-] Hint: decrease number of threads, or decrese dp. #10

Open robywijaya007 opened 2 years ago

robywijaya007 commented 2 years ago

Dear Iceland , i tried your program with setting ncore 78 and this error come up , what is that mean ? and how i can resolve that error beside lowering the thread , please help

Regards Roby

iceland2k14 commented 2 years ago

It's only a warning not Error. But it can be solved by increasing the -n value. By default it is 72000Trillion.

robywijaya007 commented 2 years ago

Thank s for quick support mate , its running well now