GRTMerge
From Cryptohaze Project Wiki
Merges separate table parts into large full or perfect tables.
Usage
GRTMerge [–buildfull | –buildperfect] <file>
Options
–bits bits of hash to keep, default 0. Run GRTAnalyze to get a report on how many bits to use, must to a multiple of 8
–buildfull Build a full table, can be used in addition to –buildperfect
–buildperfect Build a perfect table, can be used in addition to –buildfull
-m (–megabytes) Megabytes of RAM to use, default 512
-o (–outputdir) Directory for output files
–tableversion Tables version 1 or 2, default 2
Example
GRTMerge –buildperfect ./parts/MD5-len6-idx0-chr95-cl50000-*-v2.part –bits 48
