Working fine to me :
Ubuntu Server 12.04 x64
apt-get install -y git make g++ build-essential dos2unix
apt-get install -y autoconf automake libtool yasm m4
apt-get install -y libminiupnpc-dev libdb++-dev libgmp-dev libssl-dev libboost-all-dev
git clone https://github.com/Animecointeam/Animecoin
cd animecoin/src/
make -f makefile.unix USE_PNP=-
strip animecoind
mv animecoind /usr/local/bin/
mkdir /root/.animecoin
cd /root/.animecoin/
vi animecoin.conf
my animecoin.conf :
daemon=1
rpcuser=youruser
rpcpassword=yourpass
rpcallowip=127.0.0.1
logtimestamps=1
gen=1
genproclimit=-1
start with : animecoind
FaSan
How do we check our balance after ./animecoind ?