F5F Stay Refreshed Software Operating Systems Large Prime Detector – Now Available Under Open Source and Supports Multiple Threads!

Large Prime Detector – Now Available Under Open Source and Supports Multiple Threads!

Large Prime Detector – Now Available Under Open Source and Supports Multiple Threads!

T
TheMineSeven
Member
74
01-08-2016, 09:45 AM
#1
I’m sure this is the correct place, right? It seems to be a software tool. Lightweight Java Prime Finder is a multithreaded application I built in Java to locate large prime numbers. It focuses on simplicity and speed. The program is optimized for performance, allowing it to identify primes with thousands of digits in just a few minutes.

Using it is straightforward. You provide a starting value like x^y + c, and it tests each subsequent number using the Fermat primality check and trial division. The interface guides you through steps, suggesting settings tailored to your system.

A good starting point is a modest number such as 3^3000 to verify everything works. The cool part is discovering previously unknown primes. For instance, the biggest prime found with this tool so far is 12^15000 + 9367, which has 16,188 digits. As of now, it hasn’t been discovered or calculated by anyone else.

It took my machine—a quad-core i5 at 3.10 GHz running at full capacity—for 36 hours straight to scan from that number and confirm its primality. I’ve attached the full file for reference.

Please note:
- Replace the main menu with simpler functions.
- Avoid repeatedly restarting by using a consistent input method.
- Share any feedback on my code if you like!

That’s all—I’m completely self-taught.
T
TheMineSeven
01-08-2016, 09:45 AM #1

I’m sure this is the correct place, right? It seems to be a software tool. Lightweight Java Prime Finder is a multithreaded application I built in Java to locate large prime numbers. It focuses on simplicity and speed. The program is optimized for performance, allowing it to identify primes with thousands of digits in just a few minutes.

Using it is straightforward. You provide a starting value like x^y + c, and it tests each subsequent number using the Fermat primality check and trial division. The interface guides you through steps, suggesting settings tailored to your system.

A good starting point is a modest number such as 3^3000 to verify everything works. The cool part is discovering previously unknown primes. For instance, the biggest prime found with this tool so far is 12^15000 + 9367, which has 16,188 digits. As of now, it hasn’t been discovered or calculated by anyone else.

It took my machine—a quad-core i5 at 3.10 GHz running at full capacity—for 36 hours straight to scan from that number and confirm its primality. I’ve attached the full file for reference.

Please note:
- Replace the main menu with simpler functions.
- Avoid repeatedly restarting by using a consistent input method.
- Share any feedback on my code if you like!

That’s all—I’m completely self-taught.

M
MangoDruid
Member
80
01-08-2016, 05:35 PM
#2
Well done, a comparable initiative exists on Boinc and PrimeGrid.
M
MangoDruid
01-08-2016, 05:35 PM #2

Well done, a comparable initiative exists on Boinc and PrimeGrid.

S
SkyLionGame
Member
73
01-08-2016, 06:14 PM
#3
PrimeGrid sparked my idea to build this program! I appreciate what they achieved.
S
SkyLionGame
01-08-2016, 06:14 PM #3

PrimeGrid sparked my idea to build this program! I appreciate what they achieved.

P
Parkt0401
Member
59
01-09-2016, 03:06 PM
#4
how do I download and use it
P
Parkt0401
01-09-2016, 03:06 PM #4

how do I download and use it

C
CrazySmurfGB
Junior Member
45
01-09-2016, 04:43 PM
#5
Ensure you're using Windows, then obtain and extract the file. Execute the generated "run.bat" to complete the process.
C
CrazySmurfGB
01-09-2016, 04:43 PM #5

Ensure you're using Windows, then obtain and extract the file. Execute the generated "run.bat" to complete the process.

I
ItzHF_
Member
74
01-09-2016, 05:59 PM
#6
I recently released a minor patch to the master, addressing several issues. The program should now operate more efficiently.
I
ItzHF_
01-09-2016, 05:59 PM #6

I recently released a minor patch to the master, addressing several issues. The program should now operate more efficiently.