![]() |
![]() |
#12 |
"Carlos Pinho"
Oct 2011
Milton Keynes, UK
23·641 Posts |
![]()
Can't seem to connect to the prpnet server. Having an issue on the client version side. Can someone confirm me the prpnet server URL and which client versions should I use please.
|
![]() |
![]() |
![]() |
#13 | ||
Jun 2010
1000001002 Posts |
![]() Quote:
Code:
Rank User LLRNet Tests LLRNet Primes Found 1 Oddball 97779 18 2 Beyond 31946 9 3 Wario 23218 2 4 Flatlander 8563 5 5 Lanehart 8168 5 6 MiHost 2821 0 7 Robert47 592 0 8 hwt 100 0 9 Experimental 65 0 10 kar_bon 17 0 11 cipher 13 0 12 peido 12 0 13 Daikin 3 0 14 none 2 0 - Total 173299 39 Quote:
Code:
285807*2^498030-1 Carlos_Pinho home01 SETI.USA Sun Feb 12 21:59:24 2017 32:16 285807*2^498842-1 Carlos_Pinho home01 SETI.USA Sun Feb 12 21:59:24 2017 32:16 285807*2^499074-1 Carlos_Pinho home01 SETI.USA Sun Feb 12 21:59:24 2017 32:16 Code:
// userid= is a REQUIRED field that will be used by the server // to report on stats, etc. without having to reveal the user's // e-mail address. DO NOT USE spaces. Instead use underscore _. userid=Carnivore // This value differentiates clients using the same e-mail ID // DO NOT USE spaces. Instead use underscore _. clientid=bacon // Tests completed by this "team" will be rolled-up as part of team stats. This // will be recorded on tests that are pending and then updated when tests are // completed. Since it is stored on the server per test, it is possible for a // single user to be a member of multiple teams. If no value is specified for // this field, then completed tests and primes will not be awarded to any teams. // DO NOT USE spaces. Instead use underscore _. teamid= // server= configures the mix of work to perform across one or more // servers. It is parsed as follows: // <suffix>:<pct>:<workunits>:<server IP>:<port> // // <suffix> - a unique suffix for the server. This is used to distinguish // file names that are created for each configured server. // <pct> - the percentage of PRP tests to do from the server. // <workunits> - the number of PRP tests to get from the server. The // server also has a limit, so the server will never return // more than its limit. // <server IP> - the IP address or name for the server // <port> - the port of the PRPNet server, normally 7101 // // Setting pct to 0 means that the client will only get work from the // server if it cannot connect to one of the other configured servers. // Please read the prpnet_servers.txt in this directory for information // on the latest PRPNet servers. server=TPS12000:100:1:noprimeleftbehind.net:12000 // This is the name of LLR executable. On Windows, this needs to be // the LLR console application, not the GUI application. The GUI // application does not terminate when the PRP test is done. // On some systems you will need to put a "./" in front of the executable // name so that it looks in the current directory for it rather than // in the system path. // LLR can be downloaded from http://jpenne.free.fr/index2.html llrexe=llr.exe // This is the name of the PFGW executable. On Windows, this needs to // be the PFGW console application, not the GUI application. // PFGW can be downloaded from http://tech.groups.yahoo.com/group/openpfgw/ // If you are running a 64 bit OS, comment out the pfgw32 line // and uncomment the pfgw64 line. pfgwexe=pfgw32.exe //pfgwexe=pfgw64.exe // This is the name of the genefer executables used for GFN searches. Up // to four different Genefer programs can be specified. The client will // attempt a test with genefercuda first if available...otherwise, genefx64 // will be first. If a round off error occurs in either, it will try genefer. // If a round off occurs in genefer, it will try genefer80. If // genefer80 fails, then the number cannot be tested with the Genefers. It will // then be tested with pfgw if available. The order they are specified here // is not important. (NOTE: Linux and MacIntel only have genefer available for CPU) // Uncomment the line (genefx64) if you are running on a 64 bit machine. //geneferexe=genefercuda.exe //geneferexe=genefx64.exe geneferexe=genefer.exe geneferexe=genefer80.exe // This sets the CPU affinity for LLR on multi-CPU machines. It defaults to // -1, which means that LLR can run on an CPU. cpuaffinity= // This sets the GPU affinity for CUDA apps on multi-GPU machines. It defaults to // -1, which means that the CUDA app can run on an GPU. gpuaffinity= // Set to 1 to tell PFGW to run in NORMAL priority. It defaults to 0, which means // that PFGW will run in IDLE priority, the same priority used by LLR, phrot, // and genefer. normalpriority=0 // This option is used to default the startup option if the PREVIOUS // SHUTDOWN LEFT UNCOMPLETED WORKUNITS. If no previous work was left // this will act like option 9. // 0 - prompt // 1 - Return completed work units, abandon the rest, then get more work // 2 - Return completed work units, abandon the rest, then shut down // 3 - Return completed, then continue // 4 - Complete in-progress work units, abandon the rest, then get more work // 5 - Complete in-progress work units, abandon the rest, then shut down // 6 - Complete all work units, report them, then shut down // 9 - Continue from where client left off when it was shut down startoption=3 // stopoption= tells the client what to do when it is stopped with CTRL-C and there is // work that has not been completed and returned to the server. Options 2, 5, and 6 will // return all workunits. This will override stopasapoption. The accepted values are: // 0 - prompt // 2 - Return completed work units, abandon the rest, then shut down // 3 - Return completed work units (keep the rest), then shut down // 5 - Complete in-progress work units, abandon the rest, report them, then shut down // 6 - Complete all work units, report them, then shut down // 9 - Do nothing and shut down (presumes you will restart with startoption=9) stopoption=3 // stopasapoption= tells the client that it needs to be shutdown automatically, i.e. without // a CTRL-C. It is evaluated after each test is completed. It should be 0 upon startup. // The accepted values are: // 0 - Continue processing work units // 2 - Return completed work units and abandon the rest // 3 - Return completed work units (keep the rest) // 6 - Complete all work units and return them stopasapoption=0 // Timeout on communications errors // (default is 60 minutes, minimum is 1 minute if not specified here...) // Note that the actual used in the client is anywhere from 90% to 110% of this value errortimeout=3 // Size limit for the prpclient.log file... // 0 means no limit. // -1 means no log. loglimit=500000 // Set the debug level for the client // 0 - no debug messages // 1 - all debug messages // 2 - output debug messages from socket communication debuglevel=0 // Whether or not to echo "INFO" messages from server to console for accepted tests // 0 - no echo // 1 - echo (default) echotest=1 |
||
![]() |
![]() |
![]() |
#14 | |
Sep 2011
Potsdam, Germany
2×73 Posts |
![]() Quote:
server=TPS:100:1:www.noprimeleftbehind.net:12000 Newer versions and older ones down to 5.0.8 should also work. Regards Odi |
|
![]() |
![]() |
![]() |
#15 | |
Jun 2010
22·5·13 Posts |
![]() Quote:
Code:
Rank User Tests Primes Found 1 odicin 613571 126 2 sm5ymt 482316 92 3 Oddball 214025 40 4 Carnivore 99460 18 5 kracker 96307 24 6 grueny 77899 12 7 mdettweiler 56395 10 8 Lumiukko 43708 10 9 Beyond 31946 9 10 Robert47 30758 9 11 Wario 23218 2 12 cipher 13855 1 13 Rick_Reynolds 11997 3 14 MooMoo2 10294 4 15 Flatlander 8565 5 16 Lanehart 8168 5 17 Neo 4529 0 18 Ralf_Recker 4011 3 19 Caravaggio 3437 0 20 Mini-Geek 3380 1 21 Mark_Doom 2888 0 22 MiHost 2821 0 23 Tim 2250 0 24 Puzzle-Peter 2170 0 25 flat 1347 0 26 pabliedung 1197 0 27 acer 1025 0 28 Ian_Smith 362 0 29 rebirther 307 0 30 Tarmo_Ilves 175 0 31 Gary_Craig 130 0 32 Alexis_Kravtchenko 114 0 33 hwt 100 0 34 Experimental 65 0 35 pinhodecarlos 61 0 36 f1pokerspeed 49 0 37 kar_bon 17 0 38 Ogelsvy 16 0 39 Jean_Penne 13 0 40 peido 12 0 41 Carlos_Pinho 8 0 42 Tapio_Rajala 4 0 43 Daikin 3 0 44 none 2 0 - Total 1852975 374 |
|
![]() |
![]() |
![]() |
#16 | |
"Michael Kwok"
Aug 2010
32×7×11 Posts |
![]() Quote:
Code:
[2017-09-10 23:00:07 PDT] PRPNet Client application v5.4.0 started [2017-09-10 23:00:07 PDT] User name MooMoo2 at email address is moo.the.cow800@gmail.com [2017-09-10 23:00:07 PDT] Could not determine server type for noprimeleftbehind.net. Will try again later. [2017-09-10 23:00:07 PDT] TPS12000: Getting work from server noprimeleftbehind.net at port 12000 [2017-09-10 23:00:08 PDT] TPS12000: GetWork error. Message [ServerInfo: 7 4.1.4 0] cannot be parsed [2017-09-10 23:00:11 PDT] Could not determine server type for noprimeleftbehind.net. Will try again later. [2017-09-10 23:00:11 PDT] Could not connect to any servers and no work is pending. Pausing 3 minutes [2017-09-10 23:06:01 PDT] PRPNet Client application v5.4.0 started [2017-09-10 23:06:01 PDT] User name MooMoo2 at email address is moo.the.cow800@gmail.com [2017-09-10 23:06:02 PDT] Could not determine server type for noprimeleftbehind.net. Will try again later. [2017-09-10 23:06:02 PDT] TPS: Getting work from server noprimeleftbehind.net at port 12000 [2017-09-10 23:06:03 PDT] TPS: GetWork error. Message [ServerInfo: 7 4.1.4 0] cannot be parsed [2017-09-10 23:06:04 PDT] TPS: nothing was received on socket after 1 seconds [2017-09-10 23:06:04 PDT] Could not determine server type for noprimeleftbehind.net. Will try again later. [2017-09-10 23:06:04 PDT] Could not connect to any servers and no work is pending. Pausing 3 minutes Code:
2017-09-10 22:44:04 PDT] PRPNet Client application v5.4.0 started [2017-09-10 22:44:04 PDT] User name MooMoo2 at email address is moo.the.cow800@gmail.com [2017-09-10 22:44:08 PDT] G2000: Getting work from server noprimeleftbehind.net at port 2000 [2017-09-10 22:44:13 PDT] G2000: PRPNet server is version 5.4.0 [2017-09-10 22:50:20 PDT] G2000: 605*2^1472984-1 is not prime. Residue F40B6708143F4049 [2017-09-10 22:50:20 PDT] Total Time: 0:06:16 Total Work Units: 1 Special Results Found: 0 [2017-09-10 22:50:21 PDT] G2000: Returning work to server noprimeleftbehind.net at port 2000 [2017-09-10 22:50:22 PDT] G2000: INFO: Test for 605*2^1472984-1 was accepted [2017-09-10 22:50:22 PDT] G2000: INFO: All 1 test results were accepted |
|
![]() |
![]() |
![]() |
#17 |
A Sunny Moo
Aug 2007
USA (GMT-5)
3×2,083 Posts |
![]()
It's because the PRPnet server is running a very old PRPnet version. I need to upgrade it to the latest for it to be compatible with current clients (something that I've been putting off for way too long due to being busy in personal life).
In the meantime, the "solution" is to run an older PRPnet client version matching the server. ![]() |
![]() |
![]() |
![]() |
#18 |
Sep 2011
Potsdam, Germany
2×73 Posts |
![]()
Yup, you have downgrade at least to 5.3.1 to get work from port 12000.
Regards Odi |
![]() |
![]() |
![]() |
#19 | |
"Michael Kwok"
Aug 2010
69310 Posts |
![]() Quote:
Code:
PRPNet Client application v5.3.0 started User name MooMoo2 at email address is moo.the.cow800@gmail.com TPS12000: Getting work from server noprimeleftbehind.net at port 12000 TPS12000: PRPNet server is version 4.1.4 TPS12000: 322125*2^492271-1 is not prime. Residue FDED9BBE6F91E42C Total Time: 0:01:04 Total Work Units: 1 Special Results Found: 0 TPS12000: Returning work to server noprimeleftbehind.net at port 12000 TPS12000: ERROR: Test for 322125*2^492271-1 was rejected. The server could not parse the message TPS12000: INFO: 0 of 1 test results were accepted Could not connect to any servers and no work is pending. Pausing 3 minutes |
|
![]() |
![]() |
![]() |
#20 | ||
Sep 2011
Potsdam, Germany
2×73 Posts |
![]()
Hmm... Tested and no problems on my side with this version:
Quote:
http://www.mersenneforum.org/showpos...3&postcount=66 Quote:
|
||
![]() |
![]() |
![]() |
#21 | |
"Michael Kwok"
Aug 2010
32·7·11 Posts |
![]() Quote:
I've managed to receive tests and submit results using the older cllr version and the older PRPnet version. However, if I use the latest cllr version (3.8.20), it allows me to receive tests but not submit them. This happened even though the PRPnet client version that I was using remained the same. Code:
[2017-12-30 10:23:12 PST] TPS12000: Getting work from server noprimeleftbehind.net at port 12000 [2017-12-30 10:23:14 PST] TPS12000: PRPNet server is version 4.1.4 [2017-12-30 10:25:27 PST] TPS12000: 363447*2^490816-1 is not prime. Residue 3BA608BA5138453B [2017-12-30 10:25:27 PST] Total Time:206:08:48 Total Tests: 5426 Total PRPs Found: 0 [2017-12-30 10:25:27 PST] TPS12000: Returning work to server noprimeleftbehind.net at port 12000 [2017-12-30 10:25:28 PST] TPS12000: INFO: Test for 363447*2^490816-1 was accepted [2017-12-30 10:25:28 PST] TPS12000: INFO: All 1 test results were accepted [2017-12-30 10:25:29 PST] TPS12000: Getting work from server noprimeleftbehind.net at port 12000 [2017-12-30 10:25:31 PST] TPS12000: PRPNet server is version 4.1.4 [2017-12-30 10:37:07 PST] PRPNet Client application v4.3.0 started [2017-12-30 10:37:07 PST] User name MooMoo2 at email address is meow_the_cat2001@yahoo.com [2017-12-30 10:38:08 PST] TPS12000: 363447*2^494016-1 is not prime. Residue 1D31004C000E52CA [2017-12-30 10:38:08 PST] Total Time: 0:01:02 Total Tests: 1 Total PRPs Found: 0 [2017-12-30 10:38:09 PST] TPS12000: Returning work to server noprimeleftbehind.net at port 12000 [2017-12-30 10:38:09 PST] TPS12000: ERROR: Test for 363447*2^494016-1 was rejected. The server could not parse the message [2017-12-30 10:38:09 PST] TPS12000: INFO: 0 of 1 test results were accepted [2017-12-30 10:38:09 PST] Could not connect to any servers and no work is pending. Pausing 3 minutes |
|
![]() |
![]() |
![]() |
#22 | |
"Michael Kwok"
Aug 2010
32×7×11 Posts |
![]() Quote:
|
|
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Largest LL tests ever completed | aketilander | Data | 256 | 2020-06-15 12:21 |
Largest number of LL tests before matching residues achieved? | sdbardwick | Lounge | 1 | 2015-02-03 15:03 |
Completed 29M work not showing as completed in GPU72 | Chuck | GPU to 72 | 2 | 2013-02-02 03:25 |
91-92M to 2^63 completed | Graff | Lone Mersenne Hunters | 0 | 2008-12-11 16:41 |
34M to 35M up to 2^60 - completed | markr | Lone Mersenne Hunters | 10 | 2003-06-17 00:06 |