Because sometimes the proxy server is offline or slow, I frequently change the proxy.
Below is FAH configuration:
Code: Select all
01:25:32:<config>
01:25:32: <!-- Folding Core -->
01:25:32: <checkpoint v='30'/>
01:25:32:
01:25:32: <!-- Folding Slot Configuration -->
01:25:32: <disable-viz v='true'/>
01:25:32:
01:25:32: <!-- GUI -->
01:25:32: <gui-enabled v='false'/>
01:25:32:
01:25:32: <!-- Network -->
01:25:32: <proxy v='144.217.51.236:8080'/>
01:25:32: <proxy-enable v='true'/>
01:25:32:
01:25:32: <!-- Slot Control -->
01:25:32: <power v='FULL'/>
01:25:32:
01:25:32: <!-- User Information -->
01:25:32: <passkey v='********************************'/>
01:25:32: <team v='edited'/>
01:25:32: <user v='edited'/>
01:25:32:
01:25:32: <!-- Folding Slots -->
01:25:32: <slot id='0' type='CPU'>
01:25:32: <next-unit-percentage v='100'/>
01:25:32: </slot>
01:25:32: <slot id='1' type='GPU'>
01:25:32: <next-unit-percentage v='100'/>
01:25:32: <paused v='true'/>
01:25:32: </slot>
01:25:32:</config>
Below are the commands I use to change proxy:
Code: Select all
FAHClient.exe --send-command "option proxy %new_proxy%"
FAHClient.exe --send-command "option proxy-enable true"
Did I do something wrong?
Edit: solved. this is a known issue as mentioned by bruce here viewtopic.php?p=302569#p302569