Folding@home - philipf/notebook GitHub Wiki

Install

wget https://download.foldingathome.org/releases/public/release/fahclient/debian-testing-64bit/v7.4/fahclient_7.4.4_amd64.deb
sudo dpkg -i --force-depends fahclient_7.4.4_amd64.deb

Configure

<config>
  <!-- Client Control -->
  <fold-anon v='true'/>

  <!-- Folding Slot Configuration -->
  <gpu v='false'/>

  <!-- Slot Control -->
  <power v='full'/>

  <!-- User Information -->
  <passkey v='<passkey'/>
  <user v='philipf'/>

  <!-- Folding Slots -->
  <slot id='0' type='CPU'/>
</config>

Monitor

telnet localhost 36330
FAHClient --send-command queue-info
⚠️ **GitHub.com Fallback** ⚠️