Advertisement
Guest User

Untitled

a guest
Dec 15th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. #!/bin/sh
  2. yum -y groupinstall "Development Tools"
  3. wget http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
  4. wget http://rpms.famillecollet.com/enterprise/remi-release-5.rpm
  5. rpm -Uvh epel-release-5*.rpm
  6. rpm -Uvh remi-release-5*.rpm
  7. yum -y install python-devel screen
  8. yum --enablerepo=remi install libcurl-devel -y
  9. yum install libcurl-devel -y
  10. wait
  11. yum install libcurl -y
  12. wait
  13. git clone https://github.com/pooler/cpuminer
  14. wait
  15. cd cpuminer
  16. ./autogen.sh
  17. wait
  18. ./configure
  19. wait
  20. make
  21. wait
  22. make install
  23. wait
  24. rm -rf cpuminer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement