Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 0.52M, Dark Assets = Embrace The Dark = MASTERNODE HARDFORK APR 8
by
sologap
on 11/04/2015, 00:06:31 UTC
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?

Code:
sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev libboost-all-dev automake libdb++-dev libssl-dev git
Code:
sudo aptitude install libminiupnpc-dev
Code:
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