Created
February 2, 2018 03:44
-
-
Save ultramenid/71a003cbca96a8afd72e6ce402e1bd20 to your computer and use it in GitHub Desktop.
This file contains 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
apt-get update && apt-get upgrade -y | |
apt-get install software-properties-common -y | |
sudo apt-get install language-pack-en -y | |
export LANG=en_GB.UTF-8 | |
export LC_ALL=en_GB.UTF-8 | |
add-apt-repository ppa:ondrej/php -y | |
apt update | |
apt install php7.2 php7.2-common php7.2-cli php7.2-fpm php7.2-bcmath -y | |
apt-get install php-gmp -y | |
apt upgrade -y | |
apt-get install git -y | |
git clone https://github.com/arionum/miner.git | |
cd miner/ | |
mv miner apps | |
cd miner/ | |
./apps pool http://aropool.com g3CcVJPc22rGAo2QuLG5ubUUUxi5MaeweW568CamXvBqwuo6xdM52t2rdkG56EpsQQ7WJbsfUtPHyoYFPpbi4cJ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment