Skip to content

Instantly share code, notes, and snippets.

@leogr
Created January 19, 2018 13:22
Show Gist options
  • Select an option

  • Save leogr/68ce89420025fc0196d7d616a4fc41ed to your computer and use it in GitHub Desktop.

Select an option

Save leogr/68ce89420025fc0196d7d616a4fc41ed to your computer and use it in GitHub Desktop.
WIP: cpuminer fast setup on CentOS
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