Post
Topic
Board Mining software (miners)
Re: Linux mining distro for the Raspberry PI - MinePeon
by
Nemo1024
on 18/08/2013, 20:23:10 UTC
A few questions while playing around with RPi setup. MinePeon and WebUI are freshly-pulled from git.
How do I automatically restart network service?
I can manually do
Code:
sudo systemctl restart network.service
however, what would be an automatic equivalent in case my router goes down/reboots.

Currently, if I pull the ethernet cable and plug it back in, dmesg will show that the link went down then up. However, the assigned IP (I have a static IP set up) is gone from ifconfig and the device becomes unreachable. The only solution so far is to physically access the device and perform the command above.

Can MinePeon be preconfigured, so that it is always online, even after connectivity loss?


Additionally, what is the critical CPU temp? I have heatsinks attached. Without the case, the temp reported in WebUI is 46C, with the case 54C.


And another question/remark: Cgminer runs at 84% with 30 BEs according to 'top'. However, WebUI reports 424% load. Why is that?