because i will use my pi to somewhere else, so i try to install minera to a Debian 7.6 PC (x64) to run my 20 Gridseed mini usb miners.
it's kind of working, almost all good, but have 2 tiny thing seems un-normal, any ideas?
1, When i save settings and restart (or just restart the miner by click restart button on dashboard ), that 'Sending action: restart , please wait...' dialog don't close even i wait for ten minutes. but in fact my miners is already working, if i refresh the minera's dashboard, those data is already there and very normally.
2, When i chose to Enable logging (--log), cpuminer won't work, log stops at some 'GC3355 chip mining thread started, in SINGLE mode', i had to disabled log to get my miner to work.
PS: pre-compiled binary file 'minerd-ubuntu-64bit' won't work for me, it's says 'error while loading shared libraries: libudev.so.1: cannot open shared object file: No such file or directory', so i re-compile it by those code gave by '
https://github.com/siklon/cpuminer-gc3355'
apt-get update
apt-get install -y build-essential libtool libcurl4-openssl-dev libjansson-dev libudev-dev libncurses5-dev autoconf automake
git clone https://github.com/siklon/cpuminer-gc3355
cd cpuminer-gc3355
./autogen.sh
./configure CFLAGS="-O3"
make