Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ECT] Ectam - PoW & PoS - Anti-Instamine - Low Supply - NIST5 - GPU Mining
by
Ectam
on 16/12/2017, 00:03:35 UTC
Thanks everyone who joined the airdrop, we are closing the entrys and we will start the payout in 96 Hours or less, there is a second airdrop planned for the next week!

any guide on how to compile this on ubuntu?

For ubuntu 16.04
Install dependencies and follow the commands:

sudo apt-get install build-essential libssl-dev libdb++-dev libdb-dev libboost-all-dev libqrencode-dev libminiupnpc-dev git

sudo apt-get install qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools \
    build-essential libboost-dev libboost-system-dev \
    libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \
    libssl-dev libdb++-dev libminiupnpc-dev

git clone https://github.com/ectam/Ectam.git ectam

cd ectam/src/leveldb

chmod +x build_detect_plataform && make libleveldb.a libmemenv.a

cd ..

cd ..

qmake && make

It will compile your QT wallet for Ubuntu