reddcoin-project / reddcoin-3.10

Reddcoin: the digital social currency
http://www.reddcoin.com
MIT License
287 stars 114 forks source link

Can't get it to work on Raspberry Pi #111

Closed Dutchy-79 closed 5 years ago

Dutchy-79 commented 6 years ago

I tried 3 manuals and still can't get it to work on my raspberry pi. Any help would be great.

lionzeye commented 6 years ago

Have you tried this one? https://github.com/joroob/reddcoin/blob/master/doc/rasp-tut.md

Dutchy-79 commented 6 years ago

Thanks I'll give that a try

raid5 commented 6 years ago

What's the issue/error?

ghost commented 6 years ago

@raid5

103

reddink commented 6 years ago

for those watching this thread, have just added a branch for testing/feedback My testing is limited currently to RaspberryPi 2/Raspian (Jessie) If you wish to test/validate clone the repo and checkout the arm_support_v2 branch https://github.com/reddcoin-project/reddcoin/tree/arm_support_v2

sassman commented 6 years ago

on PI 3 with raspbian stretch

uname -a
Linux raspberrypi 4.9.59-v7+ #1047 SMP Sun Oct 29 12:19:23 GMT 2017 armv7l GNU/Linu

with dependencies libssl1.0-dev libboost1.58-all-dev

branch arm_support_v2 configured with

./configure --disable-tests LDFLAGS="-L${BDB_PREFIX}/lib/" CXXFLAGS="-I${BDB_PREFIX}/include/ -mfloat-abi=hard -mlittle-endian -munaligned-access -mcpu=cortex-a53 -mfpu=neon-fp-armv8 -O3 --param ggc-min-expand=1 --param ggc-min-heapsize=32768" --enable-sse2=no --with-gui=no

builds successfully. Nice!

Only thing, that is a bit strange is, that the wallet balance is 0 and all the balance is shown as stake value. Not sure if that is correct.

sassman commented 6 years ago

After re-copy the whole wallet from my mac reddcoin app to the PI I'm getting an error like

reddcoin-cli getinfo
...
    "errors" : "Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues."
mathiasdg commented 6 years ago

I tried to install the reddcoin wallet on headless raspberry pi 3 running the latest raspbian lite.

I followed this tutorial: https://github.com/joroob/reddcoin/blob/master/doc/rasp-tut.md

Everything worked pretty fine till the end of step 6. When I try to compile from source I get a bunch of errors. See here: https://pastebin.com/KSBszNnT

Anyone can help?

YavuzzzSelimmm commented 6 years ago

I got it to working on my Raspberry Pi Model 3B. Instructions are here: https://www.reddit.com/r/reddCoin/comments/8ep06l/staking_reddcoin_core_client_gui_wallet_on_a/.

lukaweb commented 5 years ago

Does anyone compiled v2.0.1.2 on raspberry pi? At the moment the one and only working seems to be joroob fork (https://github.com/joroob/reddcoin.git)

YavuzzzSelimmm commented 5 years ago

Does anyone compiled v2.0.1.2 on raspberry pi? At the moment the one and only working seems to be joroob fork (https://github.com/joroob/reddcoin.git)

Yes. Please see my tutorial on Reddit: https://www.reddit.com/r/reddCoin/comments/a0wn1v/updated_staking_reddcoin_core_client_gui_wallet.