For the love of God can someone help me compile the wallet on Linux and set up a masternode?! A comprehensive guide, video, something? I'm about to head to YouTube. Is Sologap still around or whatever his name is?
sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev libboost-all-dev automake libdb++-dev libssl-dev git
sudo aptitude install libminiupnpc-dev
git clone https://github.com/bitcoin/secp256k1
cd secp256k1
./autogen.sh
./configure
make
sudo make install
cd ..
ldconfig
wget http://104.207.135.209/craved
chmod 777 craved