Wise
27-03-18, 10:32 AM
LOGIN as root (no exceptions; you're installing system libs):
apt-get update
apt-get install -y build-essential libssl-dev libboost-all-dev libdb5.3-dev libdb5.3++-dev autoconf automake git screen pkg-config libtool
git clone https://github.com/MMO-Coin/mmocoin.git
cd mmocoin/src
make -f makefile.unix
./mmocoind -listen -server -daemon -rpcuser=testuser -rpcpassword=testpassword -rpcbind=127.0.0.1 -rpcallowip=127.0.0.1
apt-get update
apt-get install -y build-essential libssl-dev libboost-all-dev libdb5.3-dev libdb5.3++-dev autoconf automake git screen pkg-config libtool
git clone https://github.com/MMO-Coin/mmocoin.git
cd mmocoin/src
make -f makefile.unix
./mmocoind -listen -server -daemon -rpcuser=testuser -rpcpassword=testpassword -rpcbind=127.0.0.1 -rpcallowip=127.0.0.1