Changes

From Ravencoin Wiki
Jump to navigationJump to search
No change in size ,  15:16, 19 April 2020
Now that you got the OS running, it is time for the fun part: setting up the Ravencoin node.
#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/v3v4.31.0/raven-34.31.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/v3v4.31.10/raven-34.31.10.0-arm-linux-gnueabihf.tar.gz &#10;tar -xvzf raven-34.31.10.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-34.31.10.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