Post
Topic
Board Announcements (Altcoins)
Re: BiblePay - New Coin Launch - Official Thread
by
bible_pay
on 25/10/2017, 13:21:04 UTC
Can someone help me compile on ubuntu 16.
keep getting error wallet/crypter.cpp:226:20: error: aggregate ‘EVP_CIPHER_CTX ctx’ has incomplete type and cannot be defined

Thanks
Hi Ed,
That EVP_CIPHER_CTX is a constant in openssl.  Most likely your ubuntu box has an older version of openssl already on it so it is not preferring the new version.  We have been compiling with open ssl 101k.  Could you please try looking on this page:
https://github.com/biblepay/biblepay/blob/master/doc/build-unix.md

For the openssl dependency, re-apt-install it and then try compiling again?


Good luck.


Will try to do so.
Strange as some of my servers do accept building, and a few don't.
Anyway, will try to build.

Anyother small question, is there a stand alone miner avail, as it's not really needed to run 12 wallets for mining, as I'll be only using one for collecting.

Keep up the good work, like the idea behind this coin.

We actually don't support mining outside of the wallet- the user must mine using either biblepay-qt or biblepayd.  This is to prevent porting to an ASIC.  The miner loads the whole KJV bible in RAM and hashes it against the blockindex while its mining.