// email= is a REQUIRED field. The server will be use this address // to send you an e-mail when your client discovers a prime. email=your@email.here // 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. userid=PSPusername // This value differtiates clients using the same e-mail ID clientid=client_ID // server= configures the mix of work to perform across one or more // servers. It is parsed as follows: // :::: // // - a unique suffix for the server. This is used to distinguish // file names that are created for each configured server. // - the percentage of PRP tests to do from the server. // - 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. // - the IP address or name for the server // - 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. // The following servers are from the Prime Sierpinski Project server=PSPtest:80:1:www.psp-project.de:7100 server=PSPtestdc:20:1:www.psp-project.de:7101 // The following servers are from PrimeGrid //server=PPSE10k:0:20:pgllr.mine.nu:10000 //server=PPSE11K:0:20:pgllr.mine.nu:11000 //server=SGS:0:1:prpnet.primegrid.com:12000 //server=FPS:0:1:prpnet.primegrid.com:12002 //server=GCW13:0:1:prpnet.primegrid.com:12004 //server=GFN1:0:1:prpnet.primegrid.com:12005 //server=27121:0:1:prpnet.primegrid.com:12006 //server=PPSE:0:1:prpnet.primegrid.com:12007 //server=PRS:0:1:prpnet.primegrid.com:12008 // This is a testserver // server=GFNtest:0:1:uwin.mine.nu:7100 // 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 // This is the name of Phrot executable. // 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. // Phrot can be downloaded from http://home.roadrunner.com/~mrodenkirch/ // phrotexe=./phrot // 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/ pfgwexe=./pfgw // This is the name of the genefer executables used for GFN searches. Up // to three different Genefer programs can be specified. The client will // attempt a test with genefx64 first. If a round off error occurs, it will // try genefer. If a round of occurs in genefer, it will try genefer80. If // genefer80 fails, then the number cannot be tested. The order they are // specified here is not important. // (NOTE: Linux only has genefer available) //geneferexe=./genefer // This sets the CPU affinity for LLR on multi-CPU machines. affinity= // This option is used to default the startup option if the previous // shutdown left uncompleted workunits. // 0 - prompt // 1 - Return completed work units and abandon the rest // 2 - Complete assigned work units startoption=2 // This option is used to default the stop option when the client // is terminated // 0 - prompt // 1 - Return completed work units and abandon the rest // 2 - Return completed work units // 3 - Do nothing with current work units and terminate the process stopoption=2 // Default idle status is 1 (idle) idle=1 // Minimum delay between server connections in minutes // The default is 12 hours (720 minutes), minimum is 1 minute frequency=180 // 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