Update and install dependencies:
apt-get update && apt-get upgrade
apt-get install ntp git build-essential libssl-dev libdb-dev libdb++-dev libboost-all-dev libqrencode-dev
curl -L http://miniupnp.free.fr/files/download.php?file=miniupnpc-1.8.tar.gz |tar -xz
cd miniupnpc-1.8/
make
make install
cd ..Download the source code:
git clone https://github.com/tittiecoin/tittiecoinCompile tittiecoind:
cd tittiecoin/src
make -f makefile.unix USE_UPNP=1 USE_QRCODE=1
strip TittieCoindAdd a user and move tittiecoind:
useradd -mN tittiecoin
chmod 0701 /home/tittiecoin
mkdir /home/tittiecoin/bin
cp ~/tittiecoin/src/TittieCoind /home/tittiecoin/bin/TittieCoind
chown -R tittiecoin:users /home/tittiecoin/bin
cd && rm -rf tittiecoinRun the daemon:
su tittiecoin
cd && bin/TittieCoindOn the first run, tittiecoind will return an error and tell you to make a configuration file, named tittiecoin.conf, in order to add a username and password to the file.
nano ~/.TittieCoin/TittieCoin.conf && chmod 0600 ~/.TittieCoin/TittieCoin.confAdd the following to your config file, changing the username and password to something secure:
daemon=1
rpcuser=<username>
rpcpassword=<secure password>You can just copy the username and password provided by the error message when you first ran tittiecoind.
You should also add the following to your config for performance reasons :
rpcthreads=100
irc=0
dnsseed=1If you setup your config file using the username and password provided by the error message, then it is recommended that you also clear your shell history to prevent recovering it from your history.
history -c && history -wUsing tittiecoind:
su tittiecoin
cd /home/tittiecoin/bin
./TittieCoind helpI ALSO OFFER A INSTALL SERVICE FOR A SMALL DONATION!
SO JUST CONTACT ME!