Changes

From Ravencoin Wiki
Jump to navigationJump to search
2 bytes added ,  11:42, 28 October 2018
== Setting up the Ravencoin node - The quick way ==
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.
#Instead of the repository of the Core Ravencoin developers, [https://github.com/underdarkskies Under] who is also an active developer, compiled static versions of the Ravencoin wallet/node. Static means that this version works straight out of the box for each operating system. For the Raspberry Pi, you need the [https://github.com/underdarkskies/Ravencoin/releases ARM-linux version of Ravencoin]. Open a console terminal and use the following code:
#:<pre>
#::cd ~/ &#10;wget https://github.com/underdarkskies/Ravencoin/releases/download/v2.1.1/raven-2.1.1-arm-linux-gnueabihf.tar.gz &#10;tar -xvzf raven-2.1.1-arm-linux-gnueabihf.tar.gz </pre> '''Note:''' Under and I just saved you hours of headaches and 2 hours of compiling!

Navigation menu