Post
Topic
Board Mining software (miners)
Re: Linux mining distro for the Raspberry PI - MinePeon
by
A_Member
on 20/08/2013, 00:25:35 UTC
I'm trying to switch minepeon to bfgminer to see if that will make minepeon work with the usb hubs that I have.  On my PC, bfgminer works with my hubs but cgminer doesn't.  I would rather use cgminer, but I guess I have to use whatever works.  The only thing that I can find in regards to switching to BFGminer is the following set of terminal commands on the release history page:
Code:
   sudo systemctl stop cgminer.service    # Stops cgminer
   sudo systemctl disable cgminer.service # Stops cgminer from starting at boot
   sudo systemctl enable bfgminer.service # Makes bfgminer start at boot
   sudo systemctl start bfgminer.service  # Starts bfgminer

When I try this, the minepeon web interface just says that cgminer is down.  I have tried searching a bit, but I can't find anything else.  There proabably is something somewhere in the minepeon thread, but I don't want to read through all 58 pages.  There proabably is some easy fix.

Thanks in advance.