How long will we run the test application?

Message boards : Number crunching : How long will we run the test application?
Message board moderation

To post messages, you must log in.

AuthorMessage
Coleslaw
Avatar

Send message
Joined: 22 Jun 24
Posts: 4
Credit: 403,052
RAC: 1,725
Message 236 - Posted: 12 Sep 2024, 1:31:03 UTC

How long do you plan on running the test application? Is it just until the server is to a state you are happy with or is there something with the test application that needs to complete before it goes live? I am curious if all these work units are essentially just a waste of resources going towards "point goals".
ID: 236 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile goofyx[BOINC@Poland]
Project administrator
Project developer
Project tester

Send message
Joined: 12 Jun 24
Posts: 93
Credit: 154,060,296
RAC: 878,063
Message 251 - Posted: 27 Sep 2024, 12:17:28 UTC

i am planning to finish test app on 25,000,000-30,000,000 like productions app will be
ID: 251 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Drago75

Send message
Joined: 21 Jun 24
Posts: 4
Credit: 225,393
RAC: 816
Message 258 - Posted: 5 Oct 2024, 13:35:20 UTC - in response to Message 251.  

Ok. Given the current flow rate how much time do you reckon it will take? Approximately?
ID: 258 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
PMH_UK

Send message
Joined: 26 Jun 24
Posts: 10
Credit: 90,223
RAC: 493
Message 259 - Posted: 5 Oct 2024, 14:30:09 UTC - in response to Message 258.  

About 5.8 days to 25,000,00 by my calculation as of 14:00 UTC.
About 19 to 30,000,000.
Paul.
ID: 259 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Drago75

Send message
Joined: 21 Jun 24
Posts: 4
Credit: 225,393
RAC: 816
Message 260 - Posted: 5 Oct 2024, 14:47:23 UTC - in response to Message 259.  

Thanks Paul
ID: 260 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
M0CZY

Send message
Joined: 20 Jun 24
Posts: 8
Credit: 74,902
RAC: 312
Message 261 - Posted: 6 Oct 2024, 13:23:43 UTC

You can run some Android test apps if you like. My phone is ready for action.
ID: 261 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
PMH_UK

Send message
Joined: 26 Jun 24
Posts: 10
Credit: 90,223
RAC: 493
Message 262 - Posted: 7 Oct 2024, 21:16:42 UTC - in response to Message 259.  
Last modified: 7 Oct 2024, 21:22:11 UTC

Prediction currently is around 10:00 UTC on the 11th to 25M.
Paul.
ID: 262 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
PMH_UK

Send message
Joined: 26 Jun 24
Posts: 10
Credit: 90,223
RAC: 493
Message 263 - Posted: 9 Oct 2024, 19:19:59 UTC - in response to Message 262.  

Prediction currently is around 02:00 UTC on the 12th to 25M.
Paul.
ID: 263 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
PMH_UK

Send message
Joined: 26 Jun 24
Posts: 10
Credit: 90,223
RAC: 493
Message 266 - Posted: 11 Oct 2024, 20:35:39 UTC - in response to Message 263.  

25m reached.
Prediction currently is around 18:00 UTC on the 25th to 30M.
Paul.
ID: 266 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
kotenok2000

Send message
Joined: 22 Jun 24
Posts: 12
Credit: 534,906
RAC: 13,824
Message 269 - Posted: 14 Oct 2024, 20:45:39 UTC
Last modified: 14 Oct 2024, 20:46:51 UTC

Is it reasonable to run multiple instances of goofyxgrid on same hardware with multiple boinc directories using this guide?

https://youtube.com/watch?v=Dhwo3ehDcV4
ID: 269 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile goofyx[BOINC@Poland]
Project administrator
Project developer
Project tester

Send message
Joined: 12 Jun 24
Posts: 93
Credit: 154,060,296
RAC: 878,063
Message 270 - Posted: 17 Oct 2024, 12:30:29 UTC - in response to Message 269.  

Is it reasonable to run multiple instances of goofyxgrid on same hardware with multiple boinc directories using this guide?

https://youtube.com/watch?v=Dhwo3ehDcV4


I saw this video.

This is what i used to run multiboinc.
Windows:
FOR /L %X IN (1,1,100) DO mkdir BOINC_%X
FOR /L %X IN (1,1,100) DO copy BOINC\*.* BOINC_%X\*.*
FOR /L %X IN (1,1,100) DO start "BOINC_%X" /MIN "c:\Program Files\BOINC\boinc.exe" -allow_multiple_clients -dir c:\Multiboinc\BOINC_%X -gui_rpc_port 50%X

Linux:
for a in `seq 100 500`; do mkdir /multiboinc/boinc_${a}; done
for a in `seq 100 500`; do cp /multiboinc/boinc/* /multiboinc/boinc_${a}; done
for a in `seq 100 500`; do /usr/bin/boinc --daemon --allow_multiple_clients --gui_rpc_port 31${a} --dir /multiboinc/boinc_${a}; done

of course you have :
1. match your directory to this command
2. prepare base folder for example "/multiboinc/boinc" or "c:\Multiboinc\BOINC" <- and paste file account_nci.boinc.goofyx.pl.xml from your boinc manger
ID: 270 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
kotenok2000

Send message
Joined: 22 Jun 24
Posts: 12
Credit: 534,906
RAC: 13,824
Message 271 - Posted: 25 Oct 2024, 16:49:16 UTC

30m reached.
ID: 271 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
kotenok2000

Send message
Joined: 22 Jun 24
Posts: 12
Credit: 534,906
RAC: 13,824
Message 272 - Posted: 28 Oct 2024, 12:27:02 UTC

31m
I'm waiting for update.
ID: 272 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile goofyx[BOINC@Poland]
Project administrator
Project developer
Project tester

Send message
Joined: 12 Jun 24
Posts: 93
Credit: 154,060,296
RAC: 878,063
Message 273 - Posted: 28 Oct 2024, 14:02:10 UTC

yes, i know that we reached more than 31m results, but we still working on new app
ID: 273 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote

Message boards : Number crunching : How long will we run the test application?

©2024 Goofyx Prodakszyn