mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > FactorDB

Reply
 
Thread Tools
Old 2018-01-24, 20:33   #12
yoyo
 
yoyo's Avatar
 
Oct 2006
Berlin, Germany

617 Posts
Default

Yes, to avoid double work and because of missing reservation system you have to put some randomness and fuzzing into which composit you select.
I usually start at 70 digits, skip the next 1000 and from the next 9000 I choose one randomly.

Quote:
my $rand=1000+int(rand(9000));
$response = $ua->get("http://factordb.com/listtype.php?t=3&mindig=70&perpage=100&start=$rand&download=1");
yoyo is offline   Reply With Quote
Old 2018-01-25, 03:03   #13
EdH
 
EdH's Avatar
 
"Ed Hall"
Dec 2009
Adirondack Mtns

73518 Posts
Default

I'm using a modified vesion of yoyo's perl script and was simply using a random number of 100 in most of my machines, but since I now know of another user with several machines in the area, I'll go back to 300 for now. I do have a couple machines with a low random number tying to ensure the low end (79 dd) gets more checking to keep it clear.

Actually, since I know someone else is working on these, I might slide some of my machines to a different project soon...
EdH is offline   Reply With Quote
Old 2018-01-25, 08:41   #14
vebis
 
vebis's Avatar
 
Oct 2015

22·17 Posts
Default

I'm using an adapted version of fdb_comp_evaluator which works with remote hosts. So i'm also picking candidates from first 100 composites. Please don't count on my work on these composites as i'm not dedicated to run this in the long.
vebis is offline   Reply With Quote
Old 2018-02-07, 17:00   #15
wblipp
 
wblipp's Avatar
 
"William"
May 2003
New Haven

236610 Posts
Default

Quote:
Originally Posted by vebis View Post
push the piled up composites from 95/96 to now 98.
Reached 99!
wblipp is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
a lyric finding tool MattcAnderson Soap Box 1 2017-01-01 15:18
Auto-XYYXF tool fivemack NFS@Home 3 2016-07-06 04:01
Sieving with powers of small primes in the Small Prime variation of the Quadratic Sieve mickfrancis Factoring 2 2016-05-06 08:13
One thread constantly restarting 25.7 build 3 OneOfMany PrimeNet 3 2008-10-29 23:03
tool to help with Top 5000 list Mini-Geek Lounge 6 2008-05-04 03:19

All times are UTC. The time now is 12:33.


Sat Jul 17 12:33:34 UTC 2021 up 50 days, 10:20, 1 user, load averages: 1.21, 1.15, 1.23

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.