this post was submitted on 02 Sep 2023
44 points (100.0% liked)

Programming

21705 readers
209 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 2 years ago
MODERATORS
 

Not sure if this is the right place to ask the question, but there doesn't seem to be an "askgeeks" or something.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 2 years ago (2 children)

I boinc in an LXC container with a cron job to run during the period in the day on weekdays when the electricity is pretty much all renewables (and I'm not watching Jellyfin). The intention is to turn sunlight into tiny forward progress towards curing cancer.

Specifically, the Community Grid projects Mapping Cancer Markers and Smash Childhood Cancer.

[–] [email protected] 2 points 2 years ago

thats really great.

Im currently saving up on a new roof of an older farm building, and depending on the utilities I can come up I will put solar panels on it.

I am really thinking how to utilize the extra power, this one sounds like a great addition to an business concept for downtimes.

[–] [email protected] 2 points 2 years ago (1 children)

Do you have a recipe or script or something? The docker image seems to assume you're running it on your own computer and will be configuring it with some GUI? But I'm not going to install xfce on my server and RDP into it to get boinc running.

[–] [email protected] 3 points 2 years ago (1 children)

You don't need the GUI, the client does all the work. I use a Debian container, so just sudo apt-get install boinc-client.

Once that's installed, you go to the project (in my case, World Grid) and setup your account. As part of that, it will give you a URL and account key. Then back on your server, you use the boinccmd to --project_attach the URL and key.

[–] [email protected] 1 points 2 years ago

that's a better description than their documentation honestly, ty