Posts by Sergey Kovalchuk

1) Questions and Answers : Feature requests : Badges (Message 328)
Posted 29 May 2022 by Sergey Kovalchuk
Post:
So these will be credit badges? i.e. badges for the work of the BOINC Wrapper

or it will be an integral measure of the miner's performance - the number of results found
2) Questions and Answers : Bugs : 1 out 4 out of 4 box's work (Message 281)
Posted 24 May 2022 by Sergey Kovalchuk
Post:
it is not necessary to add the project again - with this file LODA should already be in the list

now enable http protocol debugging and see what is causing the problem with project communication
BOINC Manager - Event Log Diagnostic Flags (CTRL+Shift+E)
check the options sched_ops, file_xfer, http_debug, http_xfer_debug, proxy_debug, work_fetch_debug
turn them on one by one and watch the event log when an error occurs on project update

something more detailed than the message
132 5/22/2022 10:14:12 PM Internet access OK - project servers may be temporarily down.
131 5/22/2022 10:14:11 PM Project communication failed: attempting access to reference site
130 LODA 5/22/2022 10:14:07 PM Fetching scheduler list
3) Questions and Answers : Bugs : 1 out 4 out of 4 box's work (Message 260)
Posted 22 May 2022 by Sergey Kovalchuk
Post:
you can find account_boinc.loda-lang.org_loda.xml file in the data folder of BOINC on WIN10
copy it in the same place in WIN7 and restart BOINC

you can create the file yourself as described here https://boinc.loda-lang.org/loda/weak_auth.php

@Admin

I wrote earlier about an error with the scheduler address https://boinc.loda-lang.org/loda/forum_thread.php?id=17&postid=77
this is a typical error of all new projects - an error in the server installer

generates a failure when connecting to the project
4) Questions and Answers : Feature requests : Badges (Message 200)
Posted 18 May 2022 by Sergey Kovalchuk
Post:
https://boinc.berkeley.edu/trac/wiki/BadgeDoc

- RAC top 1%, 5%, and 25%
- credit 1k - ... - 1M - ...
- per-app credit - accounting must first be activated
- special
5) Questions and Answers : Getting started : Internet access needed when starting tasks. (Message 190)
Posted 18 May 2022 by Sergey Kovalchuk
Post:
msg 78

<app_version>
<app_name>loda</app_name>
. . . . . .
<needs_network/>
</app_version>
6) Questions and Answers : Feature requests : stats export (Message 151)
Posted 15 May 2022 by Sergey Kovalchuk
Post:
setup export task (24h -> 6h)

https://boinc.berkeley.edu/trac/wiki/DbDump
7) Questions and Answers : Bugs : project config (Message 78)
Posted 14 May 2022 by Sergey Kovalchuk
Post:
application template
<app_version>
<app_name>loda</app_name>
<version_num>220513</version_num>
<platform>windows_x86_64</platform>
<avg_ncpus>1.000000</avg_ncpus>
<flops>3888604768.467697</flops>
<api_version>7.7.0</api_version>
<file_ref>
. . . . . .
</file_ref>
<needs_network/>
</app_version>


Stopping the task if network activity is disabled
8) Questions and Answers : Bugs : project config (Message 77)
Posted 14 May 2022 by Sergey Kovalchuk
Post:
master file https://boinc.loda-lang.org/loda/index.php
<!-- <scheduler>https://boinc.loda-lang.org/loda_cgi/cgi</scheduler> -->"
<link rel="boinc_scheduler" href="url"">


chenge to real URL - https://boinc.loda-lang.org/loda_cgi/cgi
9) Questions and Answers : Bugs : Task validation (Message 76)
Posted 14 May 2022 by Sergey Kovalchuk
Post:
it's a miner type application
why is the validation quorum set for tasks at all?
what will be compared in two different results?

report example
2022-05-14 11:51:03|INFO |Fetched http://api.loda-lang.org/miner/v1/oeis/b022861.txt.gz
2022-05-14 11:51:07|INFO |Fetched http://api.loda-lang.org/miner/v1/oeis/b022873.txt.gz
2022-05-14 11:51:07|ALERT|First program for A022873: a(n) = [ a(n-1)/a(1) + a(n-1)/a(2) + ... + a(n-1)/a(n-1) ] for n >= 3. Terms: 2,1,1,2,6,19,61,197,638,2068. Submitted by Sergey Kovalchuk
2022-05-14 11:51:19|INFO |Fetched http://api.loda-lang.org/miner/v1/oeis/b168810.txt.gz
2022-05-14 11:51:26|INFO |Fetched http://api.loda-lang.org/miner/v1/oeis/b022867.txt.gz
2022-05-14 11:51:26|ALERT|First program for A022867: a(n) = [ a(n-1)/a(1) + a(n-1)/a(2) + ... + a(n-1)/a(n-1) ] for n >= 3. Terms: 2,2,2,3,5,10,21,45,99,219. Submitted by Sergey Kovalchuk
2022-05-14 11:51:39|INFO |Processed 128566 programs
10) Questions and Answers : Getting started : New version available for better problem analysis (Message 62)
Posted 14 May 2022 by Sergey Kovalchuk
Post:
Has anyone got the tasks to run on a Win 7 machine? (I will try installing Git on a WIn 10 computer tomorrow.)


On my Win7 task worked 5 hours - stopped due to time limit

check the task log before sending it to the server
a file similar to this one - the numbers will be different

C:\Documents and Settings\All Users\BOINC\projects\boinc.loda-lang.org_loda\wu_1652470802_4041_1_r1211516752_0
11) Questions and Answers : Getting started : New version available for better problem analysis (Message 56)
Posted 14 May 2022 by Sergey Kovalchuk
Post:
the app does not work with Git's curl

I copied to usr/bin folder from curl-7.83.1-win64-mingw.zip
12) Questions and Answers : Getting started : New version available for better problem analysis (Message 55)
Posted 14 May 2022 by Sergey Kovalchuk
Post:
the app does not work with Git's curl

I copied to usr/bin folder from curl-7.83.1-win64-mingw.zip
13) Questions and Answers : Getting started : New version available for better problem analysis (Message 46)
Posted 14 May 2022 by Sergey Kovalchuk
Post:
C:\Program Files\Git\mingw64\bin\curl.exe


folder is not on the path
copy curl.exe to C:\Program Files\Git\usr\bin

2022-05-14 03:38:16|WARN |Setting environment variable: PATH=C:\WINDOWS\system32;C:\Program Files\Git\cmd;C:\Program Files\Git\usr\bin
14) Questions and Answers : Bugs : Exit status 195 (0x000000C3) EXIT_CHILD_FAILED (Message 45)
Posted 14 May 2022 by Sergey Kovalchuk
Post:
Install curl or wget




©2024 LODA Language