getminera / minera

Minera is a web interface to monitor and manage mining devices

Home Page:http://getminera.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Verson 0.8.0

GregHo opened this issue · comments

Since upgrading to 0.8.0 my system shuts off every ten min but my dashboard looks like its still running only by putting my eyes on my actual system and checking my pool read out can I tell

You should look to your logs or give me them to look at otherwise I don't know how I can help you.

This is what I use for coding

cd /var/www/minera/minera-bin/src

mkdir -p git/vthoang; cd git/vthoang

git clone https://github.com/vthoang/cgminer.git

cd cgminer

CFLAGS="-O2" ./autogen.sh --enable-gekko

make -j 2

cp cgminer /var/www/minera/minera-bin/custom/cgminer-vthoang

cd /var/www/minera/minera-bin/custom

I switched back to 0.7.0 and its running better now but the logs were running like they should I couldn't tell you that there was anything strange except it wasn't running

You can't upgrade from 0.7.0 to 0.8.0, are you installing 0.8.0 from new image file?

So isn't the entire system to shutdown. Only the miner is shutting down after 10 minutes, right?

I don't think Minera is related to this problem, it doesn't work on miners it doesn't do anything on them. It could be the miner software with some upgraded system library (Raspbian Stretch) but I can't know, you should open an issue to the miner author.

Why don't you use the official Cgminer instead that fork?

Do this in 0.8.0:

Go to /var/www/minera
Edit file build.sh
Add option --enable-icarus to line CGMINER_CONFIG
Save the file
in the same folder run the command: bash build_miner.sh cgminer

Then use official Cgminer in Minera

Ref: https://bitcointalk.org/index.php?topic=1173963.0

Yes, it should.

SSH into Minera then:
cd /var/www/minera
nano build.sh
Edit the file and save
bash build_miner.sh cgminer
Use Cgminer

Don't know you should refer to Cgminer author or manufacter, I'm sorry I haven't that kind of devices.