Post
Topic
Board Mining (Altcoins)
Re: [Minera v0.4.0] Your next mining dashboard is here. CPUminer/CGminer/BFGminer.
by
michelem
on 13/01/2015, 10:58:40 UTC
Ok, I got home and I SSH into Minera and looked at dmesg.
I see both 1-1: New USB device found and also 1-1.2: New USB device found. So I assume it is seeing the miner.
It says that BFGminer is online but it does not hash. The dials for everything just sit there and spin.
I'm not sure I have BFGminer setup correctly. And as I said earlier I have no idea how to compile CGminer.
So still not sure what to do, any help would be appreciated!
Thanks


For Bfgminer, check you are mining WITHOUT the --scrypt option you have to mine in SHA256 not scrypt.

For Cgminer, SSH into Minera and:

Code:
cd /tmp
git clone https://github.com/ckolivas/cgminer
cd cgminer
./autogen.sh
./configure --enable-blockerupter
make
sudo make install
cp cgminer /var/www/minera/minera-bin/