An open API service indexing awesome lists of open source software.

https://github.com/figurestudios/gll

A Lucas-Lehmer Primality Test running on Golem.
https://github.com/figurestudios/gll

Last synced: 12 months ago
JSON representation

A Lucas-Lehmer Primality Test running on Golem.

Awesome Lists containing this project

README

          

# 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 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](https://www.mersenne.org/primes/) 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](https://discord.gg/zFEKQRfJUz). Major contributors are krunch3r and jedbrooke.