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.mdFor 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.