You are viewing a single comment's thread from:

RE: How to setup Coldwallet Masternodes with ArcticCoin (Mac / Linux version)

in #arcticcoin7 years ago

Ok so I cannot edit the post, there is a small error on the commands to run the daemon on the VPS, here is the correct block:

apt-get update && \
apt-get install -y build-essential software-properties-common autoconf libssl-dev libboost-dev libboost-chrono-dev libboost-filesystem-dev libboost-program-options-dev libboost-system-dev libboost-test-dev libboost-thread-dev sudo automake git software-properties-common && \
add-apt-repository ppa:bitcoin/bitcoin -y && \
apt-get update && \
apt-get install libdb4.8-dev bsdmainutils libdb4.8++-dev -y && \
mkdir ~/arc && \
cd ~/arc && \
apt-get install wget nano -y && \
wget https://github.com/ArcticCore/arcticcoin/releases/download/v0.12.1.2/arcticcore-0.12.2-linux64.tar.gz && \
tar -xvf arcticcore-0.12.2-linux64.tar.gz && \
mv arcticcore-0.12.1/* ./ && \
rm arcticcore-0.12.2-linux64.tar.gz && \
rm -r arcticcore-0.12.1/ && \
cp -v ~/arc/bin/arcticcoind ~/arc/bin/arcticcoin-cli /usr/local/bin/. && \
~/arc/bin/arcticcoind -daemon && \
echo "YOU ARE READY TO ROLL"

Coin Marketplace

STEEM 0.19
TRX 0.12
JST 0.027
BTC 61354.39
ETH 3309.76
USDT 1.00
SBD 2.47