Post
Topic
Re: [ANN] ZillionCoin (ZLN) - new ZillionFLUX CPU Mining algo released July 2018
by
zilliondev
on 05/08/2018, 23:59:30 UTC
here is a small tutorial to compile the zillion daemon on linux ubuntu 16:

Code:
sudo apt-get update

sudo apt-get upgrade

sudo apt-get install libboost-all-dev libdb++-dev libminiupnpc-dev libssl-dev make g++

sudo apt-get install git

git clone https://github.com/zillioncoin/zillioncoin.git

cd zillioncoin/src

sed -i '242s/get(address)/get(address)/' rpcrawtransaction.cpp

chmod +x leveldb/build_detect_platform

make -f makefile.unix

and you should be good.

More tutorials coming soon.