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

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:
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:
git clone https://github.com/Ace-Of-Fades/TrapCoin.git
Enter the TrapCoin directory:
cd TrapCoin
Allow write access to the leveldb folder:
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:qmake
make
Daemon: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.