Now that you got the OS running, it is time for the fun part: setting up the Ravencoin node. Normally, installing Ravencoin will take hours and syncing to the network will take days. However, I found some nice shortcuts for you.
#The Core Ravencoin developers did not build a binary for ARM architecture, which is needed for the Rasberry Pi. For the Raspberry Pi, I compiled a v2.2.2 a [https://github.com/jeroz1/jeroz-Ravencoin/releases/tag/v2.2.2 ARM-linux version of Ravencoin]. Open a terminal and use the following commands to get it:
#:<pre>
#::cd ~/ wget https://github.com/jeroz1/jeroz-Ravencoin/releases/download/v2.2.2/arm-linux-gnueabihf.tar.gz tar -xvzf arm-linux-gnueabihf.tar.gz </pre> '''Note:''' I just saved you hours of headaches and 2 hours of compiling! If you do prefer compiling from source however, [https://github.com/RavenProject/Ravencoin/blob/master/doc/build-rasberrypi.md you can find the guide here].