2 Clients on one machine?

Moderators: Site Moderators, FAHC Science Team

Post Reply
Silver_Pharaoh
Posts: 35
Joined: Fri Apr 25, 2014 12:26 am

2 Clients on one machine?

Post by Silver_Pharaoh »

Hey guys!



Now here's my question:
Can I run 2 clients at the same time on the same machine and manage them from advanced control?


Basically, I want to continue folding on my CPU for Team 32, but I want to fold on my 270x and 7850 for team 224497 to get some coins.
Obviously you can't fold for 2 teams at once, so I thought running 2 clients (and using a new username on one of the clients) would solve this issue.

Thanks for the help guys!

P.s For those who helped in my first topic 7.4.4 won't run, I re-installed Windows and 7.4.4 works like a charm now!

Mod Edit: Post Edited To Adhere To Forum Policy - PantherX
P5-133XL
Posts: 2948
Joined: Sun Dec 02, 2007 4:36 am
Hardware configuration: Machine #1:

Intel Q9450; 2x2GB=8GB Ram; Gigabyte GA-X48-DS4 Motherboard; PC Power and Cooling Q750 PS; 2x GTX 460; Windows Server 2008 X64 (SP1).

Machine #2:

Intel Q6600; 2x2GB=4GB Ram; Gigabyte GA-X48-DS4 Motherboard; PC Power and Cooling Q750 PS; 2x GTX 460 video card; Windows 7 X64.

Machine 3:

Dell Dimension 8400, 3.2GHz P4 4x512GB Ram, Video card GTX 460, Windows 7 X32

I am currently folding just on the 5x GTX 460's for aprox. 70K PPD
Location: Salem. OR USA

Re: 2 Clients on one machine?

Post by P5-133XL »

You can run the NaCl client (CPU-only) with v7 (GPU); or you can run v6 with v7; The last option is to run multiple v6 clients together.

I have not tried it, nor have I heard of anyone trying, but in v7 it may be possible to specify the user, team, and passkey at the slot level as an extra client option like is done with client-type.
Image
ChristianVirtual
Posts: 1596
Joined: Tue May 28, 2013 12:14 pm
Location: Tokyo

Re: 2 Clients on one machine?

Post by ChristianVirtual »

Wasn't it possible to set a different team number in slots ?
Last edited by ChristianVirtual on Sun May 11, 2014 2:44 am, edited 1 time in total.
ImageImage
Please contribute your logs to http://ppd.fahmm.net
Silver_Pharaoh
Posts: 35
Joined: Fri Apr 25, 2014 12:26 am

Re: 2 Clients on one machine?

Post by Silver_Pharaoh »

P5-133XL wrote:You can run the NaCl client (CPU-only) with v7 (GPU); or you can run v6 with v7; The last option is to run multiple v6 clients together.
NaCl client?
The Chrome folding thingy?


Yes, the NaCl client is the Chrome folding thingy. P.S. My observation is that the Chrome thingy WU's generally give a little more PPD than the average v7 project.
PantherX
Site Moderator
Posts: 7020
Joined: Wed Dec 23, 2009 9:33 am
Hardware configuration: V7.6.21 -> Multi-purpose 24/7
Windows 10 64-bit
CPU:2/3/4/6 -> Intel i7-6700K
GPU:1 -> Nvidia GTX 1080 Ti
§
Retired:
2x Nvidia GTX 1070
Nvidia GTX 675M
Nvidia GTX 660 Ti
Nvidia GTX 650 SC
Nvidia GTX 260 896 MB SOC
Nvidia 9600GT 1 GB OC
Nvidia 9500M GS
Nvidia 8800GTS 320 MB

Intel Core i7-860
Intel Core i7-3840QM
Intel i3-3240
Intel Core 2 Duo E8200
Intel Core 2 Duo E6550
Intel Core 2 Duo T8300
Intel Pentium E5500
Intel Pentium E5400
Location: Land Of The Long White Cloud
Contact:

Re: 2 Clients on one machine?

Post by PantherX »

Glad to hear that V7.4.4 is functioning correctly on your system now.

