Skip to content

Build and Install

ChMarina edited this page Mar 29, 2021 · 12 revisions

Please pay attention that Node-Core should be run under UBUNTU 20.04.

The first step to install Node-Core is installing the libraries:

sudo apt update

apt install -y libgoogle-perftools4 libgmp10 liburiparser1 libcurl4 gcc g++ liburiparser-dev libssl-dev libevent-dev git automake libtool make cmake libcurl4-openssl-dev libcrypto++-dev libgnutls28-dev libgcrypt20-dev libgoogle-perftools-dev git curl wget libboost-dev

After that, please, run the commands:

git clone https://github.com/metahashorg/Node-Core
cd Node-Core
mkdir build 
cd build
cmake ..
make

After running these commands, Node-Core could be launched. Please, before starting, replace the hash field in the config file with actual value. You can specify today's trusted Block hash or any other today's hash from http://venus.mhscan.com/

Clone this wiki locally