Skip to content

Instantly share code, notes, and snippets.

@askrabal
Last active December 30, 2020 11:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save askrabal/e57eeac369816a138b92e972644604ec to your computer and use it in GitHub Desktop.
Save askrabal/e57eeac369816a138b92e972644604ec to your computer and use it in GitHub Desktop.
Folding@Home configuration xml -- /etc/fahclient/config.xml
<config>
<!-- Client Control -->
<fold-anon v='true'/>
<!-- Folding Slot Configuration -->
<gpu v='true'/>
<!-- HTTP Server -->
<!-- allow all local network access -->
<allow v='127.0.0.1 192.168.0.0/16'/>
<!-- bind to any address -->
<http-addresses v='0:7396'/>
<!-- Slot Control -->
<power v='FULL'/>
<!-- Web Server -->
<!-- allow all local network access -->
<web-allow v='127.0.0.1 192.168.0.0/16'/>
<!-- Folding Slots -->
<!-- split cores between slots to allow pausing some cores -->
<slot id='0' type='CPU'>
<cpus v='10'/>
</slot>
<slot id='1' type='CPU'>
<cpus v='6'/>
</slot>
<slot id='2' type='GPU'>
<pci-bus v='10'/>
<pci-slot v='0'/>
</slot>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment