This repo contains shell scripts for mining different Altcoins on Ubuntu 16.04.
These instructions will let you mining Altcoins on Ubuntu 14.04 using Nvidia graphic card (GPU). This projected is tested on GPU instances running on Amazon Web Services (AWS).
Currently only Monero (XMR) are mined.
What things you need to install the software and how to install them
Nvidia Graphic Card with compute capability >= 3.0
Ubuntu 16.04
Account at https://minergate.com/ (mining pool)
A step by step series of examples that tell you have to get a development env running
clone this project:
git clone https://github.com/sh39sxn/ltc-mining-aws.git
Then change to this project and run setup.sh. This will need several minutes, mainly because of building ccminer. I'm using the version published at https://github.com/tpruvot/ccminer
cd ltc-mining-aws
./setup.sh
At the end of this script a reboot will be done.
After rebooting please change the default email address md8Nf41@gmail.com in the script run-ccminer.sh to point to your minergate account email address.
cd ltc-mining-aws
./run-ccminer.sh
You should see an output similar to:
Thank's for any donations to extend this repo for mining more altcoins!
XMR address: 42hnfZMm78hPwKmjhN6pNffHpnaUBjCzddGctFRN5yTVHCmm4hFJcQaDgffcjUv6Q3GfirfyyqHLijfnDrJyyntwMSLZc6p
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details