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

You are viewing a single comment's thread from:

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

in arcticcoin •  7 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"
Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!