Author Topic: Miner Build for Centos  (Read 4384 times)

0 Members and 1 Guest are viewing this topic.

Offline FaSan

  • Full Member
  • ***
  • Posts: 130
    • View Profile
Code: [Select]
yum install boost boost-devel boost-thread db4 db4-devel



FaSan

Offline Clark

  • Newbie
  • *
  • Posts: 19
    • View Profile
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
.....
PTS: PqjpgE1A5ZPzyyZ2WopgNGsppRnaf1Yti9

Offline Montaxx

  • Moderator
  • Full Member
  • *****
  • Posts: 76
    • View Profile
Did you install boost ? doesn't seem so


Offline Clark

  • Newbie
  • *
  • Posts: 19
    • View Profile
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?
PTS: PqjpgE1A5ZPzyyZ2WopgNGsppRnaf1Yti9

Offline reorder

  • Sr. Member
  • ****
  • Posts: 400
    • View Profile
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

Offline FaSan

  • Full Member
  • ***
  • Posts: 130
    • View Profile
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

Offline Montaxx

  • Moderator
  • Full Member
  • *****
  • Posts: 76
    • View Profile
Maybe you could post what errors you get and if you want the daemon or the gui

Offline Clark

  • Newbie
  • *
  • Posts: 19
    • View Profile
I have the same difficulty with Centos.
Need help!
PTS: PqjpgE1A5ZPzyyZ2WopgNGsppRnaf1Yti9

Offline jbutta2k13

  • Full Member
  • ***
  • Posts: 51
    • View Profile
Can anyone help with how to build the memorycoin mining on CentOS? thanks