Last I checked (several versions ago), there was the ability to configure each Slot with different username, passkey and team number. I am pretty sure that the feature still exists so maybe you can now test it out. Do note that I am not sure how FAHControl and Web Control will handle this. My best guess is that it will display the first username/team combination. To configure it:
1) Open up Advanced Control (AKA FAHControl)
2) Click Configure
3) Select the Slots Tab
4) Select the appropriate Slot
5) Click Edit
6) Under Extra slot options (expert only), click Add:
Name: user
Value: YOURUSERNAME
7) Click OK
8) Repeat steps 6 to 7 but using these values:
Name: team
Value: YOURTEAMNUMBER
Name: passkey
Value: YOURPASSKEY
9) Click OK
10) Click Save
11) Your new configuration should look something like this:

Code: Select all

05:57:30:<config>
05:57:30:  <!-- Folding Core -->
05:57:30:  <core-priority v='low'/>
05:57:30:
05:57:30:  <!-- HTTP Server -->
05:57:30:  <allow v='127.0.0.1 192.168.1.1-192.168.1.10'/>
05:57:30:
05:57:30:  <!-- Network -->
05:57:30:  <proxy v=':8080'/>
05:57:30:
05:57:30:  <!-- Remote Command Server -->
05:57:30:  <password v='*********'/>
05:57:30:
05:57:30:  <!-- Slot Control -->
05:57:30:  <power v='full'/>
05:57:30:
05:57:30:  <!-- User Information -->
05:57:30:  <passkey v='********************************'/>
05:57:30:  <team v='69411'/>
05:57:30:  <user v='PantherX'/>
05:57:30:
05:57:30:  <!-- Folding Slots -->
05:57:30:  <slot id='0' type='CPU'>
05:57:30:    <cpus v='6'/>
05:57:30:    <max-slot-errors v='1'/>
05:57:30:    <max-unit-errors v='1'/>
05:57:30:    <next-unit-percentage v='100'/>
05:57:30:    <pause-on-start v='true'/>
05:57:30:  </slot>
05:57:30:  <slot id='1' type='GPU'>
05:57:30:    <passkey v='YOURPASSKEY'/>
05:57:30:    <team v='YOURTEAMNUMBER'/>
05:57:30:    <user v='YOURUSERNAME'/>
05:57:30:    <max-slot-errors v='1'/>
05:57:30:    <max-unit-errors v='1'/>
05:57:30:    <next-unit-percentage v='100'/>
05:57:30:    <pause-on-start v='true'/>
05:57:30:  </slot>
05:57:30:  <slot id='2' type='GPU'>
05:57:30:    <passkey v='YOURPASSKEY'/>
05:57:30:    <team v='YOURTEAMNUMBER'/>
05:57:30:    <user v='YOURUSERNAME'/>
05:57:30:    <max-slot-errors v='1'/>
05:57:30:    <max-unit-errors v='1'/>
05:57:30:    <next-unit-percentage v='100'/>
05:57:30:    <pause-on-start v='true'/>
05:57:30:  </slot>
05:57:30:</config>
Do note that you can use the same username for different teams and the same applies for the passkey. However, if either the passkey or the username changes, then that new username/passkey combination must qualify again for QRB.

If this doesn't work, then running a combination of Clients as P5-133XL suggested would be the alternative.
ETA:
Now ↞ Very Soon ↔ Soon ↔ Soon-ish ↔ Not Soon ↠ End Of Time

Welcome To The F@H Support Forum Ӂ Troubleshooting Bad WUs Ӂ Troubleshooting Server Connectivity Issues
Silver_Pharaoh
Posts: 35
Joined: Fri Apr 25, 2014 12:26 am

Re: 2 Clients on one machine?

Post by Silver_Pharaoh »

PantherX wrote:Glad to hear that V7.4.4 is functioning correctly on your system now.

Last I checked (several versions ago), there was the ability to configure each Slot with different username, passkey and team number. I am pretty sure that the feature still exists so maybe you can now test it out. Do note that I am not sure how FAHControl and Web Control will handle this. My best guess is that it will display the first username/team combination. To configure it:
1) Open up Advanced Control (AKA FAHControl)
2) Click Configure
3) Select the Slots Tab
4) Select the appropriate Slot
5) Click Edit
6) Under Extra slot options (expert only), click Add:
Name: user
Value: YOURUSERNAME
7) Click OK
8) Repeat steps 6 to 7 but using these values:
Name: team
Value: YOURTEAMNUMBER
Name: passkey
Value: YOURPASSKEY
9) Click OK
10) Click Save
11) Your new configuration should look something like this:

