
Results 1 to 2 of 2
Thread: MMOCoin - Unix Build Tutorial
Hybrid View
-
18-11-18, 11:09 PM #1
For exchanges
Code:apt-get update apt-get install -y build-essential libssl-dev libssl1.0.0-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 git checkout send-smalloutputs 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