Created
January 19, 2018 13:22
-
-
Save leogr/68ce89420025fc0196d7d616a4fc41ed to your computer and use it in GitHub Desktop.
WIP: cpuminer fast setup on CentOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| yum install epel-release | |
| yum install htop | |
| yum install -y yum-utils device-mapper-persistent-data lvm2 | |
| sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo | |
| sudo yum install docker-ce | |
| sudo systemctl start docker | |
| docker build --tag cpuminer-multi https://github.com/leogr/cpuminer-multi.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment