Post
Topic
Board Announcements (Altcoins)
Re: ⋞ANN⋟⋞TRAP⋟ TRAPCOIN | Crypto Currency Backed By Minecraft Economy
by
Ace_Of_Fades
on 19/05/2016, 00:01:04 UTC
Didn't know that. Thanks for the warning. By the way, i had issues with compiling files too. So let's postpone for now.
Sorry guys for misinformation  Sad


What kind of errors did you run into while compiling? D: I would assume since you're running the UNOMP pool, you're running linux. Just install the dependancies:

Code:
apt-get install libminiupnpc-dev qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev \libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \libssl-dev libdb++-dev

Clone the git repository:

Code:
git clone https://github.com/Ace-Of-Fades/TrapCoin.git

Enter the TrapCoin directory:

Code:
cd TrapCoin

Allow write access to the leveldb folder:

Code:
chmod -R 755 src

Then do the following for if you want the QT or the daemon:

(In the root of the "TrapCoin" directory)

QT:

Code:
qmake
make

Daemon:

Code:
cd src/
make -f makefile.unix
mv Spliffcoind Trapcoind

The folder that holds the wallet.dat file and config is still called ".Spliffcoin" and the name of the config file is "Spliffcoin.conf"

To build the windows qt I use gitian-builder on Ubuntu 14.04 It's super simple and I've included a zip file in the OP with all the dependencies.