I would suggest that you have it configured as Full. You can do this by opening up Advanced Control (AKA FAHControl) and then dragging the slider to Full. You can leave the slider in that position and then customize the rest of configuration to your needs.Perdition wrote:...
<power v="MEDIUM"/>...
I shall assume that the XML viewer you used may not have rendered the file correctly as the tags are incorrect. This is what my file looks like:Perdition wrote:...
<!-- Folding Slots -->
<slot type="CPU" id="0"/>
<slot type="GPU" id="1"/>...
Code: Select all
<config>
<!-- Folding Core -->
<checkpoint v='30'/>
<core-priority v='low'/>
<!-- Folding Slot Configuration -->
<client-type v='advanced'/>
<!-- Network -->
<proxy v=':8080'/>
<!-- Slot Control -->
<pause-on-start v='true'/>
<power v='full'/>
<!-- User Information -->
<passkey v='Value'/>
<team v='Value'/>
<user v='Value'/>
<!-- Work Unit Control -->
<next-unit-percentage v='100'/>
<!-- Folding Slots -->
<slot id='0' type='CPU'>
<cpus v='4'/>
</slot>
<slot id='1' type='GPU'/>
</config>