Post
Topic
Board Announcements (Altcoins)
Re: [ANN] JUGGALO COIN(JUG) NOW X11-LAUNCHED! Huge TATTOO Bounty
by
jrwhite
on 24/04/2014, 06:37:08 UTC
Short linux compiling guide for newbs

The code doesn't compile "as is" on Linux so use this:

Code:
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

Code:
mv JuggaloCoind juggalocoind
cp juggalocoind /usr/bin/

Copy/paste this in the config file (replace user/pass with your own):

Code:
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