n00b here, how can I ensure that GPUs are always working?

Moderators: Site Moderators, FAHC Science Team

Post Reply
jonfen801
Posts: 4
Joined: Sat Mar 14, 2020 4:55 pm

n00b here, how can I ensure that GPUs are always working?

Post by jonfen801 »

I am running a headless ubuntu 18.04 box with four Radeon 570 cards. Currently half are idle. What am I doing wrong with my config?

Code: Select all

<config>
  <!-- HTTP Server -->
  <allow v='127.0.0.1 192.168.1.2'/>

  <!-- User Information -->
  <user v='jonfen801'/>
  <passkey v='xxxx'/>
  <gpu v='true'/>

  <!-- Web Server -->
  <web-allow v='127.0.0.1 192.168.1.2'/>

  <!-- Folding Slots -->
  <slot id='0' type='CPU'/>
  <slot id='1' type='GPU'/>
  <slot id='2' type='GPU'/>
  <slot id='3' type='GPU'/>
  <slot id='4' type='GPU'/>
  <power v='full'/>

</config>

Post Reply