Been running two mining rigs on Win10 for over a year mining coins via GPU miners and running Biblepay/BOINC on the cpus of both.
I've switched one of the rigs over to HiveOS and it just seems much easier to deal with. Unfortunately I've not found any tutorials as far as how to use Biblepay or BOINC on HiveOS. My rig that runs Biblepay wallet is still on Win10, but BOINC on the 2nd mining rig is offline for now.
Does anyone have a nice tutorial for mining Biblepay/BOINC on HiveOS?
HiveOS is not supported by BiblePay, but best I can tell HiveOS is a fork of Ubuntu (Linux).
You might try installing the BiblePay packages.
http://wiki.biblepay.org/Ubuntu_Packages~~~
For BOINC, try the following:
sudo apt-get install boinc-client -y
sudo apt-get install boinctui -y
boinctui is a text GUI client for Linux. You can add projects using boinctui.
It may save you from having to edit global_prefs.xml or global_prefs_override.xml as well.
if you insist on command line, the cli ways to add projects. xxx_cpid is the weak key you can find in your profile on the respective boinc sites.
boinccmd --project_attach
http://www.worldcommunitygrid.org xxx_cpid
boinccmd --project_attach
http://boinc.bakerlab.org/rosetta/ xxx_cpid
other useful cli commands:
boinccmd --get_simple_gui_info
boinccmd --project
http://boinc.bakerlab.org/rosetta/ detach
boinccmd --project
http://www.worldcommunitygrid.org detach