I've created a work queue from the P-1 factors we've found so far.

Parameters are:
- 2^49 < p < 2^64
- 4000000 < n < 6365000
- factors found through sieve are excluded
- duplicates are included (there's only one such case)

There are 212 k/n pairs of such.

The client did not factor anything below 4926821 for the setting 0 (two times PRP). Pfactor=10223,2,4926821,1,49,0 is the first work accepted by the client for 160 MB RAM allocation on a PIV-1700.

So, there's a set of 140 k/n pairs available for testing.


I started testing them, but the whole set is too much for me.

I can post some blocks of k/n pairs (in Pfactor=k,2,n,1,49,0 format) if anyone is interested in testing the client.


BTW:

- putting results.txt=fact.txt line in prime.ini seems to work

- as far as the times PRP setting is concerned, it's not only the decimals that do not work. Integers like 3, 4, etc. does not work either (not that they'll be used).