Post
Topic
Board Announcements (Altcoins)
Merits 2 from 1 user
Re: [ANN][RIC] Riecoin: constellations POW *CPU* HARD FORK successful, world record
by
PttnMe
on 19/01/2019, 13:24:07 UTC
⭐ Merited by xandry (2)
Hi,
do you guys can make an estimation if the rieminer would/will work on RPi?
cheers

I compiled rieMiner in a Toshiba AC100 (Armhf CPU, Ubuntu 16.04) without any issue, so rieMiner should work in a Raspberry Pi with Linux. Note that you need to use the Light branch. Also be sure to read properly the README.md (in particular, 32 bits compilation instructions and reduce the PrimeTableLimit for less memory usage). If you need help, please post questions here.

Unfortunatly i can't compile rieMiner on my Raspberry Pi3b - Screenshot:....
Looks like that there are some issues with including cpuid.h?
(https://github.com/SoftEtherVPN/SoftEtherVPN/issues/574#issue-343408913)
(https://www.reddit.com/r/reddCoin/comments/688ya8/compile_reddcoin_on_raspberry_pi_b/)
btw, i am using pi64-lite as OS

cheers

I compiled rieMiner in a Toshiba AC100 (Armhf CPU, Ubuntu 16.04) without any issue, so rieMiner should work in a Raspberry Pi with Linux. Note that you need to use the Light branch. Also be sure to read properly the README.md (in particular, 32 bits compilation instructions (no longer needed) and reduce the PrimeTableLimit for less memory usage). If you need help, please post questions here.

As pi64 seems to be Debian based, you should not encounter any other issue.
Someone else was able to make rieMiner work on RaspBerry Pi without any issue.

Code:
# apt install g++ make git libjansson-dev libcurl4-openssl-dev libssl-dev libgmp-dev
git clone https://github.com/Pttn/rieMiner.git
cd rieMiner
git checkout Light
make -j 4

Enjoy.