Post
Topic
Board Development & Technical Discussion
Re: Pollard's kangaroo ECDLP solver
by
Gord0nFreeman
on 19/05/2023, 12:33:22 UTC
Hey, guys! somebody can explain me why ive got error :
Code:
D:\kangaroo>kangaroo.exe -wm 125.save 1252.save
Kangaroo v2.2
MergeWork: destination argument missing

this is -winfo
Code:
Loading: 1252.save
Version   : 0
DP bits   : 33
Start     : 10000000000000000000000000000000
Stop      : 1FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
Key       : 0233709EB11E0D4439A729F21C2C443DEDB727528229713F0065721BA8FA46F00E
Count     : 2238135375233024 2^50.991
Time      : 6.7d
DP Size   : 10.0/17.0MB
DP Count  : 261003 2^17.994
HT Max    : 8 [@ 0074C5]
HT Min    : 0 [@ 000003]
HT Avg    : 1.00
HT SDev   : 1.00
Kangaroos : 0 2^-inf

Loading: 125.save
Version   : 0
DP bits   : 33
Start     : 10000000000000000000000000000000
Stop      : 1FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
Key       : 0233709EB11E0D4439A729F21C2C443DEDB727528229713F0065721BA8FA46F00E
Count     : 1982479057551360 2^50.816
Time      : 6.0d
DP Size   : 9.0/29.8MB
DP Count  : 231003 2^17.818
HT Max    : 8 [@ 0074C5]
HT Min    : 0 [@ 000003]
HT Avg    : 0.88
HT SDev   : 0.94
Kangaroos : 67108864 2^26.000

MergeWork: destination argument missing = you are missing the 3rd argument.

If you are trying to merge 2 different work files, you have to tell it what to save it as; merge file1 file2 file3 = merge file1 and file2 and save it as file3
after merge result file have 15mb, but! work file 6gb each other