![]() |
|
|
#210 |
|
Mar 2006
Germany
22×727 Posts |
yes, sorry.
i wrote the post before uploading the files. i got no response from www.rieselprime.org (today too) so i uploaded now all data-files to www.rieselprime.de. please refer there for now. |
|
|
|
|
|
#211 |
|
Mar 2007
Austria
2·151 Posts |
At 415k so far. no new primes.
--nuggetprime |
|
|
|
|
|
#212 | |
|
Mar 2006
Germany
22×727 Posts |
Quote:
i included all data for 1001<=k<=1999 and 10k<=n<=35k into the summary pages (data from henryzz and me). data for many k's (from 20000 to 200000 and mostly n<=10k) from lavalamp will follow. |
|
|
|
|
|
|
#213 |
|
Mar 2007
Austria
2·151 Posts |
At 500k(no new primes). pausing primesearch now a bit and try a few factorizations.
--nugget |
|
|
|
|
|
#214 |
|
Jul 2008
MA, USA
23 Posts |
35779 tested to 600k now... one new prime found:
346735 |
|
|
|
|
|
#215 |
|
"Curtis"
Feb 2005
Riverside, CA
22×1,217 Posts |
k=443 tested to 1040k. No primes, alas.
-Curtis |
|
|
|
|
|
#216 |
|
Jan 2009
22·5 Posts |
Was thinking of having a go at k=15431 if it's free - can't see any signs of it having been heavily done before?
Also, I'm a bit of newbie about doing all of this by hand, and the previous howtos refer to NewPGen - is there a more recent howto that covers srsieve variants? Thanks, \/ato |
|
|
|
|
|
#217 |
|
Nov 2003
2×1,811 Posts |
Welcome to RPS!
You are right, nobody did k=15431 before. It's yours! It's the best to start sieving using NewPGen, upto p=50 or 100bn, and then to switch to srsieve. Suppose that your NewPGen output file is called "15431.txt", then you can start srsieve on the command line as follows: > sr1sieve -i 15431.txt -o 15431.txt -P 3E12 It will sieve to 3T but you can stop it earlier if you want. Happy hunting! |
|
|
|
|
|
#218 |
|
Oct 2007
Manchester, UK
22·3·113 Posts |
Personally I now start sieving with srsieve, then move onto sr1sieve. This is because NewPGen misses factors and is no longer being actively developed.
If you're on windows, you could put these commands in a batch file and run it to create a sieve: Code:
srsieve -v -g -m 4e15 -P 1e10 -n 0 -N 101419 "15431*2^n-1" ren "t17_b2_k15431.npg" "15431_sieve.txt" pause The ren command simply renames the output file to something more friendly, and the pause command holds the batch file window open when it's done so that you can read any output. If you want to know what all of the other switches in that command line do, just run srsieve -h, and likewise sr1sieve -h for sr1sieve. Sieving and LLRing a k up to n=101,419 (or n=102,919) will take maybe 1 - 2 weeks *, depending on how fast your CPU is and how many candidates are removed while sieving. To get those jump points I used llrtools. * completely wild guess |
|
|
|
|
|
#219 |
|
"Alexander"
Nov 2008
The Alamo City
22×52×7 Posts |
OK, I'll take over k=10544249 until 1M.
Personally, I also use srsieve, so... -Alexander Jones |
|
|
|
|
|
#220 |
|
Jan 2009
Ireland
2×3×31 Posts |
taking 20934375
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Best Work for Finding Primes | Unregistered | Information & Answers | 9 | 2012-06-24 13:50 |
| Which settings to choose for best work? | jmb1982 | Software | 2 | 2009-04-07 09:33 |
| Help test 210885 - Find a new top 5000 prime! | SlashDude | Riesel Prime Search | 121 | 2008-01-03 08:47 |
| Help test 2995125705 - Find a new top 5000 prime! | SlashDude | Riesel Prime Search | 538 | 2007-05-08 01:42 |
| The fastest way to a top-5000 prime? | lsoule | 15k Search | 13 | 2005-09-19 20:24 |