!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Tips/Donations are GREATLY appreciated.
ZSKfsoMSYGFsCKYKnbtUf7qCv9dwFBRk7Q
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
*Installation Instructions for Ubuntu 10.04, 11.04, 12.04, 13.04* x32 and x64
apt-get update
apt-get upgrade
reboot
apt-get install build-essential
apt-get install libssl-dev
nano /etc/apt/sources.list (or pico or vi, whatever your choice is..)
**Add the following lines to the sources.list and then save**
deb
http://de.archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse
deb
http://de.archive.ubuntu.com/ubuntu/ lucid-updates main restricted universe multiverse
deb
http://security.ubuntu.com/ubuntu lucid-security main restricted universe multiverse
*Close and Save*
apt-get update
apt-get install libdb4.8++
apt-get install libboost-all-dev
apt-get install libdb++-dev libminiupnpc-dev
apt-get install git-core
apt-get install ntp
cd /usr/local/
git clone
https://github.com/zetacoin/zetacoin.git cd zetacoin/
cd src/
make -f makefile.unix USE_UPNP=
strip zetacoind
cp zetacoind ..
*******Configuration File*********
nano /etc/zetacoin.conf
#Insert below lines and edit, rpcuser, rpcpassword, rpcallowip (if needed), rpcport (if needed), port (if needed)
rpcuser=admin
rpcpassword=XXXXXXXXXXXXXXXXXXXXXXXXXXX
maxconnections=300
rpcallowip=127.0.0.1
rpcallowip=192.168.0.*
rpcport=17335
port=17333
addnode=63.247.147.163:27333
server=1
daemon=1
listen=1
logtimestamps=1
**If an error comes up and you've installed this on root then you'll edit /root/.zetacoin/zetacoin.conf with that zetacoin.conf setup as before**
####### TIME TO RUN! ########
cd /usr/local/zetacoin
./zetacoind
./zetacoind getinfo
./zetacoind help
./zetacoind getaccountaddresses ""
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Tips/Donations are GREATLY appreciated.
ZSKfsoMSYGFsCKYKnbtUf7qCv9dwFBRk7Q
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!