Changes

Jump to navigation Jump to search
40 bytes added ,  13:00, 28 March 2021
#The Core Ravencoin developers provide binaries for ARM architecture, which are needed for the Raspberry Pi. The latest ravencoin core wallet binaries can be found [https://github.com/RavenProject/Ravencoin/releases here]. For a Pi, you always need a version that has ARM in its name. Open a terminal and use the following commands to get it:
#:<pre>
#::cd ~/ &#10;wget https://github.com/RavenProject/Ravencoin/releases/download/v4.3.2.1/raven-4.3.2.1-arm32v7.0zip &#10;unzip raven-arm-linux4.3.2.1-gnueabihfarm32v7.tar.gz zip &#10;cd arm32v7 &#10;tar -xvzf raven-4.3.2.1.0-arm-linux-gnueabihf.tar.gz </pre>
# I like to put binaries into my default local user binary location so that I can globally access them from anywhere.
#:<pre>
#::sudo cp ./raven-4.3.2.1.0/bin/* /usr/local/bin </pre> Two files in this directory are important:
#*''ravend'': which is the Ravencoin deamon, a program that implements the Ravencoin protocol for remote procedure calls (RPCs). In simple terms: it will run a wallet/node as a background process and you can send instructions to it.
#*''raven-cli'': which is the command line interface for Ravencoin that you can use to send instructions to ravend.

Navigation menu