Skip to content

Instantly share code, notes, and snippets.

@jango-blockchained
Forked from oguya/fah-config.xml
Created April 28, 2021 18:25
Show Gist options
  • Save jango-blockchained/031fbdd44016a829ab161081cd588b79 to your computer and use it in GitHub Desktop.
Save jango-blockchained/031fbdd44016a829ab161081cd588b79 to your computer and use it in GitHub Desktop.
FAHClient config. file—/etc/fahclient/config.xml
<config>
<!-- See sample config: /usr/share/doc/fahclient/sample-config.xml -->
<!-- Client Control
Don't fold anonymously, provide user info. -->
<fold-anon v='false'/>
<!-- Folding Slot Configuration -->
<gpu v='true'/> <!-- If true, attempt to autoconfigure GPUs -->
<!-- Slot Control
Options: light, medium or full
Watch out for high load -->
<power v='full'/>
<!-- User Information
Send all those points to team NairobiLUG 229502
http://fah-web2.stanford.edu/cgi-bin/main.py?qtype=teampage&teamnum=229502 -->
<user v='James_Oguya'/>
<passkey v='ZZZZZZZZZZZZZZZZZZZZZZ'/>
<team v='229502'/>
<!-- Folding Slots -->
<!-- Use all the CPUs
Watch out for high load -->
<slot id='0' type='CPU'/>
<slot id='1' type='GPU'/>
<!-- Grant Remote Web Access
access web UI at 192.168.1.63:7396 -->
<allow>127.0.0.1 192.168.1.63</allow>
<web-allow>127.0.0.1 192.168.1.63</web-allow>
</config>
<!-- vim: set sw=2 ts=2: -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment