Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [RNS] Renos - A community Based Cryptocurrency
by
2xjO9M3P
on 01/08/2017, 17:08:58 UTC
Hi,

I already installed all dependencies.

It still returns the same error

Followed the same guide you did, and had to do these additional 2 steps, to get everything compiling
Get secp256k1
Code:
git clone https://github.com/bitcoin/secp256k1.git
cd secp256k1
git checkout a1d5ae1
./autogen.sh
./configure
sudo make install
sudo ldconfig

And change permissions on leveldb
Code:
cd RenosCoin/src/leveldb/
chmod 755 *

and then back to RenosCoin source, and make -f makefile.unix