![]() |
|
|
#1 |
|
Nov 2019
7310 Posts |
Was checking how quickly my P-1 factoring assignments got snapped up and noticed for 104475233 Ben Delo did both the CERT and PRP work.
I think I recall fraud is not possible because the server does some mangling before forwarding the CERT assignment. Is that expected behavior? |
|
|
|
|
|
#2 |
|
"Oliver"
Sep 2017
Porta Westfalica, DE
72·11 Posts |
Yes.
|
|
|
|
|
|
#3 |
|
"Viliam Furík"
Jul 2018
Martin, Slovakia
2×3×5×19 Posts |
Yes, it's safe.
Self-certification is common for Ben, because of his huge throughput. |
|
|
|
|
|
#4 |
|
6809 > 6502
"""""""""""""""""""
Aug 2003
101×103 Posts
23·1,223 Posts |
It is not an issue. The proof file is submitted to the server. The server works some magic on it. Then it sends it out as a cert assignment. The little bit that the server does prevents people from reporting fake self-certs.
|
|
|
|
|
|
#5 |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
14F216 Posts |
For background on why, read and follow links of https://mersenneforum.org/showthread.php?t=25638 or just go to https://mersenneforum.org/showpost.p...5&postcount=46
Last fiddled with by kriesel on 2021-07-10 at 01:09 |
|
|
|
|
|
#6 |
|
"Graham uses ISO 8601"
Mar 2014
AU, Sydney
35 Posts |
|
|
|
|
|
|
#7 | |
|
Nov 2019
73 Posts |
Quote:
CERT work is done with a very high, priority, which is controlled by the SequentialWorkToDo=n variable documented deep in undoc.txt. Code:
The program sometimes performs work from worktodo.txt out-of-order. (1) Certification work is done quickly as these assignments have a very short expiration period. (2) Any necessary trial factoring and P-1 testing on exponents reserved for a prime test can be done early. This option exists for for users without an always-on Internet connection. If early factoring finds a factor, the server can be contacted and another exponent reserved avoiding the possible scenario where a prime test for the first worktodo.txt line completes, a factor is quickly found for the second line in worktodo.txt and the computer now sits idle until the server can be contacted. This behavior can be confusing, especially to newcomers. The option to control what work can be done early is in prime.txt: SequentialWorkToDo=n (default is -1) If n is 1, work will never be done out of order, You will not get certification assignments. If n is -1, only certification work will be done out of order. If n is 0, certification and early factoring will be done out of order. Code:
There are also some options for controlling certification work. In local.txt, add CertWorker=n CertMinExponent=x CertMaxExponent=y This let's you do certifications only on the specified worker number n. You can also control the range of exponents you are willing to do certifications for. |
|
|
|
|
|
|
#8 |
|
Mar 2019
USA
3A16 Posts |
|
|
|
|
|
|
#9 | |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
2·7·383 Posts |
Quote:
Worktodo entry will look something like Cert=some32hexcharaidvalue,1,2,exponent,-1,squarings If running certain work you do not want interrupted, such as 100Mdigit LLDC, for which the Jacobi checks can be slow and triggered by interruptions, in prime95, Test, Worker Windows, there's a check box at the lower left to get occasional Cert work; clear it to avoid getting future Cert work assignments. |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cert work for returned PRP | LOBES | Information & Answers | 6 | 2020-12-17 09:59 |
| CERT assigned for own PRP test | Brian | PrimeNet | 1 | 2020-10-11 18:13 |
| My slowest computer was chosen for CERT work | phillipsjk | Information & Answers | 7 | 2020-09-24 10:31 |
| Server handling of Cert assignment for the next MP | Uncwilly | PrimeNet | 0 | 2020-09-02 21:35 |
| factorDB verifier doesn't like my cert? | schickel | FactorDB | 3 | 2015-08-09 17:21 |