Page 1 of 1

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

Posted: Sat Mar 14, 2020 6:10 pm
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>


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

Posted: Sat Mar 14, 2020 6:20 pm
by bruce