Quote:
Originally Posted by GeoffreyY
...
Another thing, do I simply transfer all the spairs.out.t_ files from my multiple computers and truncate them? I'm just zipping them up for now.
...
|
You should not truncate the files. You should concatenate all of the unzipped spairs.out.t_ files into spairs.add:
Code:
cat spairs.out.t_* >> spairs.add
From there, factmsieve.py will concatenate spairs.add to the RSA.dat file. By using the spairs.add file, you allow factmsieve to modify the RSA.dat file instead of risking a manual modification causing a crash.