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.
- Host: GitHub
- URL: https://github.com/figurestudios/gll
- Owner: figurestudios
- License: gpl-3.0
- Created: 2022-03-06T20:19:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-06T22:46:09.000Z (over 4 years ago)
- Last Synced: 2025-01-14T07:12:20.479Z (over 1 year ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.