Did you happen to get a chance to put the compile environment together so other people can start working on this?
I've been working on this live from the RasPi itself, just modifying files as needed/desired to update things. I've also moved to my own fork of VoxDemonix's work (Which is itself a fork of Neil's minepeon-base code on github). Both VoxDemonix and myself have been working on code, though at least for my changes, a lot of it has been focused on the web interface (http/server stuff) instead of things like new versions of cgminer or bfgminer. Feel free to fork or otherwise submit updates on anything. Vox's repo is
here and mine is
here. The Readme has instructions for pulling down code from the alternate repos as well.
Will.. it looks like everyone has moved to this place instead of the old forums.
So.. I will ask here. How can I install apt-get on my peon.
Also. has there been a fix for the adafruit display yet?
I have no idea, did mogrith's post help?
I saw on this forum somewhere an image of a mining rig with an LCD display showing its vital stats. Can this be done with MinePeon? Are there instructions anywhere?
There is an plugin for the addafruit display. But in later vesions you wave yo handed edit a config file with your current address and update it anytime the IP changes
's simple to get it connected to the miner. Go to /opt/minepeon/etc and sudo nano miner.conf look for the line in the file that sez api allow. It should just have the loopback address of W:127.0.0.1. to get it connected add in front of the W:127.x.x.x
"your ip,W:127.0.0.1" that should get it working good. works for mine perfectly. You'll have to re-add it everytime you change pools and save because it writes the file back without your ip in it. Kind of a pain in the ass but it works.
Hi every one
I'm searching a guide to install minepeon from "scratch".
I'm using Raspberry pi B+ with my own linux.
I tried news dev image, but it's not good for me (too much packages removed, there is no way to install other applications)
Olivier
I'm not sure, but you may be able to get started by pulling down the minepeon-base code (/opt/minepeon in the released builds), but integrating things like the http server and startup scripts might be a bit of work. Let me know if there's anything I can help with though, although it's obviously been a while since you asked.
Is there anyone working on the code anymore? I would like to run Minepeon on my Banana PI's. How would you get minepeon installed on a Banana Pi?. Can't use the port as it is as it does not run on the Banana. Any ideas?
I have no idea what the differences between the bananaPi and RaspberryPi are, so I don't know that I'd be particularly useful helping with this. My first guess is that the boot process may be different if it's not the same insert SD card, add power, and boot setup; and you may need to use a different kernel, especially if the bananaPi runs on a different architecture. Are you able to get standard Arch Linux to run on it?