| log in |
Message boards : Number crunching : How To: Run BU on Raspberry Pi with USB ASIC's
1 · 2 · 3 · 4 . . . 7 · Next
| Author | Message |
|---|---|
|
Hi everybody, sudo apt-get update
sudo apt-get upgrade
sudo rpi-update 2) install boinc on the RPi, we will use the version from the raspbian repository sudo apt-get install boinc And answer the question with y(es) 3) So far the user 'boinc' is not allowed to access the USB devices, we will change that now. To do so we need to change the udev rules (or better add one) As root (sudo....) create a file in the directory /etc/udev/rules.d/ the filename is 50-group.rules, with the following content # /etc/udev/rules.d/50-group.rules
SUBSYSTEM!="usb", GOTO="skip_rule"
ACTION=="add", GROUP="plugdev"
LABEL="skip_rule" This will add a rule that whenever a usb device is added the group for the device-file is set to 'plugdev'. This group already exists on the RPi and the user 'pi' is already a member of that group. To activate the rule the 'udev' service needs to be restarted sudo service udev restart Now unplug the miner devices, wait a little bit and replug them into the RPi. Now we need to add the user 'boinc' to the group 'plugdev' sudo usermod -a -G plugdev boinc 4) to make boinc accessible from your main computer, add your main computers IP adress to the file /etc/boinc-client/remote-hosts.cfg 5) change the host in your boinc client (main computer) Menu 'Extra'-->'Choose computer' and enter the IP adress of your RPi, connect to BU project Should work now.... hopefully, please report when you've tried it. Markus Team: Crunchers@Freiburg Bitcoin donations welcome, thanks in advance Adress : 15H5fqKVhJFEsCU1P8ZiMHKxaudorgV6GF | |
| ID: 4006 · Rating: 0 · rate:
| |
|
Support for the following ASIC's was build into cgminer | |
| ID: 4007 · Rating: 0 · rate:
| |
|
Hi, | |
| ID: 4040 · Rating: 0 · rate:
| |
Hi, Thanks for the feedback.... anybody else? ____________ Markus Team: Crunchers@Freiburg Bitcoin donations welcome, thanks in advance Adress : 15H5fqKVhJFEsCU1P8ZiMHKxaudorgV6GF | |
| ID: 4041 · Rating: 0 · rate:
| |
|
I followed the instructions and using lsusb, my pi can see the device: | |
| ID: 4110 · Rating: 0 · rate:
| |
|
@Steve Hawker* | |
| ID: 4114 · Rating: 0 · rate:
| |
@Steve Hawker* Good to know, thanks. How do I run cgminer alone? I didn't install it separately as I was assuming it was now folded into the app. | |
| ID: 4121 · Rating: 0 · rate:
| |
|
can someone edit this windows app_info.xml to work under ARM linux? | |
| ID: 4241 · Rating: 0 · rate:
| |
|
You could use the app_config.xml only. | |
| ID: 4242 · Rating: 0 · rate:
| |
|
to use app_config.xml i need boinc version 7.0.40 or above. but only 7.0.24 is installed. i dont know how to update because there is only this version for download. | |
| ID: 4248 · Rating: 0 · rate:
| |
to use app_config.xml i need boinc version 7.0.40 or above. but only 7.0.24 is installed. i dont know how to update because there is only this version for download. You can always get any version of Boinc here: http://boinc.berkeley.edu/dl/?C=M;O=D | |
| ID: 4250 · Rating: 0 · rate:
| |
You can always get any version of Boinc here: That's right, but i really dont know how to get this to work under linux running on ARM. Maybe its easier someone can make the app_info file? ;-D | |
| ID: 4251 · Rating: 0 · rate:
| |
You can always get any version of Boinc here: <app_info> Try this. Check some red lines in message log. I cannot test it but need some tweaks perhaps. | |
| ID: 4252 · Rating: 0 · rate:
| |
|
Thanks rebirther. Got it working with this: <app_info> some 4GH/s Antminer experience ;-) | |
| ID: 4263 · Rating: 0 · rate:
| |
@Steve Hawker* Hi, I wrote a PN to you, were you able to follow the instructions in it? Markus ____________ Markus Team: Crunchers@Freiburg Bitcoin donations welcome, thanks in advance Adress : 15H5fqKVhJFEsCU1P8ZiMHKxaudorgV6GF | |
| ID: 4294 · Rating: 0 · rate:
| |
You can always get any version of Boinc here: The current version of the sources you can get from this URL: http://boinc.berkeley.edu/gitweb/?p=boinc-v2.git;a=summary for Raspian i have build version boinc_7.4.21_armv6l-raspian.sh for BU you need only this cc_config.xml (no app_info or app_config is needed): <cc_config> <options> <alt_platform>arm-unknown-linux-gnueabihf</alt_platform> <report_results_immediately>1</report_results_immediately> <use_all_gpus>1</use_all_gpus> <coproc> <type>miner_asic</type> <count>1</count> </coproc> </options> </cc_config> The user that runs BOINC must have the right to access the USB-devices (e.g. see former posts how to manage this) | |
| ID: 4402 · Rating: 0 · rate:
| |
|
I'm a Linux newbie, can you please tell me how to install/compile this new boinc version for my raspi? | |
| ID: 4749 · Rating: 0 · rate:
| |
I'm a Linux newbie, can you please tell me how to install/compile this new boinc version for my raspi? As a newbie to linux you should not try to compile BOINC from the sources. To much pain for a newbie. So you have 2 possibilities: 1. you can install BOINC (v 7.0.27) with synaptic, or ... 2. you can download the current version from here: http://www.rechenaugust.de/boinc/boinc_7.4.22_armv6l-raspian.sh boinc-manager requires an additional package (libwebkit-1.0), ... to install use: sudo apt-get install libwebkitgtk-1.0 move to the folder where you have downloaded the file boinc_7.4.22_armv6l-raspian.sh unpack the downloaded software: sh boinc_7.4.22_armv6l-raspian.sh now you have a BOINC folder move to the BOINC folder start the manager with ./run_manager . . . For my own installation i use a start/stop script located in /etc/init.d ....but this is another thread. | |
| ID: 4753 · Rating: 0 · rate:
| |
|
I used apt-get install boinc and it installed 7.0.27. If I follow the instructions for installing 7.4.22, will it replace the 7.0.27 installation or be an additional installation? | |
| ID: 4987 · Rating: 0 · rate:
| |
I used apt-get install boinc and it installed 7.0.27. If I follow the instructions for installing 7.4.22, will it replace the 7.0.27 installation or be an additional installation? Should be replaced. | |
| ID: 4988 · Rating: 0 · rate:
| |
Message boards :
Number crunching :
How To: Run BU on Raspberry Pi with USB ASIC's