![]() |
|
|
#12 |
|
Jun 2003
31·163 Posts |
|
|
|
|
|
|
#13 | |
|
Mar 2006
Germany
23×3×112 Posts |
Quote:
so installing the new client and configure it for the project will work fine. and if not post here/there or PM me. |
|
|
|
|
|
|
#14 |
|
Jun 2003
31·163 Posts |
The old LLRNet client was hard-wired to crunch only base-2. So I had to modify it to accept other bases. Is that the case for new client also?
|
|
|
|
|
|
#15 | |
|
Mar 2006
Germany
23×3×112 Posts |
Quote:
the only change to handle other bases than 2 is to edit a line in the llr-serverconfig.txt (the server-side): Code:
displayFormat = "%s*5^%s-1" the client get a pair from the server with the worktype (Riesel or Sierpinski and base) and saves it in "workfile.txt" like: Code:
43228319159:M:1:5:258 12345 67890 |
|
|
|
|
|
|
#16 |
|
Jun 2003
116758 Posts |
|
|
|
|
|
|
#17 |
|
Mar 2006
Germany
23·3·112 Posts |
try it here.
only the WIN-DOS-script version (3rd link) contains the server with a small example, too. change the above line in llr-serverconfig.txt and put your knpairs.txt in the server-folder. run 'do' in the client-folder and all is working fine! |
|
|
|
|
|
#18 |
|
Apr 2003
14048 Posts |
|
|
|
|
|
|
#19 | |
|
Apr 2003
22×193 Posts |
Quote:
Last fiddled with by ltd on 2010-03-19 at 14:56 |
|
|
|
|
|
|
#20 |
|
Mar 2006
Germany
55308 Posts |
I use the llrnet.exe (WIN) size: 6.425.088 bytes (date 2005-04-27).
I also saw a version with 3.364.950 bytes from 2006-08-18! I had not tried the smaller one with the script, i'll do this later today and tell the results here! which version do you use? have you ever tried the other EXE? or do you use the LINUX-version? |
|
|
|
|
|
#21 |
|
Mar 2006
Germany
1011010110002 Posts |
the smaller WIN-version of llrnet.exe works fine with base 3 for example, too!
i only adjusted the line in llr-serverconfig.txt. @ltd: do you know, which line you have to edit to work with base 5? |
|
|
|
|
|
#22 |
|
Apr 2003
22×193 Posts |
Check the file llr2.c.
In the not working version you will find the following code: Code:
if (base != 2) {
//printf("%d %d %d\n", chainlen, base, mask);
OutputStr ("Only base 2 is supported, use PRP for other bases.\n");
return -1;
}
So if your exe works with base 3 it is an already patched version. Last fiddled with by ltd on 2010-03-19 at 16:33 |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PrimeGrid asks: Is PSP dead? | AG5BPilot | Prime Sierpinski Project | 23 | 2015-11-19 12:59 |
| Looks Dead Here | storm5510 | Operation Billion Digits | 5 | 2013-10-16 14:17 |
| PRP and LLRNET = Dead | magnav0x | Prime Sierpinski Project | 14 | 2005-12-14 22:02 |
| CPU 1 dead in duallie? | Jeff Gilchrist | Hardware | 10 | 2005-11-03 11:53 |
| Dead P3 | Prime95 | Hardware | 10 | 2003-09-10 22:41 |