BitShares Forum

Other => Graveyard => MemoryCoin => Topic started by: jbutta2k13 on December 17, 2013, 06:47:25 pm

Title: Miner Build for Centos
Post by: jbutta2k13 on December 17, 2013, 06:47:25 pm
Can anyone help with how to build the memorycoin mining on CentOS? thanks
Title: Re: Miner Build for Centos
Post by: Clark on December 18, 2013, 02:03:30 am
I have the same difficulty with Centos.
Need help!
Title: Re: Miner Build for Centos
Post by: Montaxx on December 18, 2013, 06:41:27 am
Maybe you could post what errors you get and if you want the daemon or the gui
Title: Re: Miner Build for Centos
Post by: FaSan on December 18, 2013, 10:03:39 am
You must to rebuild your openssl package.

Here all you need :

https://bitcointalk.org/index.php?topic=239337.msg2624466#msg2624466


Be care to the package version, must to be the same version of your installed (or you will not able to acess in ssh again !)



FaSan
Title: Re: Miner Build for Centos
Post by: reorder on December 19, 2013, 09:44:06 am
Actually with modern bitcon codebase you are also going to need db4 version 4.8+, most easily obtained from http://puias.math.ias.edu/data/puias/computational/6/x86_64/

You also need to add this var to makefile.unix:
Code: [Select]
BOOST_LIB_SUFFIX=-mt
Title: Re: Miner Build for Centos
Post by: Clark on December 20, 2013, 07:50:59 am
For me, it's a strange error on centos 6.x:
Code: [Select]
main_poolminer.cpp:19:31: warning: boost/uuid/sha1.hpp: No such file or directory
main_poolminer.cpp: In function ‘int main(int, char**)’:
main_poolminer.cpp:626: error: ‘boost::uuids’ has not been declared
main_poolminer.cpp:626: error: expected ‘;’ before ‘sha’
main_poolminer.cpp:627: error: ‘sha’ was not declared in this scope
make: *** [obj/main_poolminer.o] Error 1
Can anyone help?
Title: Re: Miner Build for Centos
Post by: Montaxx on December 20, 2013, 10:57:57 am
Did you install boost ? doesn't seem so

Title: Re: Miner Build for Centos
Post by: Clark on December 22, 2013, 07:55:59 am
Did you install boost ? doesn't seem so
Only 'uuid' is missing, so I feel strange.
Code: [Select]
ls /usr/lib64/libboost_*.so
/usr/lib64/libboost_date_time-mt.so   /usr/lib64/libboost_math_tr1f-mt.so         /usr/lib64/libboost_serialization-mt.so
/usr/lib64/libboost_date_time.so      /usr/lib64/libboost_math_tr1f.so            /usr/lib64/libboost_serialization.so
/usr/lib64/libboost_filesystem-mt.so  /usr/lib64/libboost_math_tr1l-mt.so         /usr/lib64/libboost_signals-mt.so
/usr/lib64/libboost_filesystem.so     /usr/lib64/libboost_math_tr1l.so            /usr/lib64/libboost_signals.so
/usr/lib64/libboost_graph-mt.so       /usr/lib64/libboost_math_tr1-mt.so          /usr/lib64/libboost_system-mt.so
.....
Title: Re: Miner Build for Centos
Post by: FaSan on December 22, 2013, 09:10:47 am
Code: [Select]
yum install boost boost-devel boost-thread db4 db4-devel



FaSan