Open pregithub opened 6 years ago
Do you have boost downloaded and added as a reference?
[root@monero Monero-Pool]# make mkdir build cd CryptoNight; \ g++ -shared -std=c++11 block.cpp tree-hash.cpp address.cpp base58.cpp blake256.cpp groestl.cpp hash.cpp hash-extra-blake.cpp hash-extra-groestl.cpp hash-extra-jh.cpp hash-extra-skein.cpp jh.cpp keccak.cpp oaes_lib.c skein.cpp cn-hash.cpp -o ../build/libCryptoNight.so -fPIC In file included from cryptonote_basic.h:15:0, from cryptonote_boost_serialization.h:14, from block.cpp:2: serialization/binary_archive.h:15:20: fatal error: varint.h: No such file or directory
^
compilation terminated. make: *** [all] Error 1
I have downloaded boost, then run it again, some error !
scam
As mentioned on other issues, this project is broken and abandoned now. Please look for other alternatives. I've updated the README to reflect this.
h.cpp hash-extra-skein.cpp jh.cpp keccak.cpp oaes_lib.c skein.cpp cn-hash.cpp -o ../build/libCryptoNight.so -fPIC In file included from block.cpp:2:0: cryptonote_boost_serialization.h:7:42: fatal error: boost/serialization/vector.hpp: No such file or directory
include <boost/serialization/vector.hpp>
compilation terminated. make: *** [all] Error 1 [root@monero Monero-Pool]# find . | grep vector ./CryptoNight/serialization/vector.h