Code: Select all

05:57:30:<config>
05:57:30:  <!-- Folding Core -->
05:57:30:  <core-priority v='low'/>
05:57:30:
05:57:30:  <!-- HTTP Server -->
05:57:30:  <allow v='127.0.0.1 192.168.1.1-192.168.1.10'/>
05:57:30:
05:57:30:  <!-- Network -->
05:57:30:  <proxy v=':8080'/>
05:57:30:
05:57:30:  <!-- Remote Command Server -->
05:57:30:  <password v='*********'/>
05:57:30:
05:57:30:  <!-- Slot Control -->
05:57:30:  <power v='full'/>
05:57:30:
05:57:30:  <!-- User Information -->
05:57:30:  <passkey v='********************************'/>
05:57:30:  <team v='69411'/>
05:57:30:  <user v='PantherX'/>
05:57:30:
05:57:30:  <!-- Folding Slots -->
05:57:30:  <slot id='0' type='CPU'>
05:57:30:    <cpus v='6'/>
05:57:30:    <max-slot-errors v='1'/>
05:57:30:    <max-unit-errors v='1'/>
05:57:30:    <next-unit-percentage v='100'/>
05:57:30:    <pause-on-start v='true'/>
05:57:30:  </slot>
05:57:30:  <slot id='1' type='GPU'>
05:57:30:    <passkey v='YOURPASSKEY'/>
05:57:30:    <team v='YOURTEAMNUMBER'/>
05:57:30:    <user v='YOURUSERNAME'/>
05:57:30:    <max-slot-errors v='1'/>
05:57:30:    <max-unit-errors v='1'/>
05:57:30:    <next-unit-percentage v='100'/>
05:57:30:    <pause-on-start v='true'/>
05:57:30:  </slot>
05:57:30:  <slot id='2' type='GPU'>
05:57:30:    <passkey v='YOURPASSKEY'/>
05:57:30:    <team v='YOURTEAMNUMBER'/>
05:57:30:    <user v='YOURUSERNAME'/>
05:57:30:    <max-slot-errors v='1'/>
05:57:30:    <max-unit-errors v='1'/>
05:57:30:    <next-unit-percentage v='100'/>
05:57:30:    <pause-on-start v='true'/>
05:57:30:  </slot>
05:57:30:</config>
Do note that you can use the same username for different teams and the same applies for the passkey. However, if either the passkey or the username changes, then that new username/passkey combination must qualify again for QRB.

If this doesn't work, then running a combination of Clients as P5-133XL suggested would be the alternative.
Awesome!
I will test this now.
bruce
Posts: 20910
Joined: Thu Nov 29, 2007 10:13 pm
Location: So. Cal.

Re: 2 Clients on one machine?

Post by bruce »

Whether you configure multiple slots in V7 to credit different accounts or you use multiple clients to accomplish the same thing, you run into the same resource limitations and you need to manage them yourself. If you have N CPUs (or multiple GPUs) and you allocate some to one account an the rest to another account, be careful not to over-allocate what your machine can actually do. QRB will be reduced, of course but more slots or more clients doesn't increase production and may, in fact, reduce it. Scrutinize the overall effects of whatever changes you make.
Silver_Pharaoh
Posts: 35
Joined: Fri Apr 25, 2014 12:26 am

Re: 2 Clients on one machine?

Post by Silver_Pharaoh »

bruce wrote:Whether you configure multiple slots in V7 to credit different accounts or you use multiple clients to accomplish the same thing, you run into the same resource limitations and you need to manage them yourself. If you have N CPUs (or multiple GPUs) and you allocate some to one account an the rest to another account, be careful not to over-allocate what your machine can actually do. QRB will be reduced, of course but more slots or more clients doesn't increase production and may, in fact, reduce it. Scrutinize the overall effects of whatever changes you make.
Yes, I was thinking of this.

Looking at ~81K PPD.

A 6850, 270x and my CPU combined.
I have no idea if that's low.


But I'm glad everything is running smoothly. Although, the 6850 has an ETA of 3 days! :shock:
17 hours for the 270x :)
Post Reply