Changes

Jump to navigation Jump to search
No change in size ,  09:48, 16 January 2020
#The Core Ravencoin developers provide binaries for ARM architecture, which are needed for the Raspberry Pi. Here's the latest official [https://github.com/RavenProject/Ravencoin/releases/download/v3.3.0/raven-3.3.0.0-arm-linux-gnueabihf.tar.gz ARM-linux version of Ravencoin]. Open a terminal and use the following commands to get it:
#:<pre>
#::cd ~/ &#10;wget https://github.com/RavenProject/Ravencoin/releases/download/v3.3.01/raven-3.3.01.0-arm-linux-gnueabihf.tar.gz &#10;tar -xvzf raven-3.3.01.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-3.3.01.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