no points for calculations in new instances

log in

Advanced search

Message boards : Number crunching : no points for calculations in new instances

Author Message
MaxAMD400
 
Send message
Joined: 27 Aug 17
Posts: 3
Credit: 140,307
RAC: 0
Total hours: 560,448
Message 7524 - Posted: 30 Oct 2020, 13:07:48 UTC

Hi WUProp team,

Do you know Formula Boinc? http://formula-boinc.org/

Here the team administrators coordinate projects in syncron with the F1.
The project that has the most points then enters the sprint and this is announced 24 hours before the start.

Start, I'll load the maximum number of WUs, but the points won't count for 24 hours.
Now I turn off the internet and your collection service no longer works.

I can regulate this via the HOST file, prohibit project connection and enable the network again.
WUProp can establish an Internet connection.

But your WUs only work with the Root Boinc.
The power user has many instances or bunkers. If I run a WU from WUProp there, all go into the confirmation error.





Is the error known or is that by design?

Regards Max

Sergey Kovalchuk
         
Send message
Joined: 27 Oct 15
Posts: 201
Credit: 1,648,314
RAC: 4
Total hours: 2,703,059
Message 7525 - Posted: 30 Oct 2020, 14:00:22 UTC - in response to Message 7524.
Last modified: 30 Oct 2020, 14:08:23 UTC

for a multi-instance to work, you need an app_config file

"C:\Program Files\BOINC\boinc.exe" --dir C:\ProgramData\BOINC1 --gui_rpc_port 9001 --detach_console


<app_config>
<app_version>
<app_name>data_collect_v4</app_name>
<plan_class>nci</plan_class>
<cmdline>-p 9001</cmdline>
</app_version>
</app_config>



for bunkering and work without Internet access, use --set_network_mode never
then the WUprop task will not end in 6 hours, it will continue until the network is turned on

MaxAMD400
 
Send message
Joined: 27 Aug 17
Posts: 3
Credit: 140,307
RAC: 0
Total hours: 560,448
Message 7526 - Posted: 30 Oct 2020, 15:53:21 UTC - in response to Message 7525.

Thank you for your prompt reply

mmonnin
       
Send message
Joined: 22 Aug 16
Posts: 417
Credit: 1,927,779
RAC: 707
Total hours: 9,129,782
Message 7527 - Posted: 31 Oct 2020, 0:39:29 UTC

Running multiple WUProp tasks for CPU work will get your WUProp hosts banned. Aka if you run 2 tasks, 16 CPU tasks on 8 thread system and try to get hours for both clients. It ruins the WUProp data.

MaxAMD400
 
Send message
Joined: 27 Aug 17
Posts: 3
Credit: 140,307
RAC: 0
Total hours: 560,448
Message 7911 - Posted: 13 Mar 2021, 11:55:45 UTC

Hi,

before you log into WUProp from a bunker create a cc_config.xml
and the entry

<allow_multiple_clients>0</allow_multiple_clients>
in
<allow_multiple_clients>1</allow_multiple_clients>
to change.
Restart the bunker.

It has worked for me for months without any errors

greetings
Max

CFJH
 
Send message
Joined: 9 Apr 20
Posts: 10
Credit: 250,421
RAC: 119
Total hours: 1,286,518
Message 8572 - Posted: 19 Nov 2021, 21:48:39 UTC - in response to Message 7524.

hi,

I have a very similar problem: I want to run the rakeseearch project. Since this has only a Windoof client (but computer is Linux), I run this in a 2nd instance via Wine - so I have 2 instances in parallel:
- native Linux with a GPU project (currently Einstein).
- Wine Windoof with rakesearch on the CPU

All WuProp WUs from the rakesearch instance are rejected with confirmation error.

Any solutions ?!

Profile Michael Goetz
     
Avatar
Send message
Joined: 18 Apr 13
Posts: 165
Credit: 1,018,148
RAC: 118
Total hours: 1,596,751
Message 8573 - Posted: 21 Nov 2021, 0:54:50 UTC - in response to Message 7525.

for a multi-instance to work, you need an app_config file

"C:\Program Files\BOINC\boinc.exe" --dir C:\ProgramData\BOINC1 --gui_rpc_port 9001 --detach_console


<app_config>
<app_version>
<app_name>data_collect_v4</app_name>
<plan_class>nci</plan_class>
<cmdline>-p 9001</cmdline>
</app_version>
</app_config>




Oh, thanks for this information! I've been trying in vain for days to get a second BOINC and WUProp instance running on one computer because Rosetta banned the main BOINC instance. I could get Rosetta to run, but couldn't figure out how to get WUProp to work. This was the missing piece. Thanks!
____________
Want to find one of the largest known primes? Try PrimeGrid. Or help cure disease at WCG.

Profile Buro87 [Lombardia]
 
Send message
Joined: 6 Jan 19
Posts: 3
Credit: 65,260
RAC: 0
Total hours: 192,851
Message 8574 - Posted: 29 Nov 2021, 9:41:24 UTC - in response to Message 7525.

for a multi-instance to work, you need an app_config file

"C:\Program Files\BOINC\boinc.exe" --dir C:\ProgramData\BOINC1 --gui_rpc_port 9001 --detach_console


<app_config>
<app_version>
<app_name>data_collect_v4</app_name>
<plan_class>nci</plan_class>
<cmdline>-p 9001</cmdline>
</app_version>
</app_config>



for bunkering and work without Internet access, use --set_network_mode never
then the WUprop task will not end in 6 hours, it will continue until the network is turned on



Hi
I need to apply port 9001 to all client?

mmonnin
       
Send message
Joined: 22 Aug 16
Posts: 417
Credit: 1,927,779
RAC: 707
Total hours: 9,129,782
Message 8575 - Posted: 29 Nov 2021, 11:23:36 UTC

Each client needs its own port to communicate with.
More than 1 client per processor may get your hosts banned at WUProp.

Profile Buro87 [Lombardia]
 
Send message
Joined: 6 Jan 19
Posts: 3
Credit: 65,260
RAC: 0
Total hours: 192,851
Message 8576 - Posted: 29 Nov 2021, 11:39:12 UTC - in response to Message 8575.
Last modified: 29 Nov 2021, 11:43:45 UTC

Theese are IP adresses of my Windows clients

BOINC2 127.0.0.1:9999

boinc3 127.0.0.1:36000

boinc4 127.0.0.1:36001

boinc5 127.0.0.1:36002

i need to put theese ports, right?


Post to thread

Message boards : Number crunching : no points for calculations in new instances


Home | My Account | Message Boards | Results


Copyright © 2024 Sebastien