BOINC@AUSTRALIA FORUM

Non BOINC Projects => QUARANTINE@HOME => Topic started by: Dingo on July 12, 2020, 03:49:33 PM

Title: Project Update
Post by: Dingo on July 12, 2020, 03:49:33 PM
Just in case you didn't read the Project Overview.  When you create your User Name on the http://127.0.0.1:7777/ page. Put BOINC@AUSTRALIA:followed by your user name  eg BOINC@AUSTRALIA:Dataman  This will allow me to download the data from the users page and sort the username in xcel ??

I have run the software a couple of times and both times, I presume when the task completed ?? the command windows dissappeared and the http://127.0.0.1:7777/ page comes up blank.   I assume that after each task it stops which is not very usefull at all.
Title: Re: Project Update
Post by: Dingo on July 14, 2020, 12:35:50 AM
On my WIN 10 machine I have created a small .cmd file and it runs the quantine application in a loop.  This will let the app run and not continually stop after each run.

Just create a file in the Quarantine@Home folder on your hard drive that has te extension .cmd like run-quantine-50-times.cmd and enter the following.  You can change the number of times it loops by changing the number on this if %count% gtr 50


@echo off

Set count=0
:a
if %count% gtr 50 (goto :b) else (set /a count+=1)
PATH TO THIS FOLDER\Quarantine@Home\QuarantineAtHome.exe
goto :a
:b
Echo I have finished my journey
pause
exit /b



EDIT:  The .cmd file must be put in the \Quarantine@Home folder for the http://127.0.0.1:7777/ web page to work correctly.
Title: Re: Project Update
Post by: Dingo on July 15, 2020, 04:11:05 PM
There is not a forum or anywhere that I can see to contact anyone on the project or other users or moderators. 

According to my log I have done about 130 tasks but I still do not appear in the list of Users ?? (https://quarantine.infino.me/users/)

Maybe it is only updated once a week or something but some place to ask would be nice.  Not user friendly at all, in fact user unfriendly would be more accurate.
Title: Re: Project Update
Post by: Mike Mitchell on July 15, 2020, 04:35:16 PM
It looks to complicated to me at the moment. Might wait until the project is sorted out more.