Last active
October 16, 2020 07:11
-
-
Save ldrahnik/2e6fb8a05653543a445c556e9d688fa8 to your computer and use it in GitHub Desktop.
Folding@Home (https://foldingathome.org/support/faq/installation-guides/linux/command-line-options/)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # /etc/fahclient/config.xml | |
| <config> | |
| <!-- User Information --> | |
| <passkey v='XY'/> | |
| <team v='249477'/> | |
| <user v='ldrahnik'/> | |
| <command-port v='36330'/> | |
| <!-- GPU does not start with calculating without setting power, can be done even here http://client.foldingathome.org/ --> | |
| <power v='full'/> | |
| <!-- Folding Slots --> | |
| <slot id='0' type='CPU'/> | |
| <slot id='1' type='GPU'/> | |
| </config> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment