Short linux compiling guide for newbsThe code doesn't compile "as is" on Linux so use this:
git clone https://github.com/papanutt/JUG.git juggalocoin
cd juggalocoin/src/
chmod +x leveldb/build_detect_platform
mkdir obj
sudo make -f makefile.unix USE_UPNP=-
The resulting executable is named JuggaloCoind
Rename it in order to respect Linux conventions
mv JuggaloCoind juggalocoind
cp juggalocoind /usr/bin/
Copy/paste this in the config file (replace user/pass with your own):
rpcuser=user
rpcpassword=pass
rpcport=50554
server=1
daemon=1
listen=1
#noirc=1
addnode=108.61.103.135
addnode=108.61.103.162
addnode=108.61.103.67