Skip to content

Instantly share code, notes, and snippets.

@rilian
Last active June 7, 2024 18:25
Show Gist options
  • Save rilian/5d72588a184d8d0811103273266d031f to your computer and use it in GitHub Desktop.
Save rilian/5d72588a184d8d0811103273266d031f to your computer and use it in GitHub Desktop.
boinc-related

gridcoin

S5T4Jv1CFsfVKb8NbSBcLt7etn1Ve5wVb2

S6NHSNrZsXpk5J3frmnVvQhe4APiVCSD5M

daily https://gridcoin.ch/faucet

hourly https://freegridco.in/#free_roll

30-minly https://www.gridcoinstats.eu/faucet

review

https://www.gridcoinstats.eu/address/S5T4Jv1CFsfVKb8NbSBcLt7etn1Ve5wVb2

https://www.gridcoinstats.eu/address/S6NHSNrZsXpk5J3frmnVvQhe4APiVCSD5M

cc_config.xml

<cc_config>
   <log_flags>
   </log_flags>
   <options>
     <report_results_immediately>1</report_results_immediately>
   </options>
</cc_config>

monitoring

clear && cd ~/boinc-data && boinccmd --get_state|grep -e share -e "more work" -e "master URL" -e Manager -e "suspended via GUI" && tail -n 100 stdoutdae.txt && boinccmd --get_tasks|grep -e final -e fraction -e URL -e "current CPU" -e active_task_state -e "  name:" -e ---- -e deadline && echo "-- transfers " && boinccmd --get_file_transfers |grep name || true  && boinccmd --get_file_transfers|grep name || true |wc -l && echo "-- task statuses" && boinccmd --get_tasks|grep -e active_task_state -e "final elapsed time" |sort | uniq -c && echo "-- projects" && boinccmd --get_tasks|grep URL |sort | uniq -c && echo "-- tasks table" && boinccmd  --get_task_summary |grep -v uninitialized && echo '' && echo '--folding' && cat /var/lib/fahclient/log.txt |grep -e "0%" -e "%)" -e Starting -e "Requesting new work" -e Project -e Credited | tail -n 10 && date
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment