Raven Coin is getting popular among the community and its a coin with a unique alogrithim X16.
Developers trying to run and compile Raven coin find it difficult to address all the issues since the resources available are also limited.
Many are face with like
Ravencoin/src/miner.cpp:500: undefined reference to
vpwallets
To compile Raven Coin from Source code in Ubuntu 14.04 or Ubuntu 16 follow below step by step guides.
udo apt-get install libminiupnpc-dev
sudo apt-get install libzmq3-dev
wget http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz
echo ’12edc0df75bf9abd7f82f821795bcee50f42cb2e5f76a6a281b85732798364ef db-4.8.30.NC.tar.gz’ | sha256sum -c
tar -xvf db-4.8.30.NC.tar.gz
cd db-4.8.30.NC/build_unix
mkdir -p build
BDB_PREFIX=$(pwd)/build
../dist/configure –disable-shared –enable-cxx –with-pic —
prefix=$BDB_PREFIX
make install
Step 3 Compile Coin
./autogen.sh
./configure –enable-cxx –disable-shared –with-pic –prefix=$BDB_PREFIX CXXFLAGS=”-fPIC” CPPFLAGS=”-fPIC -I${BDB_PREFIX}/include/” LDFLAGS=”-L${BDB_PREFIX}/lib/”
make
If you want any help with the installation of Raven Coin or you want BlockChain Developers in India or any other location you can always contact us here.
We can also help you with cloning Raven Coin and creating your own crypto-currency.