How to set up a node:Requirements:- Some kind of linux (debian/ubuntu easiest)
- open ports 13931-13932
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 ..
git clone https://github.com/s4w3d0ff/cryptographicanomaly
cd cryptographicanomaly/src
make -f makefile.unix
mv cryptographicanomalydusr/bin/.
cryptographicanomalyd
and follow the instructions cryptographicanomalyd tells you.
Your cryptographicanomaly.config file should then look like this:
daemon=1
server=1
listen=1
maxconnections=<put some number here>
rpcuser=<replace me>
rpcpassword=<replace me>
rpcport=13932
addnode=148.251.15.235
addnode=71.105.130.10
addnode=88.198.198.94
start cryptographicanomalyd, done.
I also built a new node everybody can use: 88.198.198.94Sawedoff, please add 88.198.198.94 to your config file suggestion!