Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | Markets Soon =Embrace The Dark=
by
sologap
on 14/04/2015, 20:54:15 UTC
can anyone confirm this patch please http://pastebin.com/K1HCS8hW

i am trying to compile new nodes but getting that nasty secp256k1 error, git reset a0d3b8 didn't help.. so if anyone can confirm that patch is save so i can use it? thanks

Code:
git clone https://github.com/bitcoin/secp256k1
cd secp256k1
git reset a0d3b8
./autogen.sh
./configure
make
sudo make install
cd ..
ldconfig