Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (26 loc) · 977 Bytes

Build-rai_node-samples-ARM.md

File metadata and controls

34 lines (26 loc) · 977 Bytes

Running node as a service

To manage node, use RPC commands or CLI


ArchlinuxARM 64bit

Dependency Build Instructions

pacman -Syu  
pacman -S base-devel git gcc cmake curl wget

Building static Boost

wget -O boost_1_66_0.tar.gz http://sourceforge.net/projects/boost/files/boost/1.66.0/boost_1_66_0.tar.gz/download   
tar xzvf boost_1_66_0.tar.gz   
cd boost_1_66_0   
./bootstrap.sh   
./b2 --prefix=../[boost] link=static install   
cd ..

Building rai_node

git clone --recursive https://github.com/nanocurrency/raiblocks.git rai_build   
cd rai_build   
cmake -DBOOST_ROOT=../[boost] -G "Unix Makefiles"   
make rai_node   
cp rai_node ../rai_node && cd .. && ./rai_node --diagnostics