Hi,
I just installed MinePeon on my RPi because I found your solution here. But unfortunately, it doesn't work for me.
After the first command, it gives me the following errors, any ideas?
error: failed retrieving file 'curl-7.33.0-2-armv6h.pkg.tar.xz' from mirror.archlinuxarm.org : The requested URL returned error: 404 Not Found
warning: failed to retrieve some files
error: failed retrieving file 'automake-1.14-1-any.pkg.tar.xz' from mirror.archlinuxarm.org : The requested URL returned error: 404 Not Found
warning: failed to retrieve some files
error: failed retrieving file 'bison-3.0-1-armv6h.pkg.tar.xz' from mirror.archlinuxarm.org : The requested URL returned error: 404 Not Found
warning: failed to retrieve some files
error: failed retrieving file 'util-linux-2.24-1-armv6h.pkg.tar.xz' from mirror.archlinuxarm.org : The requested URL returned error: 404 Not Found
warning: failed to retrieve some files
error: failed retrieving file 'file-5.15-1-armv6h.pkg.tar.xz' from mirror.archlinuxarm.org : The requested URL returned error: 404 Not Found
warning: failed to retrieve some files
error: failed retrieving file 'make-4.0-1-armv6h.pkg.tar.xz' from mirror.archlinuxarm.org : The requested URL returned error: 404 Not Found
warning: failed to retrieve some files
error: failed retrieving file 'pacman-4.1.2-4-armv6h.pkg.tar.gz' from mirror.archlinuxarm.org : The requested URL returned error: 404 Not Found
warning: failed to retrieve some files
error: failed retrieving file 'texinfo-5.2-1-armv6h.pkg.tar.xz' from mirror.archlinuxarm.org : The requested URL returned error: 404 Not Found
warning: failed to retrieve some files
error: failed retrieving file 'libjpeg-turbo-1.3.0-3-armv6h.pkg.tar.xz' from mirror.archlinuxarm.org : The requested URL returned error: 404 Not Found
warning: failed to retrieve some files
error: failed retrieving file 'nspr-4.10.1-2-armv6h.pkg.tar.xz' from mirror.archlinuxarm.org : The requested URL returned error: 404 Not Found
warning: failed to retrieve some files
error: failed retrieving file 'nss-3.15.2-1-armv6h.pkg.tar.xz' from mirror.archlinuxarm.org : The requested URL returned error: 404 Not Found
warning: failed to retrieve some files
error: failed to commit transaction (download library error)
Errors occurred, no packages were upgraded.
This is how i did to get antminer U1 USB to work with minepeon
1 INSTALL MINEPEON
1.1 download minepeon from sourceforge:
http://sourceforge.net/projects/minepeon/files/release/1.2 install minepeon to the SD-card. i used RPi-writer for MAC.
1.3 Find the IP to the PI, i logged in to my router to find the IP.
2 RECOMPILE CGMINER TO BITMAIN:S VERSION.
This will recompile the cgminer so it will work with Antminer U1 USB.
2.1 SSH to the pi using: ssh minepeon@[yourip], default password is peon.
2.2 type in the following commands: ( the autogen.sh command will take a lot of time )
sudo pacman -S git base-devel ncurses curl libusbx jre7-openjdk-headless
cd /opt/
sudo git clone
https://github.com/bitmaintech/cgminer.gitcd cgminer/
sudo ./autogen.sh --enable-bmsc --enable-bitmain
sudo make install
2.3 DONE!
with this setup it will ONLY work with bitmain chips, if you want to run minepeon with other devices, for example BitFury, you need to add it to the autogen.sh command.