figurestudios / gll

A Lucas-Lehmer Primality Test running on Golem.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gll

A Lucas-Lehmer Primality Test running on Golem in C++.

Run (on Windows)

  • yagna service run
  • Open a new command prompt
  • set YAGNA_APPKEY=<YOUR_APPKEY_HERE>

(your app-key can be found with yagna app-key list)

  • yagna payment init --sender
  • py requestor.py
  • Enter a number p from a known mersenne prime or any number you'd like to try
  • You will see an output whether it's a valid mersenne prime or not :)

Credits

This was made possible with the help of collaborative work in this Discord Server. Major contributors are krunch3r and jedbrooke.

About

A Lucas-Lehmer Primality Test running on Golem.

License:GNU General Public License v3.0


Languages

Language:Python 47.0%Language:C++ 43.9%Language:Dockerfile 9.0%