User Tag List

Results 1 to 2 of 2
Thread: MMOCoin - Unix Build Tutorial
-
27-03-18, 10:32 AM #1
- Rep Power
- 18
- Reputation
- 368
MMOCoin - Unix Build Tutorial
Register to remove this adLOGIN as root (no exceptions; you're installing system libs):
Code:apt-get update
Code:apt-get install -y build-essential libssl-dev libboost-all-dev libdb5.3-dev libdb5.3++-dev autoconf automake git screen pkg-config libtool
Code:git clone https://github.com/MMO-Coin/mmocoin.git
Code:cd mmocoin/src
Code:make -f makefile.unix
Code:./mmocoind -listen -server -daemon -rpcuser=testuser -rpcpassword=testpassword -rpcbind=127.0.0.1 -rpcallowip=127.0.0.1
› See More: MMOCoin - Unix Build TutorialLast edited by Wise; 27-03-18 at 10:40 AM.
-
19-11-18, 12:09 AM #2
- Join Date
- Jul 2008
- Location
- HeaveN
- Posts
- 15,887
- Post Thanks / Like
- Mentioned
- 2 Post(s)
- Tagged
- 0 Thread(s)
- Rep Power
- 10
- Reputation
- 284
Register to remove this adFor 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