rahimkhoja / monero_miner_deployment

Sets up and configures a CPU miner for Monero on a fresh Ubuntu 16.04 install

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick Monero Miner

Compatible with Google Compute, Amazon EC2, Microsoft Azure, VMWare, Xen, and Bare Metal.

Install Instructions

  1. Install Ubuntu 16.04 LTS on a Server or a Virtual Server
  2. SSH into the fresh Ubuntu 16.04
  3. Copy and Paste the following into the SSH Terminal:
sudo apt-get -y install git
git clone https://github.com/KhojaHoldingCorp/monero_miner_deployment.git
cd monero_miner_deployment
sudo chmod +x ./install_monero_miner.sh
sudo ./install_monero_miner.sh

About

Sets up and configures a CPU miner for Monero on a fresh Ubuntu 16.04 install


Languages

Language:Shell 100.0%