Code: Select all
<config>
<!-- Folding Slots -->
</config>
This empty Confix.xml looks wrong to me (in the FAHClient folder).
I think focus on getting that fixed first.
I use Windows 10 and my own user account does not have admin rights. Any app I run does not get admin access.
Creating/modifying files in c:\Program Files or c:\Program Files(x86) typically requires admin rights.
That means I need to run FAHControl with elevated/admin rights so it can tinker with the Config.xml.
I need to run FAHClient with elevated/admin rights so it can download new cores into the "cores" folder.
I cheated and gave my normal "User" account "Full Access" via the Security tab on "FAHClient folder / Properties", although I'm asking for future troubles doing this (updates/re-installs will reset my security override).
Here is my functioning Config.xml. I have 2 GPUs (Vega 56 + RX 480). I have disabled CPU folding (1 less fan to shout at me).
Code: Select all
<config>
<!-- Network -->
<proxy v=':8080'/>
<!-- Slot Control -->
<pause-on-battery v='false'/>
<power v='full'/>
<!-- User Information -->
<passkey v='long hex key here'/>
<team v='163049'/>
<user v='NuovaApe'/>
<!-- Work Unit Control -->
<next-unit-percentage v='100'/>
<!-- Folding Slots -->
<slot id='1' type='GPU'/>
<slot id='2' type='GPU'/>
</config>
The only part you need to concern yourself with is "Folding Slots".
Without any folding slots configured it wont do any folding.
Without the right security permissions you can't add them, perhaps.
You can check if it's a security issue; right click on Config.xml / Properties / Security. Click "Users" in the "Group or user names" list. If it shows just 2 ticks for "Read & Execute" + "Read" then normal Users have no write/modify access to that file (nor anywhere else under FAHClient folder).
Rather than coerce security permissions on files and folders I now run FAHClient and FAHControl as admin:
Right click FAHClient.exe / Properties / Compatibility. Check "Run this program as administrator". It will ask you for admin password when you run it. Do same for FAHControl.exe. No problems since.
I'd avoid editing Config.xml with an external text editor. I did and it decided to put an invisible BOM marker at the start, causing a parse error that made me swear for at least an hour until I viewed the xml in a binary editor and realised just how stupid I can be.
Good luck!