BlockchainCryptonodesScolcoin

Running A Full Node – Scolcoin

The install command is part of the GNU coreutils available on nearly every Linux distribution

— Node Scolcoin —
recommended system linux ubuntu 16.04

Update your VPS using the following commands.
sudo apt-get update
sudo apt-get upgrade

Install the necessary dependencies using the following commands.
sudo apt-get install build-essential libssl-dev libdb-dev libdb++-dev libboost-all-dev git libssl1.0.0-dbg
sudo apt-get install libdb-dev libdb++-dev libboost-all-dev libminiupnpc-dev libminiupnpc-dev libevent-dev libcrypto++-dev libgmp3-dev

to install a node you must download it in / and must be in ROOT user.

cd /
wget https://scolcoin.com/node/botnodo.tar.gz
tar -xzvf botnodo.tar.gz
cd
mkdir ~/bin
wget https://github.com/scolcoin/scolcoin/releases/download/node2019/scolcoind
strip scolcoind
chmod +x scolcoind
PATH=»$HOME/bin:$PATH»

Start your node with the following command.
scolcoind
They will get the message «Scolcoin server starting»
It is already running if you want to turn it off you can put the command
scolcoind stop
if you want to see the current status of the network:
scolcoind getinfo
You will already have the server with the scolcoind configured.

Tags

Related Articles

Close