Post
Topic
Board Announcements (Altcoins)
Re: [ANN] SLING | Masternodes | ANON | Android | Encrypted Messaging | SLINGROAD
by
issie81
on 14/05/2015, 06:06:18 UTC
Can someone give me detailed instructions how to setup masternode? Starting with what os should I put on my vpn?
Thanks in advance,


1. I would use Ubuntu

2. You need the latest sling-qt link:


Or - use the windows sling-qt:


3. And the latest slingd to put on the VPN:


See from OP - the port is:



4. Then you just do as it shows in the picture:




What do I do with this file:

3. And the latest slingd to put on the VPN:
Quote from: DG.Slayer on May 08, 2015, 10:23:38 PM
Linux – https://mega.co.nz/#!RBMSGRYC!_cuJ-hg18y3YUUmPG3w7mOB7q4vRxnGbYbpf5kxEd4k

?

This worked like a charm for me and i am a newbe to Linux:)

git clone https://bitbucket.org/slingrepo/sling
cd sling
cd secp256k1
./autogen.sh
./configure
make
make install
cp /usr/local/lib/libsecp256k1.* /usr/lib
cd ..
cd src
mkdir obj
cp crypto obj/crypto -rR
make -f makefile.unix
cp slingd /usr/bin
cd ../..