Joined
·
5,119 Posts
I've been using boinctui for the last 5 years or so. I added it to the "Useful BOINC-related Programs" thread a few years ago. Here's a link to the source if it's not available on your distro: GitHub - suleman1971/boinctui: Automatically exported from code.google.com/p/boinctui
If you use this with a bunch of different hosts it is easier and much quicker to add hosts via the conifg file (.boinctui.cfg).
If you use this with a bunch of different hosts it is easier and much quicker to add hosts via the conifg file (.boinctui.cfg).
XML:
<boinctui_cfg>
<wtask_height_percent>7873
</wtask_height_percent>
<column_view_mask>-1
</column_view_mask>
<tasks_list_mode>2
</tasks_list_mode>
<tasks_sort_mode>7
</tasks_sort_mode>
<line_draw_mode>0
</line_draw_mode>
<server>
<host>BOINC1
</host>
<port>31416
</port>
<pwd>1
</pwd>
</server>
<server>
<host>BOINC1-2
</host>
<port>31422
</port>
<pwd>2
</pwd>
</server>
<server>
<host>BOINC1-3
</host>
<port>31433
</port>
<pwd>3
</pwd>
</server>
<server>
<host>BOINC1-4
</host>
<port>31444
</port>
<pwd>4
</pwd>
</server>
<server>
<host>BOINC2
</host>
<port>31416
</port>
<pwd>1
</pwd>
</server>
<server>
<host>BOINC2-2
</host>
<port>31422
</port>
<pwd>2
</pwd>
</server>
<server>
<host>BOINC2-3
</host>
<port>31433
</port>
<pwd>3
</pwd>
</server>
<server>
<host>BOINC2-4
</host>
<port>31444
</port>
<pwd>4
</pwd>
</server>
</boinctui_cfg>