CougTek
Hairy Aussie
WTH happened with team Curecoin? They now compute around 60 million points per day. Did they hack one of Amazon's datacenters to convert it to the FAH project or what?
I'm sure it won't last and I can not guarantee they won't take away the points, but someone made an error. The Chrome NaCl client is currently giving 10x the normal PPD. By my estimate I'm getting aprox. 220K PPD on my Q9450 and 180K on my q6600 CPU's. At this PPD level I make far more turning off my GPU's (which take a CPU core for each GPU) and just NaCl fold on my CPU's
The NaCl client is no longer giving 10x+ PPD :sad:
I'm in-between the time when it's too warm to run F@H 24-7 but not yet warm enough to put an A/C in the window. Hopefully I'll be back online with some F@H work soon.
I thought you had some computers in the basement?
I can't do more than I produce now. We would need a return from two or three of the formerly contributing members like Handruin, Ddrueding, Bozo or Striker.
I think it was some seven years ago that I thought that we would never come back into the top 100 teams. I'm happy to have been wrong.
Thanks. It hasn't been long before the points started to cash in.I have an AC in my office now to keep the temps down. I'll start my systems back to folding. Might take some time to get points going.
I can't do more than I produce now. We would need a return from two or three of the formerly contributing members like Handruin, Ddrueding, Bozo or Striker.
I think it was some seven years ago that I thought that we would never come back into the top 100 teams. I'm happy to have been wrong.
You should now be able to AMD GPU fold using lLnux using client-type=beta or client-type advanced.
It is in a peculiar state. Curecoin complained to Proteneer about AMD not being able to fold under Linux. The programmer, released the core for AMD+Linux to them, for testing purposes, as unsupported software, but it is supposedly works fine with recent drivers.
That is what I used to do last Fall on my Fedora VM for the SMP client. I've never done it for the GPU client though.I have all the FAH software installed but can't find a guide one how to write the XML config file. I only have access to the machine via SSH terminal right now so I have to configure it manually.
That is what I used to do last Fall on my Fedora VM for the SMP client. I've never done it for the GPU client though.
<config>
<!-- Client Control -->
<fold-anon v='true'/>
<!-- Folding Slot Configuration -->
<gpu v='false'/>
<!-- Slot Control -->
<power v='full'/>
<!-- User Information -->
<passkey v='xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'/>
<team v='10047'/>
<user v='handruin'/>
<!-- Folding Slots -->
<slot id='0' type='CPU'/>
</config>
<config>
<!-- Network -->
<proxy v=':8080'/>
<!-- Slot Control -->
<power v='FULL'/>
<!-- User Information -->
<passkey v='xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'/>
<team v='10047'/>
<user v='handruin'/>
<!-- Folding Slots -->
<slot id='0' type='GPU'>
<client-type v='beta'/>
</slot>
<slot id='1' type='CPU'>
<cpus v='6'/>
</slot>
</config>
The xml config file seems to be in /etc/fahclient. At least this is where I've found it in my Lubuntu VM.
The Windows Config, after you modify it slightly, should work fine to meet your Linux needs.
The modification would be to edit <cpus v='6'/> to match the number of CPU cores your Linux machine has.
Just as a side point, try configuring v7's remote access on your Windows machine first. That way after you copy the config to the Linux machine and start it running you can configure Linux folding from the Windows client directly without the need to do anything on Linux.
<config>
<!-- Folding Core -->
<checkpoint v='5'/>
<!-- Network -->
<proxy v=':8080'/>
<!-- Slot Control -->
<power v='full'/>
<!-- User Information -->
<passkey v='XXXX'/>
<team v='10047'/>
<user v='timwhit'/>
<!-- Folding Slots -->
<slot id='1' type='GPU'/>
</config>
This is what my config looks like on Xubuntu with only GPU folding setup.
Code:<config> <!-- Folding Core --> <checkpoint v='5'/> <!-- Network --> <proxy v=':8080'/> <!-- Slot Control --> <power v='full'/> <!-- User Information --> <passkey v='XXXX'/> <team v='10047'/> <user v='timwhit'/> <!-- Folding Slots --> <slot id='1' type='GPU'/> </config>
Thanks for the example config. What GPU type are you running? If AMD, do you have high CPU usage? I've removed the client-type=beta for mine for now to see if that helps anything. I've also shut down one of the GPUs and the CPU is still maxed at 100% for one. I checked the temps of the GPUs and they're pretty low which means they must be starved for data.